DBA Data[Home] [Help]

APPS.ARP_MRC_XLA_UPGRADE dependencies on RA_MC_CUSTOMER_TRX

Line 211: from ra_mc_customer_trx ct,

207: hdr.doc_sequence_value doc_seq_value,
208: hdr.doc_category_code cat_code,
209: ctlgd.set_of_books_id sob_id
210: --
211: from ra_mc_customer_trx ct,
212: ra_customer_trx_all trx,
213: ra_cust_trx_line_gl_dist_all gld,
214: xla_upgrade_dates gps,
215: ra_mc_trx_line_gl_dist ctlgd,

Line 276: from ra_mc_customer_trx ct,

272: hdr.doc_sequence_value doc_seq_value,
273: hdr.doc_category_code cat_code,
274: dist.set_of_books_id sob_id
275: --
276: from ra_mc_customer_trx ct,
277: ra_customer_trx_all trx,
278: ar_receivable_applications_all ra,
279: xla_upgrade_dates gps,
280: ar_mc_receivable_apps app,

Line 345: from ra_mc_customer_trx ct,

341: hdr.doc_sequence_value doc_seq_value,
342: hdr.doc_category_code cat_code,
343: dist.set_of_books_id sob_id
344: --
345: from ra_mc_customer_trx ct,
346: ra_customer_trx_all trx,
347: ar_transaction_history_all th,
348: xla_upgrade_dates gps,
349: ar_mc_transaction_history trh,

Line 647: from ra_mc_customer_trx ct,

643: hdr.accounting_date accounting_date,
644: hdr1.ledger_id ledger_id,
645: 1 ln_order
646: --
647: from ra_mc_customer_trx ct,
648: ra_customer_trx_all trx,
649: ra_cust_trx_line_gl_dist_all gld,
650: xla_upgrade_dates gps,
651: ra_mc_trx_line_gl_dist ctlgd,

Line 742: from ra_mc_customer_trx ct,

738: hdr.accounting_date accounting_date,
739: hdr1.ledger_id ledger_id,
740: 2 ln_order
741: --
742: from ra_mc_customer_trx ct,
743: ra_customer_trx_all trx,
744: ra_customer_trx_all trxinv,
745: ar_receivable_applications_all ra,
746: gl_sets_of_books gsb,

Line 834: from ra_mc_customer_trx ct,

830: hdr.accounting_date accounting_date,
831: hdr1.ledger_id ledger_id,
832: 3 ln_order
833: --
834: from ra_mc_customer_trx ct,
835: ra_customer_trx_all trx,
836: ar_transaction_history_all th,
837: xla_upgrade_dates gps,
838: ar_mc_transaction_history trh,

Line 2699: ELSIF (l_table_name = 'RA_MC_CUSTOMER_TRX') THEN

2695: );
2696:
2697: l_rows_processed := l_rows_processed + SQL%ROWCOUNT;
2698:
2699: ELSIF (l_table_name = 'RA_MC_CUSTOMER_TRX') THEN
2700:
2701: INSERT ALL
2702: WHEN 1 = 1 THEN
2703: INTO XLA_AE_LINES

Line 2912: from ra_mc_customer_trx ct,

2908: hdr.accounting_date accounting_date,
2909: hdr.ledger_id ledger_id,
2910: 1 ln_order
2911: --
2912: from ra_mc_customer_trx ct,
2913: ra_customer_trx_all trx,
2914: ra_customer_trx_all trxinv,
2915: ar_receivable_applications_all app,
2916: gl_sets_of_books gsb,