DBA Data[Home] [Help]

APPS.HR_PAY_RATE_GSP_SS dependencies on HR_PROCESS_ASSIGNMENT_SS

Line 370: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration) or

366: gtt_trans_steps(li_count).param_value :=
367: p_ltt_salary_data(1).default_currency;
368:
369: if ((p_flow_mode is not null and
370: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration) or
371: p_ltt_salary_data(1).default_currency is null)
372: then
373: gtt_trans_steps(li_count).param_value :=
374: p_ltt_salary_data(1).currency;

Line 444: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

440: gtt_trans_steps(li_count).param_name := 'p_default_prev_salary';
441: gtt_trans_steps(li_count).param_value :=
442: p_ltt_salary_data(1).default_prev_salary;
443: if p_flow_mode is not null and
444: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
445: then
446: gtt_trans_steps(li_count).param_value := 0;
447: end if;
448: gtt_trans_steps(li_count).param_data_type := 'NUMBER' ;