DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_STEP_SS dependencies on HR_PROCESS_ASSIGNMENT_SS

Line 163: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

159: return;
160: end if;
161:
162: if p_flow_mode is not null and
163: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
164: then
165: hr_utility.set_location('p_flow_mode = hr_process_assignment_ss.g_new_hire_registration:'||l_proc,10);
166: g_registration := true;
167: end if;

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

161:
162: if p_flow_mode is not null and
163: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
164: then
165: hr_utility.set_location('p_flow_mode = hr_process_assignment_ss.g_new_hire_registration:'||l_proc,10);
166: g_registration := true;
167: end if;
168:
169: hr_pay_rate_gsp_ss.check_grade_ladder_exists(

Line 267: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

263: P_effective_date => l_effective_date,
264: p_ltt_salary_data => ltt_salary_data);
265:
266: if p_flow_mode is not null and
267: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
268: then
269: ltt_salary_data(1).current_salary := 0;
270: end if;
271: end if;

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

292: p_item_key => p_item_key
293: ,p_api_name => 'HR_PROCESS_ADDRESS_SS.PROCESS_API');
294: hr_new_user_reg_ss.process_selected_transaction(p_item_type => p_item_type,
295: p_item_key => p_item_key
296: ,p_api_name => 'HR_PROCESS_ASSIGNMENT_SS.PROCESS_API');
297: else
298: hr_utility.set_location('Normal Flow:'||l_proc, 25);
299: g_normal_flow := true;
300: savepoint normal_flow;

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

299: g_normal_flow := true;
300: savepoint normal_flow;
301: hr_new_user_reg_ss.process_selected_transaction(p_item_type => p_item_type,
302: p_item_key => p_item_key
303: ,p_api_name => 'HR_PROCESS_ASSIGNMENT_SS.PROCESS_API');
304: end if;
305: close csr_assignment;
306:
307: open csr_assignment_proc;

Line 375: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

371:
372: hr_utility.set_location('After calling placement api:'||l_proc, 45);
373:
374: if p_flow_mode is not null and
375: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
376: then
377: rollback to new_hire;
378: end if;
379: