DBA Data[Home] [Help]

APPS.ARP_CONFIRMATION dependencies on AR_MRC_ENGINE

Line 801: ar_mrc_engine3.confirm_ra_rec_update(

797:
798: arp_standard.debug('-- ra record updated.');
799:
800: -- call mrc to replicate the data
801: ar_mrc_engine3.confirm_ra_rec_update(
802: l_ra_rec.receivable_application_id);
803:
804: arp_standard.debug('-- MRC ra record updated if necessary');
805:

Line 1162: ar_mrc_engine2.maintain_mrc_data2(

1158:
1159: /* need to insert records into the MRC table. Calling new
1160: mrc engine */
1161:
1162: ar_mrc_engine2.maintain_mrc_data2(
1163: p_event_mode => 'INSERT',
1164: p_table_name => 'AR_DISTRIBUTIONS',
1165: p_mode => 'SINGLE',
1166: p_key_value => l_dist_line_id,

Line 1340: ar_mrc_engine3.confirm_ra_rec_update(

1336: last_updated_by = FND_GLOBAL.user_id
1337: WHERE receivable_application_id = l_receivable_application_id;
1338:
1339: -- call mrc to replicate the data
1340: ar_mrc_engine3.confirm_ra_rec_update(
1341: l_receivable_application_id);
1342:
1343: --
1344: --Release 11.5 VAT changes, create the application accounting for

Line 1403: | calls to ar_mrc_engine3 to process |

1399: | populated. This applies to the trx APP row |
1400: | only. |
1401: | 03/01/01 RYELURI Bug Fix 1640890 |
1402: | 03-Sep-02 Debbie Jancis Modified for mrc trigger replacment. Added |
1403: | calls to ar_mrc_engine3 to process |
1404: | receivable apps data |
1405: +===========================================================================*/
1406:
1407: PROCEDURE create_matching_unapp_records(

Line 1604: ar_mrc_engine3.create_matching_unapp_records(

1600:
1601: -- need to call mrc engine to process unapp records before calling
1602: -- the accting engine.
1603:
1604: ar_mrc_engine3.create_matching_unapp_records(
1605: p_rec_app_id => l_unapp_rec.app_id,
1606: p_rec_unapp_id => l_unapp_id);
1607: --
1608: --Release 11.5 VAT changes, create the application accounting for

Line 1858: ar_mrc_engine2.maintain_mrc_data2(

1854:
1855: /* need to insert records into the MRC table. Calling new
1856: mrc engine */
1857:
1858: ar_mrc_engine2.maintain_mrc_data2(
1859: p_event_mode => 'INSERT',
1860: p_table_name => 'AR_DISTRIBUTIONS',
1861: p_mode => 'SINGLE',
1862: p_key_value => l_dist_line_id,

Line 1905: | added calls to ar_mrc_engine for updates to |

1901: | MODIFICATION HISTORY |
1902: | |
1903: | 01-SEP-95 OSTEINME created |
1904: | 08-NOV-01 Debbie Jancis Modified for mrc trigger elimination project |
1905: | added calls to ar_mrc_engine for updates to |
1906: | ar_payment_schedules. |
1907: +===========================================================================*/
1908:
1909:

Line 2023: ar_mrc_engine.maintain_mrc_data(

2019: | Calling central MRC library |
2020: | for MRC Integration |
2021: +---------------------------------*/
2022:
2023: ar_mrc_engine.maintain_mrc_data(
2024: p_event_mode => 'UPDATE',
2025: p_table_name => 'AR_PAYMENT_SCHEDULES',
2026: p_mode => 'BATCH',
2027: p_key_value_list => l_ar_ps_key_value_list);

Line 2240: ar_mrc_engine3.reverse_ra_recs(

2236: FROM ar_receivable_applications
2237: WHERE receivable_application_id = l_app_rec.old_app_id;
2238:
2239: -- Call mrc engine to create the data in mc tables
2240: ar_mrc_engine3.reverse_ra_recs(
2241: p_orig_app_id => l_app_rec.old_app_id,
2242: p_new_app_id => l_new_app_id);
2243:
2244: --apandit

Line 2584: ar_mrc_engine3.confirm_ra_rec_create(n_new_con_data);

2580: n_new_con_data.l_org_id(i)
2581: );
2582:
2583: -- Call mrc routine..
2584: ar_mrc_engine3.confirm_ra_rec_create(n_new_con_data);
2585:
2586:
2587: --In this case the accounting routine Create_Acct_Entry is not
2588: --called because new