DBA Data[Home] [Help]

APPS.WIP_COMMON dependencies on WIP_OPERATIONS

Line 438: FROM wip_operations wop

434: + SUM(quantity_scrapped)
435: -- + SUM(quantity_completed)
436: -- These assemblies are in some other operation
437: INTO p_total_quantity
438: FROM wip_operations wop
439: WHERE
440: wop.organization_id = p_organization_id
441: AND wop.wip_entity_id = p_wip_entity_id
442: AND