DBA Data[Home] [Help]

APPS.HR_RATE_VALUES_SWI dependencies on ICX_SEC

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

858: -- We can get that person Id and assignment id by making a call
859: -- to the global parameters but we need to branch out the code.
860: -- Adding the session id check to avoid connection pooling problems.
861: if (( hr_process_person_ss.g_assignment_id is not null) and
862: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))
863: then
864: -- Set the Assignment Id to the one just created, don't use the
865: -- transaction table.
866: l_assignment_id := hr_process_person_ss.g_assignment_id;

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

1029: hr_new_user_reg_ss.process_selected_transaction
1030: (p_item_type => p_item_type
1031: ,p_item_key => p_item_key);
1032: if (( hr_process_person_ss.g_assignment_id is not null) and
1033: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))
1034: then
1035: -- Set the Assignment Id to the one just created, don't use the
1036: -- transaction table.
1037: l_asg_rate_rec.assignment_id := hr_process_person_ss.g_assignment_id;

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

1247: hr_new_user_reg_ss.process_selected_transaction
1248: (p_item_type => p_item_type
1249: ,p_item_key => p_item_key);
1250: if (( hr_process_person_ss.g_assignment_id is not null) and
1251: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))
1252: then
1253: -- Set the Assignment Id to the one just created, don't use the
1254: -- transaction table.
1255: l_asg_rate_rec.assignment_id := hr_process_person_ss.g_assignment_id;