DBA Data[Home] [Help]

APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on FND_USER

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

154:
155: ln_trx_ref_id jai_rgm_refs_all.trx_ref_id%type;
156: ln_currency_code jai_rgm_taxes.currency_code%type;
157:
158: ln_user_id fnd_user.user_id%type := fnd_global.user_id;
159: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;
160:
161: -- start, Bgowrava for Forward porting Bug#5989740
162: ln_surcharge_sh_cess_tax_id jai_rgm_taxes.tax_id%type;

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

1177:
1178: r_taxes jai_cmn_tax_defaultation_pkg.tax_rec_typ;
1179:
1180: ln_tax_amount number ;
1181: ln_user_id fnd_user.user_id%type := fnd_global.user_id;
1182: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;
1183: lv_currency fnd_currencies.currency_code%type;
1184: ln_curr_conv_factor number;
1185: ln_exists number(2);

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

1606: ln_new_thhold_slab_id jai_rgm_thresholds.threshold_slab_id%type;
1607: ln_thhold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;
1608:
1609:
1610: ln_user_id fnd_user.user_id%type := fnd_global.user_id;
1611: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;
1612:
1613:
1614:

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

2260:
2261: ln_total_thhold_amt jai_rgm_thresholds.total_threshold_amt%type;
2262: ln_total_thhold_base_amt jai_rgm_thresholds.total_threshold_base_amt%type;
2263:
2264: ln_user_id fnd_user.user_id%type := fnd_global.user_id;
2265: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;
2266:
2267:
2268: begin