DBA Data[Home] [Help]

APPS.WIP_REQUIREMENT_VALIDATIONS dependencies on WIP_OPERATIONS

Line 818: (select 1 from wip_operations

814: /*and wjdi.organization_id = wjsi.organization_id
815: and wjdi.wip_entity_id = wjsi.wip_entity_id*/
816: and wjdi.wip_supply_type = wip_constants.op_pull
817: and not exists
818: (select 1 from wip_operations
819: where wip_entity_id = wjdi.wip_entity_id
820: and organization_id = wjdi.organization_id);
821:
822: