DBA Data[Home] [Help]

APPS.GME_POST_MIGRATION dependencies on WIP_ENTITIES_S

Line 194: SELECT wip_entities_s.NEXTVAL INTO l_wip_entity_id FROM DUAL;

190: /* Process batch header record */
191: build_batch_hdr(p_batch_header_mig => get_batches,
192: x_batch_header => l_batch_header);
193:
194: SELECT wip_entities_s.NEXTVAL INTO l_wip_entity_id FROM DUAL;
195: l_batch_header.plant_code := NULL;
196: l_batch_header.batch_status := 1;
197: l_batch_header.enforce_step_dependency := 0;
198: l_batch_header.terminated_ind := 0;