DBA Data[Home] [Help]

APPS.EAM_WO_DEFAULT_PVT dependencies on DUAL

Line 41: FROM dual;

37: BEGIN
38:
39: SELECT wip_entities_s.nextval
40: INTO l_wip_entity_id
41: FROM dual;
42:
43: RETURN l_wip_entity_id;
44:
45: EXCEPTION

Line 104: FROM dual;

100: END IF;
101: LOOP
102: SELECT wip_job_number_s.nextval
103: INTO l_wip_entity_name
104: FROM dual;
105:
106: l_wip_entity_name := l_wip_entity_name_prefix || l_wip_entity_name;
107:
108: select count(*) into l_wip_entity_count from wip_entities