DBA Data[Home] [Help]

APPS.JAI_AR_TRX_LINES_PKG dependencies on JAI_RGM_THHOLD_PROC_PKG

Line 798: jai_rgm_thhold_proc_pkg.get_threshold_slab_id(p_regime_id => ln_tcs_regime_id,

794: fetch gc_get_regime_id
795: into ln_tcs_regime_id;
796: close gc_get_regime_id;
797:
798: jai_rgm_thhold_proc_pkg.get_threshold_slab_id(p_regime_id => ln_tcs_regime_id,
799: p_organization_id => v_organization_id,
800: p_party_type => jai_constants.party_type_customer,
801: p_party_id => v_customer_id,
802: p_org_id => v_org_id,

Line 815: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id(p_threshold_slab_id => ln_threshold_slab_id,

811: exception_text => lv_process_message);
812: end if;
813: if ln_threshold_slab_id is not null then
814:
815: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id(p_threshold_slab_id => ln_threshold_slab_id,
816: p_org_id => v_org_id,
817: p_threshold_tax_cat_id => ln_threshold_tax_cat_id,
818: p_process_flag => lv_process_flag,
819: p_process_message => lv_process_message);