DBA Data[Home] [Help]

APPS.HR_PROCESS_CONTACT_SS dependencies on ICX_SEC

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

9552: --
9553: -- l_person_id := hr_process_person_ss.g_person_id;
9554: -- Adding the session id check to avoid connection pooling problems.
9555: if (( hr_process_person_ss.g_person_id is not null) and
9556: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
9557: l_person_id := hr_process_person_ss.g_person_id;
9558: end if;
9559:
9560: --