DBA Data[Home] [Help]

APPS.EAM_WO_DEFAULT_PVT dependencies on WIP_ENTITIES_S

Line 39: SELECT wip_entities_s.nextval

35: IS
36: l_wip_entity_id NUMBER := NULL;
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;