DBA Data[Home] [Help]

APPS.JAI_PO_HOOK_PKG dependencies on JAI_PO_TAX_PKG

Line 290: jai_po_tax_pkg.calc_tax(p_type => lv_document_type,

286: ln_conv_rate -- IN P_CONV_RATE
287: );
288: */
289:
290: jai_po_tax_pkg.calc_tax(p_type => lv_document_type,
291: p_header_id => ln_header_id,
292: P_line_id => ln_line_id,
293: p_line_location_id => NULL,
294: p_line_focus_id => NULL,

Line 402: jai_po_tax_pkg.calculate_tax(lv_document_type, -- IN P_TYPE

398: /*
399: Call the routine that calculates the tax.
400: */
401:
402: jai_po_tax_pkg.calculate_tax(lv_document_type, -- IN P_TYPE
403: ln_header_id, -- IN P_HEADER_ID
404: ln_line_id, -- IN P_LINE_ID
405: -999, -- IN P_LINE_LOC_ID
406: r_rcpt_cur.quantity, -- IN P_LINE_QUANTITY

Line 550: jai_po_tax_pkg.calc_tax(p_type => lv_document_type,

546: r_asbn_cur.item_id, -- IN P_ITEM_ID
547: --ln_conv_rate -- IN P_CONV_RATE
548: 1);*//*commented by rchandan for 5961325 and added call to ja_in_po_calc_tax*/
549:
550: jai_po_tax_pkg.calc_tax(p_type => lv_document_type,
551: p_header_id => ln_header_id,
552: P_line_id => ln_line_id,
553: p_line_location_id => NULL,
554: p_line_focus_id => NULL,