DBA Data[Home] [Help]

APPS.ARP_PROCESS_ADJUSTMENT dependencies on ARP_LLCA_ADJUST_PKG

Line 1463: arp_llca_adjust_pkg.LLCA_Adjustments(

1459: -- we have line level app with non-recoverable tax
1460: -- we need to populate the gt table before calling the
1461: -- the accting engine.
1462:
1463: arp_llca_adjust_pkg.LLCA_Adjustments(
1464: p_customer_trx_line_id => p_adj_rec.customer_trx_line_id,
1465: p_customer_trx_id => p_adj_rec.customer_trx_id,
1466: p_line_adjusted => p_adj_rec.line_adjusted,
1467: p_tax_adjusted => p_adj_rec.tax_adjusted,

Line 2276: arp_llca_adjust_pkg.LLCA_Adjustments(

2272: -- we have line level app with non-recoverable tax
2273: -- we need to populate the gt table before calling the
2274: -- the accting engine.
2275:
2276: arp_llca_adjust_pkg.LLCA_Adjustments(
2277: p_customer_trx_line_id => l_adj_rec.customer_trx_line_id,
2278: p_customer_trx_id => l_adj_rec.customer_trx_id,
2279: p_line_adjusted => l_adj_rec.line_adjusted,
2280: p_tax_adjusted => l_adj_rec.tax_adjusted,