DBA Data[Home] [Help]

APPS.ARP_REVERSE_RECEIPT dependencies on AR_MRC_ENGINE2

Line 737: | added call to ar_mrc_engine2 for processing|

733: | currency_conversion_date, third_party_id, |
734: | third_pary_sub_id. |
735: | |
736: | 27-Jun-02 D.Jancis Modified for mrc trigger replacement. |
737: | added call to ar_mrc_engine2 for processing|
738: | ar_distributions inserts. |
739: +===========================================================================*/
740: PROCEDURE insert_reversal_dist_rec(
741: p_cr_id IN ar_cash_receipts.cash_receipt_id%TYPE,

Line 824: ar_mrc_engine2.maintain_mrc_data2(

820:
821: /* need to insert records into the MRC table. Calling new
822: mrc engine */
823:
824: ar_mrc_engine2.maintain_mrc_data2(
825: p_event_mode => 'INSERT',
826: p_table_name => 'AR_DISTRIBUTIONS',
827: p_mode => 'SINGLE',
828: p_key_value => l_dist_rec.line_id,