DBA Data[Home] [Help]

APPS.CSTPLCAC dependencies on WIP_OPERATIONS

Line 1209: from wip_operations wo

1205: where WRO.wip_entity_id = i_wip_entity_id and
1206: WRO.wip_supply_type not in (4,5,6) and
1207: WRO.quantity_per_assembly <> 0 and
1208: NOT EXISTS ( select 'Exists'
1209: from wip_operations wo
1210: where wo.wip_entity_id = i_wip_entity_id and
1211: wo.organization_id = i_org_id) ;
1212: /* End Bug 4246122 */
1213: