DBA Data[Home] [Help]

APPS.JAI_AR_TCS_REP_PKG dependencies on FND_USER

Line 5977: ln_user_id fnd_user.user_id%type := fnd_global.user_id;

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;
5980: ln_threshold_id jai_rgm_thresholds.threshold_id%type default NULL;
5981: BEGIN