DBA Data[Home] [Help]

APPS.GME_TRANSFORM_BATCH dependencies on WIP_ENTITIES_S

Line 292: VALUES (wip_entities_s.NEXTVAL,

288: program_update_date, wip_entity_name,
289: entity_type, description,
290: primary_item_id, gen_object_id
291: )
292: VALUES (wip_entities_s.NEXTVAL,
293: rec.organization_id, --ORGANIZATION_ID
294: SYSDATE, --LAST_UPDATE_DATE
295: 1, --LAST_UPDATED_BY,
296: SYSDATE, --CREATION_DATE,

Line 338: SELECT wip_entities_s.NEXTVAL

334: INTO l_batch_id
335: FROM gme_batch_header;
336:
337: WHILE l_wip_entity_id < l_batch_id LOOP
338: SELECT wip_entities_s.NEXTVAL
339: INTO l_wip_entity_id
340: FROM DUAL;
341: END LOOP;
342: gma_common_logging.gma_migration_central_log