DBA Data[Home] [Help]

APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on JAI_RGM_THHOLD_PROC_PKG

Line 3706: jai_rgm_thhold_proc_pkg.get_threshold_slab_id

3702: FETCH GC_GET_REGIME_ID INTO LN_TCS_REGIME_ID;
3703: CLOSE GC_GET_REGIME_ID;
3704:
3705: /** Check current threshold slab. The following procedure returns null threshold_slab_id if threshold is not yet reached */
3706: jai_rgm_thhold_proc_pkg.get_threshold_slab_id
3707: ( p_regime_id => ln_tcs_regime_id
3708: , p_organization_id => v_organization_id
3709: , p_party_type => jai_constants.party_type_customer
3710: , p_party_id => v_customer_id

Line 3729: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id

3725: if ln_threshold_slab_id is not null then
3726: /**
3727: Threshold is high and slab is available. Hence get tax_category defined for the salb to default additional taxes
3728: */
3729: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id
3730: (
3731: p_threshold_slab_id => ln_threshold_slab_id
3732: , p_org_id => v_org_id
3733: , p_threshold_tax_cat_id => ln_threshold_tax_cat_id