DBA Data[Home] [Help]

APPS.ARP_ADJUSTMENTS_MAIN dependencies on ARP_RECONCILE

Line 850: ARP_RECONCILE.Reconcile_trx_br(

846: l_customer_trx_id := l_get_adj.customer_trx_id ;
847: l_amount := l_get_adj.amount ;
848: l_acctd_amount := l_get_adj.acctd_amount ;
849:
850: ARP_RECONCILE.Reconcile_trx_br(
851: p_mode => g_mode ,
852: p_ae_doc_rec => g_ae_doc_rec ,
853: p_ae_event_rec => g_ae_event_rec ,
854: p_cust_inv_rec => l_cust_inv_rec ,

Line 1814: ARP_RECONCILE.Reconcile_trx_br(

1810: |which may have been overapplied is now closed due to adjustment or overapplied |
1811: |may have resulted in re-opening the transaction, hence we need to back out NOCOPY the old |
1812: |reconciliation entries for the Bill or the Transactions |
1813: +------------------------------------------------------------------------------------*/
1814: ARP_RECONCILE.Reconcile_trx_br(
1815: p_mode => g_mode ,
1816: p_ae_doc_rec => g_ae_doc_rec ,
1817: p_ae_event_rec => g_ae_event_rec ,
1818: p_cust_inv_rec => p_cust_inv_rec ,