Get on-hand, reserved & available to transact quantity of item for given order in Oracle Apps R12

 


    SELECT
        --oola.subinventory,
        ooha.header_id,
        oola.line_id,
        oola.line_number,
        ooha.org_id header_org,
        oola.org_id line_org,
        ooha.ship_from_org_id header_ship_org,
        oola.ship_from_org_id line_ship_org,
        (select organization_code from mtl_parameters where organization_id=ooha.ship_from_org_id) header_ship_org_code,
        (select organization_code from mtl_parameters where organization_id=oola.ship_from_org_id) line_ship_org_code,
        ooha.order_number,
        msi.inventory_item_id,
        oola.ordered_item,
        (SELECT SUM(oola.ordered_quantity)    from apps.oe_order_lines_all  oola1 where oola1.inventory_item_id = oola.inventory_item_id AND oola1.ship_from_org_id = oola.ship_from_org_id and oola.header_id=oola1.header_id) ordered_quantity,
        (
            (select nvl(SUM(moq.transaction_quantity),0from apps.mtl_onhand_quantities_detail  moq where oola.inventory_item_id = moq.inventory_item_id AND msi.organization_id = moq.organization_id )
            -    
            (select nvl(SUM(mr.reservation_quantity),0)  from apps.mtl_reservations  mr where oola.inventory_item_id = mr.inventory_item_id AND msi.organization_id = mr.organization_id )
        ) available_to_transact,
        (select nvl(SUM(moq.transaction_quantity),0from apps.mtl_onhand_quantities_detail  moq where oola.inventory_item_id = moq.inventory_item_id AND msi.organization_id = moq.organization_id )  onhand_quantity,
        (select nvl(SUM(mr.reservation_quantity),0)  from apps.mtl_reservations  mr where oola.inventory_item_id = mr.inventory_item_id AND msi.organization_id = mr.organization_id )                 reserved_quantity
        
    FROM
        apps.oe_order_headers_all          ooha,
        apps.oe_order_lines_all            oola,
        apps.mtl_system_items_b            msi
    WHERE
            1 = 1
        AND ooha.header_id = oola.header_id
        AND oola.ship_from_org_id = msi.organization_id
        AND oola.inventory_item_id = msi.inventory_item_id
        AND ooha.order_number in (
        '1409693'
        );

Comments

All Categories

Call Fusion BIP Report2 Change Password1 Code Combinations2 Compute Instance2 CTE1 Customer1 Data Aggregation2 Database5 Date Conversion1 DB Adapter2 Decryption1 Development1 EBS4 Encryption1 ESS Jobs3 Examine1 FBDI3 Fusion APIs1 Fusion BIP7 GIT2 GL3 GL Journals1 GL_DAILY_CONVERSION_TYPES1 GL_DAILY_RATES1 ICS1 Identity Domain1 Integrations1 Java1 Journal Import1 Keys1 Legal Entity1 LookupTypeLOV1 LOV1 LOVs1 MultiPartAPIs1 Networking1 NVL2 NVL in OIC2 OCI11 OCI Billing1 OCI Compute5 OCI Cost Management1 OCI Events Service1 OCI Free Tier3 OCI Notifification Service1 OCI Security3 OIC4 OIC Mapper2 Oracle26 Oracle ADF17 Oracle APEX1 Oracle Apps59 Oracle Apps R126 Oracle ATP1 Oracle BIP8 Oracle Cloud12 Oracle Cloud Free Tier1 Oracle cloud Infrastructure9 Oracle Cloud Security2 Oracle Cloud VM1 Oracle DB4 oracle ebs5 Oracle ERP4 Oracle ERP Adapter2 Oracle ERP Cloud7 Oracle financials2 Oracle Forms1 Oracle Fusion57 Oracle Fusion BIP4 Oracle Fusion ERP17 Oracle Fusion Financials18 Oracle Integration Cloud3 Oracle OAF17 Oracle OCI14 Oracle OIC22 Oracle SOA 12c10 Oracle SQL17 Oracle VBCS1 Oracle VBS2 Oracle Visual Builder Cloud Service1 Oracle Visual Builder Studio2 Oracle Workflow Notifications1 Others10 Payables2 Payables Import1 Properties1 R121 Register BIP as ESS Job1 Reset Password1 Responsibility1 REST4 Security List1 Site Map1 SOAP2 SOAP API2 SOAP UI3 SQL16 SQL Functions3 SQL Queries14 SQL Query8 SQL Tips3 SSH1 TCA1 Value Sets1 VBCS1 Virtual Machine2 Virtual Machines1 XML1 XSLT1
Show more