DBA Data[Home] [Help]

APPS.HR_PROCESS_ADDRESS_SS dependencies on ICX_SEC

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

2606: --
2607: -- adding the session id check to avoid connection pooling problems.
2608: /* l_address.person_id := hr_process_person_ss.g_person_id; */
2609: if (( hr_process_person_ss.g_person_id is not null) and
2610: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
2611: hr_utility.set_location( l_proc, 50);
2612: l_address.person_id := hr_process_person_ss.g_person_id;
2613: --
2614: end if;