DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION dependencies on ARP_ETAX_UTIL

Line 1737: arp_etax_util.prorate_recoverable(

1733: returned. In theory, the reversal should be identical
1734: to the original application */
1735: IF nvl(p_ra_rec.earned_discount_taken, 0) <> 0
1736: THEN
1737: arp_etax_util.prorate_recoverable(
1738: p_adj_id => p_ra_rec.cash_receipt_id,
1739: p_target_id => p_ra_rec.applied_customer_trx_id,
1740: p_target_line_id => null,
1741: p_amount => -1 *

Line 1755: arp_etax_util.prorate_recoverable(

1751: END IF;
1752:
1753: IF nvl(p_ra_rec.unearned_discount_taken, 0) <> 0
1754: THEN
1755: arp_etax_util.prorate_recoverable(
1756: p_adj_id => p_ra_rec.cash_receipt_id,
1757: p_target_id => p_ra_rec.applied_customer_trx_id,
1758: p_target_line_id => null,
1759: p_amount => -1 *

Line 1790: arp_etax_util.distribute_recoverable(l_ra_id, l_gt_id);

1786: THEN
1787: l_llca_flag := 'Y';
1788:
1789: /* 4607809 - distribute recoverable entries before acct_main call */
1790: arp_etax_util.distribute_recoverable(l_ra_id, l_gt_id);
1791: END IF;
1792:
1793: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec,
1794: NULL,

Line 1985: arp_etax_util.prorate_recoverable(

1981: returned. In theory, the reversal should be identical
1982: to the original application */
1983: IF nvl(p_ra_rec.earned_discount_taken, 0) <> 0
1984: THEN
1985: arp_etax_util.prorate_recoverable(
1986: p_adj_id => p_ra_rec.cash_receipt_id,
1987: p_target_id => p_ra_rec.applied_customer_trx_id,
1988: p_target_line_id => null,
1989: p_amount => -1 *

Line 2003: arp_etax_util.prorate_recoverable(

1999: END IF;
2000:
2001: IF nvl(p_ra_rec.unearned_discount_taken, 0) <> 0
2002: THEN
2003: arp_etax_util.prorate_recoverable(
2004: p_adj_id => p_ra_rec.cash_receipt_id,
2005: p_target_id => p_ra_rec.applied_customer_trx_id,
2006: p_target_line_id => null,
2007: p_amount => -1 *

Line 2044: arp_etax_util.distribute_recoverable(l_ra_id, l_gt_id);

2040: THEN
2041: l_llca_flag := 'Y';
2042:
2043: /* 4607809 - distribute recoverable entries before acct_main call */
2044: arp_etax_util.distribute_recoverable(l_ra_id, l_gt_id);
2045: END IF;
2046:
2047: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec,
2048: NULL,

Line 4260: arp_etax_util.distribute_recoverable(

4256: arp_debug.debug(' l_gt_id = ' || l_gt_id);
4257: END IF;
4258:
4259: /* 4607809 - distribute recoverable entries before acct_main call */
4260: arp_etax_util.distribute_recoverable(
4261: l_inv_ra_rec.receivable_application_id, l_gt_id);
4262: -- was l_rec_ra_rec?
4263: END IF;
4264: