DBA Data[Home] [Help]

APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_AP_TDS_THHOLD_SLABS

Line 5326: jai_ap_tds_thhold_slabs thslbs

5322: IS
5323: select
5324: thslbs.threshold_slab_id
5325: from
5326: jai_ap_tds_thhold_slabs thslbs
5327: ,jai_ap_tds_thhold_types thtyps
5328: ,jai_ap_tds_thhold_hdrs thhdrs
5329: where
5330: thslbs.threshold_type_id = thtyps.threshold_type_id

Line 5363: ln_threshold_slab_id jai_ap_tds_thhold_slabs.threshold_slab_id%type default NULL;

5359: ln_party_type jai_rgm_thresholds.party_type%type;
5360: ln_fin_year jai_rgm_thresholds.fin_year%type;
5361: ln_party_pan_no JAI_CMN_CUS_ADDRESSES.pan_no%type;
5362: ln_customer_type_lkup_code JAI_CMN_CUS_ADDRESSES.tcs_customer_type%type;
5363: ln_threshold_slab_id jai_ap_tds_thhold_slabs.threshold_slab_id%type default NULL;
5364: lr_hdr_record jai_rgm_thresholds%rowtype;
5365: ln_user_id fnd_user.user_id%type := fnd_global.user_id;
5366: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;
5367: ln_count NUMBER;