DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT dependencies on INV_DECIMALS_PUB

Line 1556: select SUM(INV_DECIMALS_PUB.GET_PRIMARY_QUANTITY(SHIP_FROM_ORG_ID,

1552: -- ordered qty. and the shipped qty.
1553: -- This gives the total demand including the reserved
1554: -- and the unreserved material.
1555: if p_net_unreserved = 1 then
1556: select SUM(INV_DECIMALS_PUB.GET_PRIMARY_QUANTITY(SHIP_FROM_ORG_ID,
1557: INVENTORY_ITEM_ID, ORDER_QUANTITY_UOM, Nvl(ordered_quantity,0)) -
1558: get_shipped_qty(p_organization_id,p_inventory_item_id, ool.line_id))
1559: into l_total_demand_qty
1560: from oe_order_lines_all ool

Line 1633: select SUM(INV_DECIMALS_PUB.GET_PRIMARY_QUANTITY(SHIP_FROM_ORG_ID,

1629: -- ordered qty. and the shipped qty.
1630: -- This gives the total demand including the reserved
1631: -- and the unreserved material.
1632: if p_net_unreserved = 1 then
1633: select SUM(INV_DECIMALS_PUB.GET_PRIMARY_QUANTITY(SHIP_FROM_ORG_ID,
1634: INVENTORY_ITEM_ID, ORDER_QUANTITY_UOM, Nvl(ordered_quantity,0)) -
1635: get_shipped_qty(p_organization_id,p_inventory_item_id, so.line_id))
1636: into l_total_demand_qty
1637: from oe_order_lines_all so,