DBA Data[Home] [Help]

APPS.GME_POST_MIGRATION dependencies on WIP_ENTITIES_S

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

139: END IF;
140: /* Process batch header record */
141: build_batch_hdr(p_batch_header_mig => get_batches,
142: x_batch_header => l_batch_header);
143: SELECT wip_entities_s.NEXTVAL INTO l_wip_entity_id FROM DUAL;
144: l_batch_header.plant_code := NULL;
145: l_batch_header.batch_status := 1;
146: l_batch_header.enforce_step_dependency := 0;
147: l_batch_header.terminated_ind := 0;