DBA Data[Home] [Help]

APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on JAI_CMN_TAX_DEFAULTATION_PKG

Line 6464: such as jai_om_tax_pkg.recalculate_oe_taxes , jai_cmn_tax_defaultation_pkg.ja_in_calc_prec_taxes

6460: to get the vat assessable value to the tax calculation routines and update the vat assessable
6461: value in the JAI_OM_OE_SO_LINES table.
6462:
6463: This vat assessable value is sent as an additional parameter to the various procedures
6464: such as jai_om_tax_pkg.recalculate_oe_taxes , jai_cmn_tax_defaultation_pkg.ja_in_calc_prec_taxes
6465:
6466: Hence, its mandatory that with this object all the other objects in this patch as well as the base bug
6467: need to be sent.
6468:

Line 6643: jai_cmn_tax_defaultation_pkg.ja_in_cust_default_taxes(

6639: --lv_enable_gst_flag := JAI_GST_GENERAL_PKG.IS_GST_ENABLED;
6640: -- IF nvl(lv_enable_gst_flag,'N') = 'N' THEN
6641: --leave the original logic, by Xiao Lv for bug 10091373
6642: IF v_customer_id IS NOT NULL AND v_address_id IS NOT NULL THEN
6643: jai_cmn_tax_defaultation_pkg.ja_in_cust_default_taxes(
6644: v_organization_id ,
6645: v_customer_id,
6646: v_site_use_id , /*Added by nprashar for TCS for bug # 9489145*/
6647: v_inventory_item_id ,

Line 6653: jai_cmn_tax_defaultation_pkg.ja_in_org_default_taxes(

6649: v_customer_trx_line_id,
6650: v_tax_category_id
6651: );
6652: ELSE
6653: jai_cmn_tax_defaultation_pkg.ja_in_org_default_taxes(
6654: v_organization_id ,
6655: v_inventory_item_id ,
6656: v_tax_category_id
6657: );

Line 6833: jai_cmn_tax_defaultation_pkg.ja_in_calc_prec_taxes(

6829: );
6830: end if;
6831: end if; /** ln_threshold_slab_id is not null */
6832: end if; /** ln_tcs_exists is not null */
6833: jai_cmn_tax_defaultation_pkg.ja_in_calc_prec_taxes(
6834: 'AR_LINES' ,
6835: v_tax_category_id ,
6836: v_header_id,
6837: v_customer_trx_line_id,

Line 7488: such as jai_om_tax_pkg.recalculate_oe_taxes , jai_cmn_tax_defaultation_pkg.ja_in_calc_prec_taxes

7484: to get the vat assessable value to the tax calculation routines and update the vat assessable
7485: value in the JAI_OM_OE_SO_LINES table.
7486:
7487: This vat assessable value is sent as an additional parameter to the various procedures
7488: such as jai_om_tax_pkg.recalculate_oe_taxes , jai_cmn_tax_defaultation_pkg.ja_in_calc_prec_taxes
7489:
7490: Hence, its mandatory that with this object all the other objects in this patch as well as the base bug
7491: need to be sent.
7492:

Line 7655: jai_cmn_tax_defaultation_pkg.ja_in_cust_default_taxes(

7651: IF v_customer_id IS NOT NULL AND v_address_id IS NOT NULL THEN
7652: --Added by Xiao Lv for bug 10091373, begins
7653: -- lv_enable_gst_flag := JAI_GST_GENERAL_PKG.IS_GST_ENABLED;
7654: -- IF nvl(lv_enable_gst_flag,'N') = 'N' THEN
7655: jai_cmn_tax_defaultation_pkg.ja_in_cust_default_taxes(
7656: v_organization_id ,
7657: v_customer_id ,
7658: v_bill_to_site_use_id , /*Bug 8371741*/
7659: v_inventory_item_id ,

Line 7679: jai_cmn_tax_defaultation_pkg.ja_in_org_default_taxes(

7675: END IF;
7676: --Added by Xiao Lv for bug 10091373, ends
7677: */
7678: /*ELSE
7679: jai_cmn_tax_defaultation_pkg.ja_in_org_default_taxes(
7680: v_organization_id ,
7681: v_inventory_item_id ,
7682: v_tax_category_id
7683: );*/