DBA Data[Home] [Help]

APPS.ARP_ETAX_UTIL dependencies on ARP_DET_DIST_PKG

Line 1474: /* 4607809 - The call to arp_det_dist_pkg requires that the RA row

1470: lines that are present in zx_lines for the given adjustment. There
1471: is no expectation that the same adj would be processed more than once.
1472: */
1473:
1474: /* 4607809 - The call to arp_det_dist_pkg requires that the RA row
1475: be present. However, in many cases, receipts do not have
1476: application rows when this is called. To facilitate that,
1477: I am removing the call from here and creating a new (separate)
1478: public function that can be called near ARP_ACCT_MAIN calls

Line 1560: arp_det_dist_pkg.get_gt_sequence

1556:
1557: IF NVL(p_gt_id,0) = 0
1558: THEN
1559: /* Get sequence for line level distributions API */
1560: arp_det_dist_pkg.get_gt_sequence
1561: (l_gt_id,
1562: l_return_status_service,
1563: l_msg_count,
1564: l_msg_data);

Line 1733: arp_det_dist_pkg.adjustment_with_interface(

1729: /* Now initialize the acct engine and
1730: call the distribution routine (adjustments) */
1731: init_ae_struct(l_ae_sys_rec);
1732:
1733: arp_det_dist_pkg.adjustment_with_interface(
1734: p_customer_trx => l_trx_rec,
1735: p_adj_rec => l_adj_rec,
1736: p_ae_sys_rec => l_ae_sys_rec,
1737: p_gt_id => l_gt_id,

Line 1748: /* Call arp_det_dist_pkg later by

1744: p_customer_trx_line_id => p_target_line_id);
1745:
1746: ELSIF l_mode in ('EDISC', 'UNEDISC')
1747: THEN
1748: /* Call arp_det_dist_pkg later by
1749: calling distribute_recoverable */
1750: IF PG_DEBUG in ('Y', 'C') THEN
1751: arp_util.debug('Discount accounting skipped');
1752: arp_util.debug(' see distribute_recoverable later in log');

Line 1825: arp_det_dist_pkg.application_with_interface(

1821: /* Now call the distribution routine (receipts) */
1822: /* 5159129 Added p_line_flag and p_tax_flag for discounts */
1823: /* 5677984 Added p_uned* parameters so this handles
1824: unearned discounts properly */
1825: arp_det_dist_pkg.application_with_interface(
1826: p_customer_trx => l_trx_rec,
1827: p_app_rec => l_app_rec,
1828: p_ae_sys_rec => l_ae_sys_rec,
1829: p_gt_id => p_gt_id,