DBA Data[Home] [Help]

APPS.WIP_REQUIREMENT_VALIDATIONS dependencies on WIP_OPERATIONS

Line 820: (select 1 from wip_operations

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