DBA Data[Home] [Help]

APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on JAI_CMN_TAX_DEFAULTATION_PKG

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

5079: to get the vat assessable value to the tax calculation routines and update the vat assessable
5080: value in the JAI_OM_OE_SO_LINES table.
5081:
5082: This vat assessable value is sent as an additional parameter to the various procedures
5083: such as jai_om_tax_pkg.recalculate_oe_taxes , jai_cmn_tax_defaultation_pkg.ja_in_calc_prec_taxes
5084:
5085: Hence, its mandatory that with this object all the other objects in this patch as well as the base bug
5086: need to be sent.
5087:

Line 5249: jai_cmn_tax_defaultation_pkg.ja_in_cust_default_taxes(

5245: FETCH address_cur INTO v_address_id;
5246: CLOSE address_cur;
5247:
5248: IF v_customer_id IS NOT NULL AND v_address_id IS NOT NULL THEN
5249: jai_cmn_tax_defaultation_pkg.ja_in_cust_default_taxes(
5250: v_organization_id ,
5251: v_customer_id,
5252: v_ship_to_site_use_id ,
5253: v_inventory_item_id ,

Line 5259: jai_cmn_tax_defaultation_pkg.ja_in_org_default_taxes(

5255: v_customer_trx_line_id,
5256: v_tax_category_id
5257: );
5258: ELSE
5259: jai_cmn_tax_defaultation_pkg.ja_in_org_default_taxes(
5260: v_organization_id ,
5261: v_inventory_item_id ,
5262: v_tax_category_id
5263: );

Line 5380: jai_cmn_tax_defaultation_pkg.ja_in_calc_prec_taxes(

5376: );
5377: end if;
5378: end if; /** ln_threshold_slab_id is not null */
5379: end if; /** ln_tcs_exists is not null */
5380: jai_cmn_tax_defaultation_pkg.ja_in_calc_prec_taxes(
5381: 'AR_LINES' ,
5382: v_tax_category_id ,
5383: v_header_id,
5384: v_customer_trx_line_id,

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

6025: to get the vat assessable value to the tax calculation routines and update the vat assessable
6026: value in the JAI_OM_OE_SO_LINES table.
6027:
6028: This vat assessable value is sent as an additional parameter to the various procedures
6029: such as jai_om_tax_pkg.recalculate_oe_taxes , jai_cmn_tax_defaultation_pkg.ja_in_calc_prec_taxes
6030:
6031: Hence, its mandatory that with this object all the other objects in this patch as well as the base bug
6032: need to be sent.
6033:

Line 6189: jai_cmn_tax_defaultation_pkg.ja_in_cust_default_taxes(

6185: FETCH address_cur INTO v_address_id;
6186: CLOSE address_cur;
6187:
6188: IF v_customer_id IS NOT NULL AND v_address_id IS NOT NULL THEN
6189: jai_cmn_tax_defaultation_pkg.ja_in_cust_default_taxes(
6190: v_organization_id ,
6191: v_customer_id ,
6192: v_ship_to_site_use_id ,
6193: v_inventory_item_id ,

Line 6199: jai_cmn_tax_defaultation_pkg.ja_in_org_default_taxes(

6195: v_customer_trx_line_id,
6196: v_tax_category_id
6197: );
6198: ELSE
6199: jai_cmn_tax_defaultation_pkg.ja_in_org_default_taxes(
6200: v_organization_id ,
6201: v_inventory_item_id ,
6202: v_tax_category_id
6203: );