DBA Data[Home] [Help]

APPS.HR_PROCESS_ADDRESS_SS dependencies on ICX_SEC

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

2614: --
2615: -- adding the session id check to avoid connection pooling problems.
2616: /* l_address.person_id := hr_process_person_ss.g_person_id; */
2617: if (( hr_process_person_ss.g_person_id is not null) and
2618: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
2619: hr_utility.set_location( l_proc, 50);
2620: l_address.person_id := hr_process_person_ss.g_person_id;
2621: --
2622: end if;