DBA Data[Home] [Help]

APPS.ARP_ADJUSTMENTS_MAIN dependencies on ARP_ALLOCATION_PKG

Line 1571: RAISE ARP_ALLOCATION_PKG.invalid_allocation_base;

1567: OR ((p_rule_rec.tax_code_source1 = 'INVOICE')
1568: AND (nvl(p_rule_rec.tax_recoverable_flag1, 'X') NOT IN ('Y','N'))))
1569: THEN
1570:
1571: RAISE ARP_ALLOCATION_PKG.invalid_allocation_base;
1572:
1573: END IF;
1574:
1575: /*---------------------------------------------------------------------------+

Line 1595: ARP_ALLOCATION_PKG.Allocate_Tax(

1591:
1592: IF p_cust_inv_rec.drawee_site_use_id IS NULL THEN --check whether adjustment to bill
1593:
1594: -- Added parameter for Line level Adjustment
1595: ARP_ALLOCATION_PKG.Allocate_Tax(
1596: p_ae_doc_rec => g_ae_doc_rec , --Document detail
1597: p_ae_event_rec => g_ae_event_rec , --Event record
1598: p_ae_rule_rec => p_rule_rec , --Rule info for payment method
1599: p_app_rec => l_app_rec , --dummy applications record

Line 1757: ARP_ALLOCATION_PKG.Substitute_Ccid(

1753:
1754: END IF;
1755: IF NVL(FND_PROFILE.value('AR_DISABLE_REC_ACTIVITY_BALSEG_SUBSTITUTION'), 'N') = 'N'
1756: AND l_subs_bal_seg = 'Y' THEN
1757: ARP_ALLOCATION_PKG.Substitute_Ccid(
1758: p_coa_id => g_ae_sys_rec.coa_id ,
1759: p_original_ccid => l_code_combination_id,
1760: p_subs_ccid => l_ael_line_rec.account , --Rec account
1761: p_actual_ccid => l_actual_ccid );

Line 1768: ARP_ALLOCATION_PKG.Substitute_Ccid(

1764: END IF;
1765: ELSE
1766: --END BUGFIX7125756
1767: IF NVL(FND_PROFILE.value('AR_DISABLE_REC_ACTIVITY_BALSEG_SUBSTITUTION'), 'N') = 'N' THEN
1768: ARP_ALLOCATION_PKG.Substitute_Ccid(
1769: p_coa_id => g_ae_sys_rec.coa_id ,
1770: p_original_ccid => p_rule_rec.code_combination_id1,
1771: p_subs_ccid => l_ael_line_rec.account , --Rec account
1772: p_actual_ccid => l_actual_ccid );

Line 1831: WHEN ARP_ALLOCATION_PKG.invalid_allocation_base THEN

1827: arp_standard.debug('Create_Ae_Lines_ADJ.Create_Ae_Lines_ADJ()-');
1828: END IF;
1829:
1830: EXCEPTION
1831: WHEN ARP_ALLOCATION_PKG.invalid_allocation_base THEN
1832: IF PG_DEBUG in ('Y', 'C') THEN
1833: arp_standard.debug('Create_Ae_Lines_ADJ.Create_Ae_Lines_ADJ - invalid_rule_error');
1834: END IF;
1835: fnd_message.set_name('AR','AR_INVALID_ACTIVITY');