DBA Data[Home] [Help]

APPS.HR_RATE_VALUES_SWI dependencies on HR_PROCESS_PERSON_SS

Line 857: -- created by the process_api of the hr_process_person_ss.process_api.

853: dt_fndate.set_effective_date(l_effective_date);
854: -- start registration
855: -- If its a new user registration flow then the assignmentId which is coming
856: -- from transaction table will not be valid because the person has just been
857: -- created by the process_api of the hr_process_person_ss.process_api.
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

Line 861: if (( hr_process_person_ss.g_assignment_id is not null) and

857: -- created by the process_api of the hr_process_person_ss.process_api.
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.

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 866: l_assignment_id := hr_process_person_ss.g_assignment_id;

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;
867: else
868: l_assignment_id := hr_transaction_api.get_number_value(p_transaction_step_id, 'P_ASSIGNMENT_ID');
869: end if;
870: -- end registration

Line 1032: if (( hr_process_person_ss.g_assignment_id is not null) and

1028: savepoint newhire_point;
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.

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 1037: l_asg_rate_rec.assignment_id := hr_process_person_ss.g_assignment_id;

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;
1038: end if;
1039: end if;
1040: --For SFL no validation is required.
1041: if nvl(p_mode,'#') <> 'S'

Line 1250: if (( hr_process_person_ss.g_assignment_id is not null) and

1246: savepoint newhire_point;
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.

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;

Line 1255: l_asg_rate_rec.assignment_id := hr_process_person_ss.g_assignment_id;

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;
1256: end if;
1257: end if;
1258:
1259: if p_flow_mode is not null and