DBA Data[Home] [Help]

APPS.HR_PAY_RATE_SS dependencies on ICX_SEC

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

4130: hr_new_user_reg_ss.process_selected_transaction
4131: (p_item_type => p_item_type,
4132: p_item_key => p_item_key);
4133: IF (( hr_process_person_ss.g_assignment_id is not null) and
4134: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))
4135: THEN
4136: hr_utility.set_location(l_proc,15);
4137: -- Set the Assignment Id to the one just created, don't use the
4138: -- transaction table.

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

6058: -- to branch out the code.
6059:
6060: -- Adding the session id check to avoid connection pooling problems.
6061: IF (( hr_process_person_ss.g_assignment_id is not null) and
6062: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))
6063: THEN
6064: hr_utility.set_location(l_proc,20);
6065: -- Set the Assignment Id to the one just created, don't use the
6066: -- transaction table.