DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION dependencies on ARP_ETAX_UTIL

Line 1656: arp_etax_util.prorate_recoverable(

1652: returned. In theory, the reversal should be identical
1653: to the original application */
1654: IF nvl(p_ra_rec.earned_discount_taken, 0) <> 0
1655: THEN
1656: arp_etax_util.prorate_recoverable(
1657: p_adj_id => p_ra_rec.cash_receipt_id,
1658: p_target_id => p_ra_rec.applied_customer_trx_id,
1659: p_target_line_id => null,
1660: p_amount => -1 *

Line 1674: arp_etax_util.prorate_recoverable(

1670: END IF;
1671:
1672: IF nvl(p_ra_rec.unearned_discount_taken, 0) <> 0
1673: THEN
1674: arp_etax_util.prorate_recoverable(
1675: p_adj_id => p_ra_rec.cash_receipt_id,
1676: p_target_id => p_ra_rec.applied_customer_trx_id,
1677: p_target_line_id => null,
1678: p_amount => -1 *

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

1705: THEN
1706: l_llca_flag := 'Y';
1707:
1708: /* 4607809 - distribute recoverable entries before acct_main call */
1709: arp_etax_util.distribute_recoverable(l_ra_id, l_gt_id);
1710: END IF;
1711:
1712: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec,
1713: NULL,

Line 1902: arp_etax_util.prorate_recoverable(

1898: returned. In theory, the reversal should be identical
1899: to the original application */
1900: IF nvl(p_ra_rec.earned_discount_taken, 0) <> 0
1901: THEN
1902: arp_etax_util.prorate_recoverable(
1903: p_adj_id => p_ra_rec.cash_receipt_id,
1904: p_target_id => p_ra_rec.applied_customer_trx_id,
1905: p_target_line_id => null,
1906: p_amount => -1 *

Line 1920: arp_etax_util.prorate_recoverable(

1916: END IF;
1917:
1918: IF nvl(p_ra_rec.unearned_discount_taken, 0) <> 0
1919: THEN
1920: arp_etax_util.prorate_recoverable(
1921: p_adj_id => p_ra_rec.cash_receipt_id,
1922: p_target_id => p_ra_rec.applied_customer_trx_id,
1923: p_target_line_id => null,
1924: p_amount => -1 *

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

1957: THEN
1958: l_llca_flag := 'Y';
1959:
1960: /* 4607809 - distribute recoverable entries before acct_main call */
1961: arp_etax_util.distribute_recoverable(l_ra_id, l_gt_id);
1962: END IF;
1963:
1964: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec,
1965: NULL,

Line 3980: arp_etax_util.distribute_recoverable(

3976: arp_standard.debug(' l_gt_id = ' || l_gt_id);
3977: END IF;
3978:
3979: /* 4607809 - distribute recoverable entries before acct_main call */
3980: arp_etax_util.distribute_recoverable(
3981: l_inv_ra_rec.receivable_application_id, l_gt_id);
3982: -- was l_rec_ra_rec?
3983: END IF;
3984: