DBA Data[Home] [Help]

APPS.FA_DEPRN_TAX_C_PKG dependencies on FND_PROFILE

Line 218: -- fnd_profile.get('LOGIN_ID',h_login_id);

214: h_tax_asset_type_seg := argument7;
215: end if;
216:
217: h_request_id := fnd_global.conc_request_id;
218: -- fnd_profile.get('LOGIN_ID',h_login_id);
219: fnd_profile.get('USER_ID',h_login_id); -- bug#2661575
220:
221: h_year := to_number(argument2);
222:

Line 219: fnd_profile.get('USER_ID',h_login_id); -- bug#2661575

215: end if;
216:
217: h_request_id := fnd_global.conc_request_id;
218: -- fnd_profile.get('LOGIN_ID',h_login_id);
219: fnd_profile.get('USER_ID',h_login_id); -- bug#2661575
220:
221: h_year := to_number(argument2);
222:
223: h_sum_rep := Upper(argument12) LIKE 'Y%';