DBA Data[Home] [Help]

APPS.JAI_PO_TAX_PKG dependencies on JAI_CMN_TAX_DEFAULTATION_PKG

Line 7180: jai_cmn_tax_defaultation_pkg.Ja_In_Vendor_Default_Taxes(

7176: CLOSE RFQ_Pref2_Cur;
7177: if p_tax_category_id is null then
7178: IF v_line_loc_id IS NULL THEN
7179:
7180: jai_cmn_tax_defaultation_pkg.Ja_In_Vendor_Default_Taxes(
7181: v_org_id,
7182: v_vendor_id,
7183: v_vendor_site_id,
7184: v_item_id,

Line 7192: jai_cmn_tax_defaultation_pkg.Ja_In_Vendor_Default_Taxes(

7188: );
7189:
7190: ELSE
7191:
7192: jai_cmn_tax_defaultation_pkg.Ja_In_Vendor_Default_Taxes(
7193: v_org_id,
7194: v_vendor_id,
7195: v_vendor_site_id,
7196: v_item_id,

Line 7319: jai_cmn_tax_defaultation_pkg.Ja_In_Calc_Prec_Taxes(

7315: ELSIF v_type_lookup_code = 'BLANKET' THEN
7316: trans_name := v_type_lookup_code || TO_CHAR( v_line_loc_id ) || operation;
7317: END IF;
7318:
7319: jai_cmn_tax_defaultation_pkg.Ja_In_Calc_Prec_Taxes(
7320: LTRIM( RTRIM( trans_name ) ),
7321: v_tax_ctg_id,
7322: v_po_hdr_id,
7323: v_po_line_id,