DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on GHR_SF52_API

Line 1524: ghr_sf52_api.update_Sf52(

1520: end if;
1521:
1522:
1523:
1524: ghr_sf52_api.update_Sf52(
1525: p_pa_request_id => l_par.pa_request_id,
1526: p_par_object_version_number => l_par.object_version_number,
1527: p_first_noa_cancel_or_correct => l_par.first_noa_cancel_or_correct,
1528: p_second_noa_cancel_or_correct => l_par.second_noa_cancel_or_correct,

Line 6149: ghr_sf52_api.end_sf52(

6145: -- No need to re-fetch object_version_number. As this must be last SF52 in the chain and
6146: -- OVN must not change since last fetch
6147: hr_utility.set_location('Soft Cancelling SF52 : ' ||
6148: l_subsequent_pa_req(l_rev_count).pa_request_id || ' ' || l_proc , 90);
6149: ghr_sf52_api.end_sf52(
6150: p_pa_request_id => l_sf52.pa_request_id
6151: ,p_user_name => l_username
6152: ,p_par_object_version_number => l_subsequent_pa_req(l_rev_count).object_version_number
6153: ,p_action_taken => 'CANCELED'

Line 6575: -- Fetching employee_assignment_id to pass in ghr_sf52_api.update_sf52

6571: hr_utility.set_location(' Call ghr_cancel_sf52 ' || p_corr_sf52_detail.pa_request_id ||
6572: l_proc , 80);
6573: l_corr_sf52_detail := p_corr_sf52_detail;
6574: -- Start Bug 2542417
6575: -- Fetching employee_assignment_id to pass in ghr_sf52_api.update_sf52
6576: -- In the Cancellation of Subsequent corrections assignment id is
6577: -- missing in call to get_cop in ghr_sf52_api.update_sf52
6578: -- This passing of l_asg_id in the call below fixes the issue
6579: for c_get_asg_rec in c_get_asg_id LOOP

Line 6577: -- missing in call to get_cop in ghr_sf52_api.update_sf52

6573: l_corr_sf52_detail := p_corr_sf52_detail;
6574: -- Start Bug 2542417
6575: -- Fetching employee_assignment_id to pass in ghr_sf52_api.update_sf52
6576: -- In the Cancellation of Subsequent corrections assignment id is
6577: -- missing in call to get_cop in ghr_sf52_api.update_sf52
6578: -- This passing of l_asg_id in the call below fixes the issue
6579: for c_get_asg_rec in c_get_asg_id LOOP
6580: l_asg_id := c_get_asg_rec.employee_assignment_id;
6581: exit;

Line 6637: -- This is a recursive call as Process_SF52 is called from ghr_sf52_api.update_sf52

6633: hr_utility.raise_error;
6634: end if;
6635:
6636: -- Call update_sf52
6637: -- This is a recursive call as Process_SF52 is called from ghr_sf52_api.update_sf52
6638: hr_utility.set_location(' BEGIN Update_SF52 for pa_request_id : ' ||
6639: l_sf52_canc.pa_request_id || ' ' || l_proc , 110);
6640: hr_utility.set_location('l_dummy_number '||to_char(l_dummy_number),120);
6641: hr_utility.set_location('l_OVN '||to_char(l_sf52_canc.object_version_number),130);

Line 6643: ghr_sf52_api.update_sf52(

6639: l_sf52_canc.pa_request_id || ' ' || l_proc , 110);
6640: hr_utility.set_location('l_dummy_number '||to_char(l_dummy_number),120);
6641: hr_utility.set_location('l_OVN '||to_char(l_sf52_canc.object_version_number),130);
6642: hr_utility.set_location('l_ASG '||to_char(l_asg_id),140);
6643: ghr_sf52_api.update_sf52(
6644: p_pa_request_id => l_sf52_canc.pa_request_id
6645: ,p_employee_assignment_id => l_asg_id
6646: -- OUT parameters
6647: ,p_par_object_version_number => l_sf52_canc.object_version_number