DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_STEP_SS dependencies on HR_PROCESS_ASSIGNMENT_SS

Line 158: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

154: fetch csr_placement_db into l_step_id_db, l_reason_db;
155: close csr_placement_db;
156:
157: if p_flow_mode is not null and
158: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
159: then
160: hr_utility.set_location('p_flow_mode = hr_process_assignment_ss.g_new_hire_registration:'||l_proc,10);
161: g_registration := true;
162: end if;

Line 160: hr_utility.set_location('p_flow_mode = hr_process_assignment_ss.g_new_hire_registration:'||l_proc,10);

156:
157: if p_flow_mode is not null and
158: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
159: then
160: hr_utility.set_location('p_flow_mode = hr_process_assignment_ss.g_new_hire_registration:'||l_proc,10);
161: g_registration := true;
162: end if;
163:
164: hr_pay_rate_gsp_ss.check_grade_ladder_exists(

Line 262: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

258: P_effective_date => l_effective_date,
259: p_ltt_salary_data => ltt_salary_data);
260:
261: if p_flow_mode is not null and
262: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
263: then
264: ltt_salary_data(1).current_salary := 0;
265: end if;
266: end if;

Line 291: ,p_api_name => 'HR_PROCESS_ASSIGNMENT_SS.PROCESS_API');

287: p_item_key => p_item_key
288: ,p_api_name => 'HR_PROCESS_ADDRESS_SS.PROCESS_API');
289: hr_new_user_reg_ss.process_selected_transaction(p_item_type => p_item_type,
290: p_item_key => p_item_key
291: ,p_api_name => 'HR_PROCESS_ASSIGNMENT_SS.PROCESS_API');
292: else
293: hr_utility.set_location('Normal Flow:'||l_proc, 25);
294: g_normal_flow := true;
295: savepoint normal_flow;

Line 298: ,p_api_name => 'HR_PROCESS_ASSIGNMENT_SS.PROCESS_API');

294: g_normal_flow := true;
295: savepoint normal_flow;
296: hr_new_user_reg_ss.process_selected_transaction(p_item_type => p_item_type,
297: p_item_key => p_item_key
298: ,p_api_name => 'HR_PROCESS_ASSIGNMENT_SS.PROCESS_API');
299: end if;
300: close csr_assignment;
301:
302: open csr_assignment_proc;

Line 370: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

366:
367: hr_utility.set_location('After calling placement api:'||l_proc, 45);
368:
369: if p_flow_mode is not null and
370: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
371: then
372: rollback to new_hire;
373: end if;
374: