DBA Data[Home] [Help]

APPS.ARP_ADJUSTMENTS_MAIN dependencies on ARP_RECONCILE

Line 847: ARP_RECONCILE.Reconcile_trx_br(

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

Line 1742: ARP_RECONCILE.Reconcile_trx_br(

1738: |which may have been overapplied is now closed due to adjustment or overapplied |
1739: |may have resulted in re-opening the transaction, hence we need to back out NOCOPY the old |
1740: |reconciliation entries for the Bill or the Transactions |
1741: +------------------------------------------------------------------------------------*/
1742: ARP_RECONCILE.Reconcile_trx_br(
1743: p_mode => g_mode ,
1744: p_ae_doc_rec => g_ae_doc_rec ,
1745: p_ae_event_rec => g_ae_event_rec ,
1746: p_cust_inv_rec => p_cust_inv_rec ,