DBA Data[Home] [Help]

APPS.JAI_CMN_MTAX_PKG dependencies on JAI_PO_TAX_PKG

Line 2150: jai_po_tax_pkg.calc_tax

2146: ---------------------------------------------------
2147: --Added by zhiwei for bug10043656 GST enhancement 2010/09/14 end
2148: */
2149: --recalculate the taxes based on the tax lines that are replaced along with the assessable value of the item
2150: jai_po_tax_pkg.calc_tax
2151: (
2152: p_type => 'STANDARDPO',
2153: p_header_id => shipment_rec.po_header_id,
2154: P_line_id => shipment_rec.po_line_id,

Line 2740: jai_po_tax_pkg.calc_tax(

2736: ---------------------------------------------------
2737: --Added by zhiwei for bug10043656 GST enhancement 2010/09/14 end
2738: */
2739: --recalculate the taxes based on the tax lines that are replaced along with the assessable value of the item
2740: jai_po_tax_pkg.calc_tax(
2741: p_type => 'RELEASE',
2742: p_header_id => releases_rec.po_header_id,
2743: P_line_id => releases_rec.po_line_id,
2744: p_line_location_id => releases_rec.line_location_id,

Line 3323: jai_po_tax_pkg.calc_tax(

3319: ---------------------------------------------------
3320: --Added by zhiwei for bug10043656 GST enhancement 2010/09/14 end
3321: */
3322: --recalculate the taxes based on the tax lines that are replaced along with the assessable value of the item
3323: jai_po_tax_pkg.calc_tax(
3324: p_type => 'REQUISITION',
3325: p_header_id => reqn_rec.requisition_header_id,
3326: P_line_id => reqn_rec.requisition_line_id,
3327: p_line_location_id => null,