DBA Data[Home] [Help]

APPS.ARP_ETAX_UTIL dependencies on ARP_DET_DIST_PKG

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

1406: lines that are present in zx_lines for the given adjustment. There
1407: is no expectation that the same adj would be processed more than once.
1408: */
1409:
1410: /* 4607809 - The call to arp_det_dist_pkg requires that the RA row
1411: be present. However, in many cases, receipts do not have
1412: application rows when this is called. To facilitate that,
1413: I am removing the call from here and creating a new (separate)
1414: public function that can be called near ARP_ACCT_MAIN calls

Line 1496: arp_det_dist_pkg.get_gt_sequence

1492:
1493: IF NVL(p_gt_id,0) = 0
1494: THEN
1495: /* Get sequence for line level distributions API */
1496: arp_det_dist_pkg.get_gt_sequence
1497: (l_gt_id,
1498: l_return_status_service,
1499: l_msg_count,
1500: l_msg_data);

Line 1669: arp_det_dist_pkg.adjustment_with_interface(

1665: /* Now initialize the acct engine and
1666: call the distribution routine (adjustments) */
1667: init_ae_struct(l_ae_sys_rec);
1668:
1669: arp_det_dist_pkg.adjustment_with_interface(
1670: p_customer_trx => l_trx_rec,
1671: p_adj_rec => l_adj_rec,
1672: p_ae_sys_rec => l_ae_sys_rec,
1673: p_gt_id => l_gt_id,

Line 1684: /* Call arp_det_dist_pkg later by

1680: p_customer_trx_line_id => p_target_line_id);
1681:
1682: ELSIF l_mode in ('EDISC', 'UNEDISC')
1683: THEN
1684: /* Call arp_det_dist_pkg later by
1685: calling distribute_recoverable */
1686: IF PG_DEBUG in ('Y', 'C') THEN
1687: arp_util.debug('Discount accounting skipped');
1688: arp_util.debug(' see distribute_recoverable later in log');

Line 1761: arp_det_dist_pkg.application_with_interface(

1757: /* Now call the distribution routine (receipts) */
1758: /* 5159129 Added p_line_flag and p_tax_flag for discounts */
1759: /* 5677984 Added p_uned* parameters so this handles
1760: unearned discounts properly */
1761: arp_det_dist_pkg.application_with_interface(
1762: p_customer_trx => l_trx_rec,
1763: p_app_rec => l_app_rec,
1764: p_ae_sys_rec => l_ae_sys_rec,
1765: p_gt_id => p_gt_id,