DBA Data[Home] [Help]

APPS.OUTSIDE_PROC_SV dependencies on WIP_ENTITIES

Line 27: FROM wip_entities

23: SELECT wip_entity_name,
24: entity_type
25: INTO x_entity_name,
26: x_entity_type
27: FROM wip_entities
28: WHERE wip_entity_id = x_entity_id
29: AND organization_id = x_dest_org_id;
30:
31: RETURN;