DBA Data[Home] [Help]

APPS.MRP_CL_FUNCTION dependencies on WIP_OPERATIONS

Line 690: FROM wip_operations wo,

686: RETURN NUMBER IS
687:
688: CURSOR c_rev_cum IS
689: SELECT bos.reverse_cumulative_yield
690: FROM wip_operations wo,
691: bom_operation_sequences bos
692: WHERE wo.wip_entity_id = p_wip_entity_id
693: AND wo.organization_id = p_org_id
694: AND (wo.quantity_in_queue <> 0 or