DBA Data[Home] [Help]

APPS.HR_PROCESS_CONTACT_SS dependencies on ICX_SEC

Line 9641: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then

9637: --
9638: -- l_person_id := hr_process_person_ss.g_person_id;
9639: -- Adding the session id check to avoid connection pooling problems.
9640: if (( hr_process_person_ss.g_person_id is not null) and
9641: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
9642: l_person_id := hr_process_person_ss.g_person_id;
9643: end if;
9644:
9645: --