DBA Data[Home] [Help]

APPS.OE_ACCEPTANCE_UTIL dependencies on AR_RDR_PARAMETERS_GT

Line 275: oe_debug_pub.add('Inserting records in AR_RDR_PARAMETERS_GT ' );

271: END IF;
272: END LOOP;
273:
274: IF l_debug_level > 0 THEN
275: oe_debug_pub.add('Inserting records in AR_RDR_PARAMETERS_GT ' );
276: oe_debug_pub.add('g_Line_id_tbl.count: ' ||g_Line_id_tbl.count);
277: END IF;
278:
279: --Populate global temporary table AR_RDR_PARAMETERS_GT

Line 279: --Populate global temporary table AR_RDR_PARAMETERS_GT

275: oe_debug_pub.add('Inserting records in AR_RDR_PARAMETERS_GT ' );
276: oe_debug_pub.add('g_Line_id_tbl.count: ' ||g_Line_id_tbl.count);
277: END IF;
278:
279: --Populate global temporary table AR_RDR_PARAMETERS_GT
280: -- FORALL i in g_line_id_tbl.FIRST..g_line_id_tbl.LAST
281: FORALL i in 1..g_Line_id_tbl.count
282: INSERT INTO ar_rdr_parameters_gt
283: (source_line_id,

Line 282: INSERT INTO ar_rdr_parameters_gt

278:
279: --Populate global temporary table AR_RDR_PARAMETERS_GT
280: -- FORALL i in g_line_id_tbl.FIRST..g_line_id_tbl.LAST
281: FORALL i in 1..g_Line_id_tbl.count
282: INSERT INTO ar_rdr_parameters_gt
283: (source_line_id,
284: batch_source_id,
285: -- profile_class_id,
286: cust_account_id,