DBA Data[Home] [Help]

APPS.GME_TRANSFORM_BATCH dependencies on WIP_ENTITIES_S

Line 394: VALUES (wip_entities_s.NEXTVAL,

390: program_update_date, wip_entity_name,
391: entity_type, description,
392: primary_item_id, gen_object_id
393: )
394: VALUES (wip_entities_s.NEXTVAL,
395: rec.organization_id, --ORGANIZATION_ID
396: SYSDATE, --LAST_UPDATE_DATE
397: 1, --LAST_UPDATED_BY,
398: SYSDATE, --CREATION_DATE,

Line 440: SELECT wip_entities_s.NEXTVAL

436: INTO l_batch_id
437: FROM gme_batch_header;
438:
439: WHILE l_wip_entity_id < l_batch_id LOOP
440: SELECT wip_entities_s.NEXTVAL
441: INTO l_wip_entity_id
442: FROM DUAL;
443: END LOOP;
444: gma_common_logging.gma_migration_central_log