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:
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%';