DBA Data[Home] [Help]

APPS.JAI_AP_MATCH_TAX_PKG dependencies on JAI_AP_UTILS_PKG

Line 1918: jai_ap_utils_pkg.get_apportion_factor(inv_id, pn_invoice_line_number);

1914: -- deleted supplementary invoice block by Aparajita on 03/11/2002 for bug # 2567799.
1915: -- supplemntary invoice not being used.
1916:
1917: v_apportn_factor_for_item_line :=
1918: jai_ap_utils_pkg.get_apportion_factor(inv_id, pn_invoice_line_number);
1919: -- bug#3752887
1920:
1921: /* service Start */
1922:

Line 2026: ln_base_amount := jai_ap_utils_pkg.fetch_tax_target_amt(

2022:
2023: --Added by kunkumar for bug 5593895
2024: ln_base_amount := null ;
2025: if i.tax_type IN ( jai_constants.tax_type_value_added, jai_constants.tax_type_cst ) then
2026: ln_base_amount := jai_ap_utils_pkg.fetch_tax_target_amt(
2027: p_invoice_id => inv_id ,
2028: p_line_location_id => from_po_distributions_rec.line_location_id ,
2029: p_transaction_id => null ,
2030: p_parent_dist_id => for_dist_insertion_rec.invoice_distribution_id ,

Line 3025: ln_base_amount := jai_ap_utils_pkg.fetch_tax_target_amt

3021:
3022: -- added, kunkumar for 5593895
3023: ln_base_amount := null ;
3024: if tax_lines1_rec.tax_type IN ( jai_constants.tax_type_value_added, jai_constants.tax_type_cst ) then
3025: ln_base_amount := jai_ap_utils_pkg.fetch_tax_target_amt
3026: (
3027: p_invoice_id => inv_id ,
3028: p_line_location_id => null ,
3029: p_transaction_id => rcv_tran_id ,

Line 3889: ln_base_amount := jai_ap_utils_pkg.fetch_tax_target_amt

3885: CLOSE c_tax;
3886: -- added, kunkumar for bug 5593895
3887: ln_base_amount := null ;
3888: if tax_lines1_rec.tax_type IN ( jai_constants.tax_type_value_added, jai_constants.tax_type_cst ) then
3889: ln_base_amount := jai_ap_utils_pkg.fetch_tax_target_amt
3890: (
3891: p_invoice_id => inv_id ,
3892: p_line_location_id => null ,
3893: p_transaction_id => rcv_tran_id ,

Line 4785: ln_base_amount := jai_ap_utils_pkg.fetch_tax_target_amt

4781: CLOSE c_tax;
4782: -- added, kunkumar for bug#5593895
4783: ln_base_amount := null ;
4784: if r_tax_lines_rec.tax_type IN ( jai_constants.tax_type_value_added, jai_constants.tax_type_cst ) then
4785: ln_base_amount := jai_ap_utils_pkg.fetch_tax_target_amt
4786: (
4787: p_invoice_id => inv_id ,
4788: p_line_location_id => null ,
4789: p_transaction_id => rcv_tran_id ,

Line 6754: jai_ap_utils_pkg.get_apportion_factor(inv_id, pn_invoice_line_number);

6750: CLOSE for_dist_insertion;
6751:
6752:
6753: v_apportn_factor_for_item_line :=
6754: jai_ap_utils_pkg.get_apportion_factor(inv_id, pn_invoice_line_number);
6755: -- bug#3752887
6756:
6757: /* service Start */
6758:

Line 6857: ln_base_amount := jai_ap_utils_pkg.fetch_tax_target_amt

6853:
6854: -- added, Kunkumar for Bug#5593895
6855: ln_base_amount := null ;
6856: if tax_lines1_rec.tax_type IN ( jai_constants.tax_type_value_added, jai_constants.tax_type_cst ) then
6857: ln_base_amount := jai_ap_utils_pkg.fetch_tax_target_amt
6858: (
6859: p_invoice_id => inv_id ,
6860: p_line_location_id => null ,
6861: p_transaction_id => rcv_tran_id ,

Line 7689: ln_base_amount := jai_ap_utils_pkg.fetch_tax_target_amt

7685:
7686: -- added, Kunkumar for bug#5593895
7687: ln_base_amount := null ;
7688: if tax_lines1_rec.tax_type IN ( jai_constants.tax_type_value_added, jai_constants.tax_type_cst ) then
7689: ln_base_amount := jai_ap_utils_pkg.fetch_tax_target_amt
7690: (
7691: p_invoice_id => inv_id ,
7692: p_line_location_id => null ,
7693: p_transaction_id => rcv_tran_id ,

Line 8572: ln_base_amount := jai_ap_utils_pkg.fetch_tax_target_amt

8568:
8569: -- added, kunkumar for Bug#5593895
8570: ln_base_amount := null ;
8571: if i.tax_type IN ( jai_constants.tax_type_value_added, jai_constants.tax_type_cst ) then
8572: ln_base_amount := jai_ap_utils_pkg.fetch_tax_target_amt
8573: (
8574: p_invoice_id => inv_id ,
8575: p_line_location_id => cur_items_rec.line_location_id ,
8576: p_transaction_id => null ,