DBA Data[Home] [Help]

APPS.HR_SUPERVISOR_SS dependencies on ICX_SEC

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

1262:
1263: -- adding the session id check to avoid connection pooling problems.
1264: -- if (hr_process_person_ss.g_assignment_id is not null) then
1265: if (( hr_process_person_ss.g_assignment_id is not null) and
1266: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID)) then
1267: ln_selected_emp_id := hr_process_person_ss.g_person_id;
1268: ln_passed_assignment_id := hr_process_person_ss.g_assignment_id;
1269: end if;
1270: