DBA Data[Home] [Help]

APPS.GME_BATCH_HEADER_DBL dependencies on WIP_ENTITIES

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 || '.'

Line 95: INSERT INTO wip_entities

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