DBA Data[Home] [Help]

APPS.GME_POST_MIGRATION dependencies on GME_RESOURCE_TXNS

Line 96: FROM gme_resource_txns_mig

92: FROM gme_process_parameters_mig
93: WHERE batchstep_resource_id = v_batchstep_resource_id;
94: CURSOR Cur_get_rsrc_txns(v_batchstep_rsrc_id NUMBER) IS
95: SELECT *
96: FROM gme_resource_txns_mig
97: WHERE line_id = v_batchstep_rsrc_id;
98: BEGIN
99: IF (g_debug IS NOT NULL) THEN
100: gme_debug.log_initialize('Migration');

Line 355: INSERT INTO gme_resource_txns VALUES l_rsrc_txns_tbl(a);

351: IF (g_debug <= gme_debug.g_log_statement) THEN
352: gme_debug.put_line('After insert process params');
353: END IF;
354: FORALL a IN 1..l_rsrc_txns_tbl.count
355: INSERT INTO gme_resource_txns VALUES l_rsrc_txns_tbl(a);
356: IF (g_debug <= gme_debug.g_log_statement) THEN
357: gme_debug.put_line('After insert rsrc txns');
358: END IF;
359: create_step_dependencies(p_old_batch_id => get_batches.batch_id,