[Home] [Help]
370: gtt_trans_steps(li_count).param_value :=
371: p_ltt_salary_data(1).default_currency;
372:
373: if ((p_flow_mode is not null and
374: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration) or
375: p_ltt_salary_data(1).default_currency is null)
376: then
377: gtt_trans_steps(li_count).param_value :=
378: p_ltt_salary_data(1).currency;
444: gtt_trans_steps(li_count).param_name := 'p_default_prev_salary';
445: gtt_trans_steps(li_count).param_value :=
446: p_ltt_salary_data(1).default_prev_salary;
447: if p_flow_mode is not null and
448: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
449: then
450: gtt_trans_steps(li_count).param_value := 0;
451: end if;
452: gtt_trans_steps(li_count).param_data_type := 'NUMBER' ;