DBA Data[Home] [Help]

APPS.JAI_PO_HOOK_PKG dependencies on JAI_PO_TAX_PKG

Line 38: Fix - Multiplied the assessable price with quantity before calling the jai_po_tax_pkg.calc_tax

34: Issue - ASBN Tax calculation goes wrong if excise / vat assessable price is defined
35: for the item.
36: Cause - Assessable price was passed to the tax calculation procedure which expects
37: the assessable value (price * quantity) to be passed.
38: Fix - Multiplied the assessable price with quantity before calling the jai_po_tax_pkg.calc_tax
39: procedure.
40:
41: 8 26-FEB-2010 Bug 9402712
42: Modified the gettax function - added quantity apportioning factor for document type 'RECEIPTS',

Line 54: Issue: When invoke procedure jai_po_tax_pkg.calc_tax to calculate taxes for 'REQUISITION', ln_tax_amount

50:
51: 10 10-Sep-2010 Jia for GST Bug#10043656.
52:
53: 11 20-Apr-2011 Xiao for bug#12345609
54: Issue: When invoke procedure jai_po_tax_pkg.calc_tax to calculate taxes for 'REQUISITION', ln_tax_amount
55: as NULL is passed to the procedure which causes the wrong calculation.
56: Fixed: pass ln_line_amount as calculation basis to procedure jai_po_tax_pkg.calc_tax.
57:
58: 12 04-May-2012 Bug 14031501

Line 56: Fixed: pass ln_line_amount as calculation basis to procedure jai_po_tax_pkg.calc_tax.

52:
53: 11 20-Apr-2011 Xiao for bug#12345609
54: Issue: When invoke procedure jai_po_tax_pkg.calc_tax to calculate taxes for 'REQUISITION', ln_tax_amount
55: as NULL is passed to the procedure which causes the wrong calculation.
56: Fixed: pass ln_line_amount as calculation basis to procedure jai_po_tax_pkg.calc_tax.
57:
58: 12 04-May-2012 Bug 14031501
59: Description: When a Requisition Line is split, the Tax Amount at Requisition Header (from iProc) is incorrect
60: Fix: Added check on modified_by_agent_flag in cursor reqn_tax_amt_csr to exclude tax of the parent line

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

341: ln_conv_rate -- IN P_CONV_RATE
342: );
343: */
344:
345: jai_po_tax_pkg.calc_tax(p_type => lv_document_type,
346: p_header_id => ln_header_id,
347: P_line_id => ln_line_id,
348: p_line_location_id => NULL,
349: p_line_focus_id => NULL,

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

468: /*
469: Call the routine that calculates the tax.
470: */
471:
472: jai_po_tax_pkg.calculate_tax(lv_document_type, -- IN P_TYPE
473: ln_header_id, -- IN P_HEADER_ID
474: ln_line_id, -- IN P_LINE_ID
475: -999, -- IN P_LINE_LOC_ID
476: r_rcpt_cur.quantity, -- IN P_LINE_QUANTITY

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

633: r_asbn_cur.item_id, -- IN P_ITEM_ID
634: --ln_conv_rate -- IN P_CONV_RATE
635: 1);*//*commented by rchandan for 5961325 and added call to ja_in_po_calc_tax*/
636:
637: jai_po_tax_pkg.calc_tax(p_type => lv_document_type,
638: p_header_id => ln_header_id,
639: P_line_id => ln_line_id,
640: p_line_location_id => NULL,
641: p_line_focus_id => NULL,