DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT dependencies on WIP_REPETITIVE_SCHEDULES

Line 1874: from wip_repetitive_schedules r, wip_requirement_operations o

1870: -- Demand Qty to be added for a released repetitve schedule
1871: -- Bug#691471
1872: select sum(o.required_quantity - o.quantity_issued)
1873: into qty
1874: from wip_repetitive_schedules r, wip_requirement_operations o
1875: where o.wip_entity_id = r.wip_entity_id
1876: and o.organization_id = r.organization_id
1877: and r.organization_id = p_organization_id
1878: and o.inventory_item_id = p_inventory_item_id