DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION dependencies on ARP_UTIL

Line 4870: arp_util.calc_acctd_amount( NULL, NULL, NULL,

4866: --
4867: l_nocopy_amt_due_remain := l_cm_ps_rec.amount_due_remaining;
4868: l_nocopy_acctd_amt_due_remain := l_cm_ps_rec.acctd_amount_due_remaining;
4869:
4870: arp_util.calc_acctd_amount( NULL, NULL, NULL,
4871: l_cm_ps_rec.exchange_rate,
4872: '+', /** amount_applied must be added to ADR */
4873: l_nocopy_amt_due_remain, /* Current ADR */
4874: l_nocopy_acctd_amt_due_remain, /* Current Acctd. ADR */

Line 6336: arp_util.Substitute_Ccid(

6332: | that of Receipt's UNAPP record |
6333: +--------------------------------------------------------------------*/
6334: IF NVL(FND_PROFILE.value('AR_DISABLE_REC_ACTIVITY_BALSEG_SUBSTITUTION'),
6335: 'N') = 'N' THEN
6336: arp_util.Substitute_Ccid(
6337: p_coa_id => arp_global.chart_of_accounts_id,
6338: p_original_ccid => activity_rec.activity_ccid ,
6339: p_subs_ccid => activity_rec.unapplied_ccid ,
6340: p_actual_ccid => l_ra_rec.code_combination_id );

Line 7355: arp_util.Substitute_Ccid(

7351:
7352: /* bug fix 4025652 */
7353:
7354: IF NVL(FND_PROFILE.value('AR_DISABLE_REC_ACTIVITY_BALSEG_SUBSTITUTION'),'N') = 'N' THEN
7355: arp_util.Substitute_Ccid(
7356: p_coa_id => arp_global.chart_of_accounts_id,
7357: p_original_ccid => l_activity_cc_id ,
7358: p_subs_ccid => l_unapp_cc_id ,
7359: p_actual_ccid => l_ra_rec.code_combination_id );

Line 8964: arp_util.Substitute_Ccid(

8960:
8961: END IF;
8962:
8963: IF NVL(FND_PROFILE.value('AR_DISABLE_REC_ACTIVITY_BALSEG_SUBSTITUTION'),'N') = 'N' THEN
8964: arp_util.Substitute_Ccid(
8965: p_coa_id => arp_global.chart_of_accounts_id,
8966: p_original_ccid => l_activity_ccid ,
8967: p_subs_ccid => l_rec_ccid ,
8968: p_actual_ccid => l_inv_ra_rec.code_combination_id );