DBA Data[Home] [Help]

APPS.CSTPLCAC dependencies on WIP_OPERATIONS

Line 1206: from wip_operations wo

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