DBA Data[Home] [Help]

APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_AP_TDS_THHOLD_SLABS

Line 5938: jai_ap_tds_thhold_slabs thslbs

5934: IS
5935: select
5936: thslbs.threshold_slab_id
5937: from
5938: jai_ap_tds_thhold_slabs thslbs
5939: ,jai_ap_tds_thhold_types thtyps
5940: ,jai_ap_tds_thhold_hdrs thhdrs
5941: where
5942: thslbs.threshold_type_id = thtyps.threshold_type_id

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

5971: ln_party_type jai_rgm_thresholds.party_type%type;
5972: ln_fin_year jai_rgm_thresholds.fin_year%type;
5973: ln_party_pan_no JAI_CMN_CUS_ADDRESSES.pan_no%type;
5974: ln_customer_type_lkup_code JAI_CMN_CUS_ADDRESSES.tcs_customer_type%type;
5975: ln_threshold_slab_id jai_ap_tds_thhold_slabs.threshold_slab_id%type default NULL;
5976: lr_hdr_record jai_rgm_thresholds%rowtype;
5977: ln_user_id fnd_user.user_id%type := fnd_global.user_id;
5978: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;
5979: ln_count NUMBER;