DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_STEP_SS dependencies on ICX_SEC

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

835: ,p_spinal_point => l_spinal_point
836: );
837:
838: if (( hr_process_person_ss.g_assignment_id is not null) and
839: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))
840: then
841: l_assignment_id := hr_process_person_ss.g_assignment_id;
842: end if;
843: