DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT dependencies on INV_DECIMALS_PUB

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

1673: -- ordered qty. and the shipped qty.
1674: -- This gives the total demand including the reserved
1675: -- and the unreserved material.
1676: if p_net_unreserved = 1 then
1677: select SUM(INV_DECIMALS_PUB.GET_PRIMARY_QUANTITY(SHIP_FROM_ORG_ID,
1678: INVENTORY_ITEM_ID, ORDER_QUANTITY_UOM, Nvl(ordered_quantity,0)) -
1679: get_shipped_qty(p_organization_id,p_inventory_item_id, ool.line_id))
1680: into l_total_demand_qty
1681: from oe_order_lines_all ool

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

1750: -- ordered qty. and the shipped qty.
1751: -- This gives the total demand including the reserved
1752: -- and the unreserved material.
1753: if p_net_unreserved = 1 then
1754: select SUM(INV_DECIMALS_PUB.GET_PRIMARY_QUANTITY(SHIP_FROM_ORG_ID,
1755: INVENTORY_ITEM_ID, ORDER_QUANTITY_UOM, Nvl(ordered_quantity,0)) -
1756: get_shipped_qty(p_organization_id,p_inventory_item_id, so.line_id))
1757: into l_total_demand_qty
1758: from oe_order_lines_all so,