DBA Data[Home] [Help]

APPS.HR_PAY_RATE_SS dependencies on ICX_SEC

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

4289: hr_new_user_reg_ss.process_selected_transaction
4290: (p_item_type => p_item_type,
4291: p_item_key => p_item_key);
4292: IF (( hr_process_person_ss.g_assignment_id is not null) and
4293: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))
4294: THEN
4295: hr_utility.set_location(l_proc,15);
4296: -- Set the Assignment Id to the one just created, don't use the
4297: -- transaction table.

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

6291: -- to branch out the code.
6292:
6293: -- Adding the session id check to avoid connection pooling problems.
6294: IF (( hr_process_person_ss.g_assignment_id is not null) and
6295: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))
6296: THEN
6297: hr_utility.set_location(l_proc,20);
6298: -- Set the Assignment Id to the one just created, don't use the
6299: -- transaction table.