DBA Data[Home] [Help]

APPS.ARP_CONFIRMATION dependencies on AR_MRC_ENGINE

Line 818: ar_mrc_engine3.confirm_ra_rec_update(

814:
815: arp_standard.debug('-- ra record updated.');
816:
817: -- call mrc to replicate the data
818: ar_mrc_engine3.confirm_ra_rec_update(
819: l_ra_rec.receivable_application_id);
820:
821: arp_standard.debug('-- MRC ra record updated if necessary');
822:

Line 1179: ar_mrc_engine2.maintain_mrc_data2(

1175:
1176: /* need to insert records into the MRC table. Calling new
1177: mrc engine */
1178:
1179: ar_mrc_engine2.maintain_mrc_data2(
1180: p_event_mode => 'INSERT',
1181: p_table_name => 'AR_DISTRIBUTIONS',
1182: p_mode => 'SINGLE',
1183: p_key_value => l_dist_line_id,

Line 1357: ar_mrc_engine3.confirm_ra_rec_update(

1353: last_updated_by = FND_GLOBAL.user_id
1354: WHERE receivable_application_id = l_receivable_application_id;
1355:
1356: -- call mrc to replicate the data
1357: ar_mrc_engine3.confirm_ra_rec_update(
1358: l_receivable_application_id);
1359:
1360: --
1361: --Release 11.5 VAT changes, create the application accounting for

Line 1420: | calls to ar_mrc_engine3 to process |

1416: | populated. This applies to the trx APP row |
1417: | only. |
1418: | 03/01/01 RYELURI Bug Fix 1640890 |
1419: | 03-Sep-02 Debbie Jancis Modified for mrc trigger replacment. Added |
1420: | calls to ar_mrc_engine3 to process |
1421: | receivable apps data |
1422: +===========================================================================*/
1423:
1424: PROCEDURE create_matching_unapp_records(

Line 1621: ar_mrc_engine3.create_matching_unapp_records(

1617:
1618: -- need to call mrc engine to process unapp records before calling
1619: -- the accting engine.
1620:
1621: ar_mrc_engine3.create_matching_unapp_records(
1622: p_rec_app_id => l_unapp_rec.app_id,
1623: p_rec_unapp_id => l_unapp_id);
1624: --
1625: --Release 11.5 VAT changes, create the application accounting for

Line 1875: ar_mrc_engine2.maintain_mrc_data2(

1871:
1872: /* need to insert records into the MRC table. Calling new
1873: mrc engine */
1874:
1875: ar_mrc_engine2.maintain_mrc_data2(
1876: p_event_mode => 'INSERT',
1877: p_table_name => 'AR_DISTRIBUTIONS',
1878: p_mode => 'SINGLE',
1879: p_key_value => l_dist_line_id,

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

1918: | MODIFICATION HISTORY |
1919: | |
1920: | 01-SEP-95 OSTEINME created |
1921: | 08-NOV-01 Debbie Jancis Modified for mrc trigger elimination project |
1922: | added calls to ar_mrc_engine for updates to |
1923: | ar_payment_schedules. |
1924: +===========================================================================*/
1925:
1926:

Line 2040: ar_mrc_engine.maintain_mrc_data(

2036: | Calling central MRC library |
2037: | for MRC Integration |
2038: +---------------------------------*/
2039:
2040: ar_mrc_engine.maintain_mrc_data(
2041: p_event_mode => 'UPDATE',
2042: p_table_name => 'AR_PAYMENT_SCHEDULES',
2043: p_mode => 'BATCH',
2044: p_key_value_list => l_ar_ps_key_value_list);

Line 2257: ar_mrc_engine3.reverse_ra_recs(

2253: FROM ar_receivable_applications
2254: WHERE receivable_application_id = l_app_rec.old_app_id;
2255:
2256: -- Call mrc engine to create the data in mc tables
2257: ar_mrc_engine3.reverse_ra_recs(
2258: p_orig_app_id => l_app_rec.old_app_id,
2259: p_new_app_id => l_new_app_id);
2260:
2261: --apandit

Line 2601: ar_mrc_engine3.confirm_ra_rec_create(n_new_con_data);

2597: n_new_con_data.l_org_id(i)
2598: );
2599:
2600: -- Call mrc routine..
2601: ar_mrc_engine3.confirm_ra_rec_create(n_new_con_data);
2602:
2603:
2604: --In this case the accounting routine Create_Acct_Entry is not
2605: --called because new