DBA Data[Home] [Help]

APPS.CSD_DEPOT_UPDATE_PVT dependencies on WIP_ENTITIES

Line 238: FROM wip_entities

234:
235: BEGIN
236: SELECT wip_entity_id
237: INTO v_weid
238: FROM wip_entities
239: WHERE wip_entity_name = 'CSD'||C6.group_id;
240: Exception
241: When no_data_found then
242: IF (g_debug > 0 ) THEN