DBA Data[Home] [Help]

APPS.WIP_PERSON dependencies on WIP_OP_RESOURCE_INSTANCES

Line 56: wip_op_resource_instances wi

52: from sys.dual
53: where not exists (
54: select null
55: from bom_resource_employees be,
56: wip_op_resource_instances wi
57: where be.organization_id = wi.organization_id
58: and be.instance_id = wi.instance_id
59: and be.person_id = P_PERSON_ID);
60: