DBA Data[Home] [Help]

APPS.WSMPOPRN dependencies on MFG_LOOKUPS

Line 1547: mfg_lookups ml,

1543: l_step,
1544: l_std_operation_id,
1545: l_step_code
1546: FROM
1547: mfg_lookups ml,
1548: wip_operations wo
1549: WHERE wip_entity_id = p_wip_entity_id
1550: AND quantity_in_queue = 0
1551: AND quantity_running = 0

Line 1582: mfg_lookups ml,

1578: l_step,
1579: l_std_operation_id,
1580: l_step_code
1581: FROM
1582: mfg_lookups ml,
1583: wip_operations wo
1584: WHERE wip_entity_id = p_wip_entity_id
1585: AND (quantity_in_queue <> 0
1586: OR quantity_running <> 0