DBA Data[Home] [Help]

APPS.HR_PROCESS_EIT_SS dependencies on HR_PROCESS_ASSIGNMENT_SS

Line 51: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

47:
48: BEGIN
49: hr_utility.set_location('Entering:'||l_proc, 5);
50: if p_flow_mode is not null and
51: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
52: then
53: hr_utility.trace('Calling RollBack:'||l_proc);
54: rollback;
55: end if;

Line 1062: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

1058: BEGIN
1059:
1060: hr_utility.set_location('Entering:'||l_proc, 5);
1061: if p_flow_mode is not null and
1062: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
1063:
1064: then
1065: hr_utility.trace('p_flow_mode is not null but is NewHireReg:'||l_proc);
1066: hr_utility.trace('Rolling back:'||l_proc);

Line 1597: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

1593: end if;
1594: --l_eit_type_id := p_eit_type_id;
1595:
1596: if p_flow_mode is not null and
1597: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
1598: then
1599: hr_utility.trace('p_flow_mode!=null but NewHireReg:'||l_proc);
1600: l_new_hire := TRUE;
1601: end if;