DBA Data[Home] [Help]

APPS.WIP_DISCRETEJOB_UTIL dependencies on WIP_ENTITIES

Line 2366: from wip_entities

2362: AND WIP_ENTITY_ID <> NVL(p_wip_entity_id, -1);
2363:
2364: CURSOR c_jobname IS
2365: select wip_entity_name
2366: from wip_entities
2367: where wip_entity_id = p_wip_entity_id;
2368:
2369: x_dummy varchar(1);
2370: x_wip_entity_name VARCHAR2(240);