DBA Data[Home] [Help]

APPS.CSTPLMWI dependencies on WIP_REQUIREMENT_OPERATIONS

Line 626: from wip_requirement_operations WRO

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