DBA Data[Home] [Help]

APPS.HR_PAY_RATE_SS dependencies on HR_PROCESS_PERSON_SS

Line 4292: IF (( hr_process_person_ss.g_assignment_id is not null) and

4288: -- Bug 2547283: need to update person info and asg info.
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

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 4298: ltt_salary_data(1).assignment_id := hr_process_person_ss.g_assignment_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.
4298: ltt_salary_data(1).assignment_id := hr_process_person_ss.g_assignment_id;
4299: END IF;
4300: end if;
4301:
4302:

Line 6289: -- hr_process_person_ss.process_api we can get that person Id and

6285: -- start registration
6286: -- If it's a new user registration flow than the assignmentId which is
6287: -- coming from transaction table will not be valid because the person
6288: -- has just been created by the process_api of the
6289: -- hr_process_person_ss.process_api we can get that person Id and
6290: -- assignment id by making a call to the global parameters but we need
6291: -- to branch out the code.
6292:
6293: -- Adding the session id check to avoid connection pooling problems.

Line 6294: IF (( hr_process_person_ss.g_assignment_id is not null) and

6290: -- assignment id by making a call to the global parameters but we need
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

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.

Line 6300: ltt_salary_data(1).assignment_id := hr_process_person_ss.g_assignment_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.
6300: ltt_salary_data(1).assignment_id := hr_process_person_ss.g_assignment_id;
6301: END IF;
6302:
6303: l_asg_txn_step_id := p_transaction_step_id;
6304: l_assignment_id := ltt_salary_data(1).assignment_id;