DBA Data[Home] [Help]

APPS.ARP_PROCESS_ADJUSTMENT dependencies on ARP_LLCA_ADJUST_PKG

Line 1735: arp_llca_adjust_pkg.LLCA_Adjustments(

1731: -- we have line level app with non-recoverable tax
1732: -- we need to populate the gt table before calling the
1733: -- the accting engine.
1734:
1735: arp_llca_adjust_pkg.LLCA_Adjustments(
1736: p_customer_trx_line_id => p_adj_rec.customer_trx_line_id,
1737: p_customer_trx_id => p_adj_rec.customer_trx_id,
1738: p_line_adjusted => p_adj_rec.line_adjusted,
1739: p_tax_adjusted => p_adj_rec.tax_adjusted,

Line 2132: arp_llca_adjust_pkg.LLCA_Adjustments(

2128:
2129: --Bug 12959780.
2130: IF l_adj_rec.status = 'A' and l_accounting_affect_flag <> 'N'
2131: AND l_adj_rec.created_from = 'ARXRWLLC' AND l_from_llca_call = 'N' THEN
2132: arp_llca_adjust_pkg.LLCA_Adjustments(
2133: p_customer_trx_line_id => l_adj_rec.customer_trx_line_id,
2134: p_customer_trx_id => l_adj_rec.customer_trx_id,
2135: p_line_adjusted => l_adj_rec.line_adjusted,
2136: p_tax_adjusted => l_adj_rec.tax_adjusted,

Line 2704: arp_llca_adjust_pkg.LLCA_Adjustments(

2700: -- we have line level app with non-recoverable tax
2701: -- we need to populate the gt table before calling the
2702: -- the accting engine.
2703:
2704: arp_llca_adjust_pkg.LLCA_Adjustments(
2705: p_customer_trx_line_id => l_adj_rec.customer_trx_line_id,
2706: p_customer_trx_id => l_adj_rec.customer_trx_id,
2707: p_line_adjusted => l_adj_rec.line_adjusted,
2708: p_tax_adjusted => l_adj_rec.tax_adjusted,