DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_STEP_SS dependencies on ICX_SEC

Line 844: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))

840: ,p_spinal_point => l_spinal_point
841: );
842:
843: if (( hr_process_person_ss.g_assignment_id is not null) and
844: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))
845: then
846: l_assignment_id := hr_process_person_ss.g_assignment_id;
847: end if;
848: