DBA Data[Home] [Help]

APPS.WIP_PERSON dependencies on BOM_RESOURCE_EMPLOYEES

Line 55: from bom_resource_employees be,

51: into v_delete_permitted
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);