DBA Data[Home] [Help]

APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on JAI_RGM_THHOLD_PROC_PKG

Line 3132: jai_rgm_thhold_proc_pkg.get_threshold_slab_id

3128: FETCH GC_GET_REGIME_ID INTO LN_TCS_REGIME_ID;
3129: CLOSE GC_GET_REGIME_ID;
3130:
3131: /** Check current threshold slab. The following procedure returns null threshold_slab_id if threshold is not yet reached */
3132: jai_rgm_thhold_proc_pkg.get_threshold_slab_id
3133: ( p_regime_id => ln_tcs_regime_id
3134: , p_organization_id => v_organization_id
3135: , p_party_type => jai_constants.party_type_customer
3136: , p_party_id => v_customer_id

Line 3155: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id

3151: if ln_threshold_slab_id is not null then
3152: /**
3153: Threshold is high and slab is available. Hence get tax_category defined for the salb to default additional taxes
3154: */
3155: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id
3156: (
3157: p_threshold_slab_id => ln_threshold_slab_id
3158: , p_org_id => v_org_id
3159: , p_threshold_tax_cat_id => ln_threshold_tax_cat_id