DBA Data[Home] [Help]

APPS.JAI_CMN_MTAX_PKG dependencies on JAI_PO_TAX_PKG

Line 1732: jai_po_tax_pkg.calc_tax

1728:
1729: --ended, Harshita for bug #4245062
1730:
1731: --recalculate the taxes based on the tax lines that are replaced along with the assessable value of the item
1732: jai_po_tax_pkg.calc_tax
1733: (
1734: p_type => 'STANDARDPO',
1735: p_header_id => shipment_rec.po_header_id,
1736: P_line_id => shipment_rec.po_line_id,

Line 2296: jai_po_tax_pkg.calc_tax(

2292:
2293: --ended, Harshita for bug #4245062
2294:
2295: --recalculate the taxes based on the tax lines that are replaced along with the assessable value of the item
2296: jai_po_tax_pkg.calc_tax(
2297: p_type => 'RELEASE',
2298: p_header_id => releases_rec.po_header_id,
2299: P_line_id => releases_rec.po_line_id,
2300: p_line_location_id => releases_rec.line_location_id,

Line 2855: jai_po_tax_pkg.calc_tax(

2851:
2852:
2853:
2854: --recalculate the taxes based on the tax lines that are replaced along with the assessable value of the item
2855: jai_po_tax_pkg.calc_tax(
2856: p_type => 'REQUISITION',
2857: p_header_id => reqn_rec.requisition_header_id,
2858: P_line_id => reqn_rec.requisition_line_id,
2859: p_line_location_id => null,