DBA Data[Home] [Help]

APPS.GME_BATCH_HEADER_DBL dependencies on WIP_ENTITIES

Line 75: SELECT wip_entities_s.NEXTVAL

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

Line 96: INSERT INTO wip_entities

92: l_prefix := FND_PROFILE.VALUE('GME_BATCH_PREFIX');
93: ELSE
94: l_prefix := FND_PROFILE.VALUE('GME_FPO_PREFIX');
95: END IF;
96: INSERT INTO wip_entities
97: (wip_entity_id, organization_id
98: ,last_update_date, last_updated_by
99: ,creation_date, created_by
100: ,wip_entity_name