DBA Data[Home] [Help]

APPS.JAI_PO_LLA_TRIGGER_PKG dependencies on JAI_PO_TAX_PKG

Line 330: Added the parameter pr_new.quantity to the call to jai_po_tax_pkg.Ja_In_Po_Case1 procedure

326: 12. 04-Jun-2007 brathod for BUG#5879769, 6109941 File Version # 120.2
327: Added a Call to function get_service_type to get the Service_Type_Code.
328:
329: 13. 22-Jun-2007 CSahoo for bug#6144740, File Version 120.4
330: Added the parameter pr_new.quantity to the call to jai_po_tax_pkg.Ja_In_Po_Case1 procedure
331:
332:
333: Future Dependencies For the release Of this Object:-
334: (Please add a row in the section below only if your bug introduces a dependency due to spec change/ A new call to a object/

Line 663: jai_po_tax_pkg.Ja_In_Po_Case1(

659: END IF;
660:
661: -- condition added by Vijay Shankar for Bug# 3184418
662: IF v_tax_modified_flag = 'Y' THEN
663: jai_po_tax_pkg.Ja_In_Po_Case1(
664: v_type_lookup_code, v_quot_class_code, v_vendor_id, v_vendor_site_id, v_curr,
665: v_org_id, v_item_id, v_uom_measure, v_line_loc_id,
666: v_po_hdr_id, v_po_line_id, y, x, v_price, v_Qty, v_cre_dt,
667: v_cre_by, v_last_upd_dt, v_last_upd_by, v_last_upd_login, 'I', success, pr_new.quantity -- pr_new.quantity added by csahoo for bug#6144740

Line 711: jai_po_tax_pkg.Ja_In_Po_Case2 (

707:
708: END IF;
709:
710: IF success <> 0 THEN
711: jai_po_tax_pkg.Ja_In_Po_Case2 (
712: v_type_lookup_code, v_quot_class_code, v_vendor_id, v_vendor_site_id, v_curr,
713: v_org_id, v_item_id, v_line_loc_id, v_po_hdr_id, v_po_line_id,
714: v_price, v_qty, v_cre_dt, v_cre_by, v_last_upd_dt,
715: v_last_upd_by, v_last_upd_login, v_uom_measure, NULL,P_VAT_ASSESS_VALUE => NULL

Line 1588: jai_po_tax_pkg.calc_tax(

1584: ELSE
1585: v_currency_conv_rate := 1;
1586: END IF;
1587:
1588: jai_po_tax_pkg.calc_tax(
1589: p_type => 'STANDARDPO',
1590: p_header_id => v_po_hdr_id,
1591: P_line_id => v_po_line_id,
1592: p_line_location_id => v_line_loc_id,

Line 1609: jai_po_tax_pkg.calculate_tax( 'STANDARDPO', v_po_hdr_id, v_po_line_id, v_line_loc_id, v_qty,

1605: );
1606: -- End, Vijay Shankar for Bug #3184673
1607:
1608: /* commented by Vijay Shankar for Bug #3184673
1609: jai_po_tax_pkg.calculate_tax( 'STANDARDPO', v_po_hdr_id, v_po_line_id, v_line_loc_id, v_qty,
1610: v_price*v_qty, v_uom_code, P_TAX_AMOUNT, v_assessable_value,
1611: NULL, v_curr_conv_factor
1612: );
1613: */

Line 1672: jai_po_tax_pkg.Ja_In_Po_Case1( v_type_lookup_code,

1668: v_last_upd_by,
1669: v_last_upd_login,
1670: 'I' );
1671:
1672: jai_po_tax_pkg.Ja_In_Po_Case1( v_type_lookup_code,
1673: v_quot_class_code,
1674: v_vendor_id,
1675: v_vendor_site_id,
1676: v_curr,

Line 1696: jai_po_tax_pkg.Ja_In_Po_Case2 ( v_type_lookup_code,

1692: 'I',
1693: success );
1694:
1695: IF success <> 0 THEN
1696: jai_po_tax_pkg.Ja_In_Po_Case2 ( v_type_lookup_code,
1697: v_quot_class_code,
1698: v_vendor_id,
1699: v_vendor_site_id,
1700: v_curr,