DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT dependencies on WIP_REQUIREMENT_OPERATIONS

Line 1737: from wip_discrete_jobs d, wip_requirement_operations o

1733: if (p_net_wip = 1 and p_planning_level = 1)
1734: then
1735: select sum(o.required_quantity - o.quantity_issued)
1736: into qty
1737: from wip_discrete_jobs d, wip_requirement_operations o
1738: where o.wip_entity_id = d.wip_entity_id
1739: and o.organization_id = d.organization_id
1740: and d.organization_id = p_organization_id
1741: and o.inventory_item_id = p_inventory_item_id

Line 1753: from wip_repetitive_schedules r, wip_requirement_operations o

1749: -- Demand Qty to be added for a released repetitve schedule
1750: -- Bug#691471
1751: select sum(o.required_quantity - o.quantity_issued)
1752: into qty
1753: from wip_repetitive_schedules r, wip_requirement_operations o
1754: where o.wip_entity_id = r.wip_entity_id
1755: and o.organization_id = r.organization_id
1756: and r.organization_id = p_organization_id
1757: and o.inventory_item_id = p_inventory_item_id