DBA Data[Home] [Help]

APPS.HR_PROCESS_PHONE_NUMBERS_SS dependencies on ICX_SEC

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

2032: -- l_per_or_contact = 'PERSON'
2033: -- l_person_id := hr_process_person_ss.g_person_id;
2034: -- Adding the session id check to avoid connection pooling problems.
2035: if (( hr_process_person_ss.g_person_id is not null) and
2036: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
2037: hr_utility.set_location('hr_process_person_ss.g_person_id is not null AND hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID:'||l_proc,30);
2038: l_person_id := hr_process_person_ss.g_person_id;
2039: end if;
2040: end if;

Line 2037: hr_utility.set_location('hr_process_person_ss.g_person_id is not null AND hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID:'||l_proc,30);

2033: -- l_person_id := hr_process_person_ss.g_person_id;
2034: -- Adding the session id check to avoid connection pooling problems.
2035: if (( hr_process_person_ss.g_person_id is not null) and
2036: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
2037: hr_utility.set_location('hr_process_person_ss.g_person_id is not null AND hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID:'||l_proc,30);
2038: l_person_id := hr_process_person_ss.g_person_id;
2039: end if;
2040: end if;
2041: --