DBA Data[Home] [Help]

APPS.GME_BATCH_HEADER_DBL dependencies on WIP_ENTITIES_S

Line 74: SELECT wip_entities_s.NEXTVAL

70: l_wip_entity_id NUMBER;
71: l_prefix VARCHAR2 (32);
72: CURSOR cur_wip_entity
73: IS
74: SELECT wip_entities_s.NEXTVAL
75: FROM DUAL;
76: BEGIN
77: IF g_debug <= gme_debug.g_log_procedure THEN
78: gme_debug.put_line ('Entering api ' || g_pkg_name || '.'