DBA Data[Home] [Help]

APPS.JAI_AR_TRX_HEADERS_PKG dependencies on JAI_RGM_THHOLD_PROC_PKG

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

1212: FETCH GC_GET_REGIME_ID
1213: INTO LN_TCS_REGIME_ID;
1214: CLOSE GC_GET_REGIME_ID;
1215:
1216: jai_rgm_thhold_proc_pkg.get_threshold_slab_id(p_regime_id => ln_tcs_regime_id,
1217: p_organization_id => v_organization_id,
1218: p_party_type => jai_constants.party_type_customer,
1219: p_party_id => v_customer_id,
1220: p_org_id => v_org_id,

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

1229: end if;
1230:
1231: if ln_threshold_slab_id is not null then
1232:
1233: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id(p_threshold_slab_id => ln_threshold_slab_id,
1234: p_org_id => v_org_id,
1235: p_threshold_tax_cat_id => ln_threshold_tax_cat_id,
1236: p_process_flag => lv_process_flag,
1237: p_process_message => lv_process_message);