DBA Data[Home] [Help]

APPS.HR_PROCESS_SIT_SS dependencies on HR_PROCESS_ASSIGNMENT_SS

Line 67: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

63: BEGIN
64:
65: hr_utility.set_location('Entering:'||l_proc, 5);
66: if p_flow_mode is not null and
67: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
68: then
69: hr_utility.set_location('flow mode!=NULL AND is NewHire Registration:'||l_proc,10);
70: l_new_hire := TRUE;
71: end if;

Line 1269: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

1265:
1266: BEGIN
1267: hr_utility.set_location('Entering:'||l_proc, 5);
1268: if p_flow_mode is not null and
1269: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
1270: then
1271: hr_utility.set_location('Flow mode is NewHire Reg:'||l_proc,10);
1272: rollback;
1273: end if;