DBA Data[Home] [Help]

APPS.CSTPLMWI dependencies on WIP_REQUIREMENT_OPERATIONS

Line 625: from wip_requirement_operations WRO

621: ) AND
622: EXISTS
623: (
624: select 'x'
625: from wip_requirement_operations WRO
626: where WRO.wip_entity_id = i_wip_entity_id and
627: WRO.operation_seq_num = i_op_seq_num and
628: WRO.inventory_item_id = i_inv_item_id and
629: WRO.wip_supply_type not in (4, 5, 6)