DBA Data[Home] [Help]

APPS.HR_PROCESS_SIT_SS dependencies on ICX_SEC

Line 394: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))

390: -- We also need the latest Object version Number not the one on transaction tbl
391:
392: -- adding the session id check to avoid connection pooling problems.
393: if (( hr_process_person_ss.g_person_id is not null) and
394: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))
395: then
396: hr_utility.set_location('If it is ICX_SEC.G_SESSION_ID:'||l_proc,10);
397: p_person_id := hr_process_person_ss.g_person_id;
398: end if;

Line 396: hr_utility.set_location('If it is ICX_SEC.G_SESSION_ID:'||l_proc,10);

392: -- adding the session id check to avoid connection pooling problems.
393: if (( hr_process_person_ss.g_person_id is not null) and
394: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))
395: then
396: hr_utility.set_location('If it is ICX_SEC.G_SESSION_ID:'||l_proc,10);
397: p_person_id := hr_process_person_ss.g_person_id;
398: end if;
399:
400: -- end registration