DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on GHR_SF52_API

Line 1355: ghr_sf52_api.update_Sf52(

1351: p_datetrack_mode => 'DELETE_NEXT_CHANGE'
1352: );
1353: end if;
1354: --Added by VVL
1355: ghr_sf52_api.update_Sf52(
1356: p_pa_request_id => l_par.pa_request_id,
1357: p_par_object_version_number => l_par.object_version_number,
1358: p_first_noa_cancel_or_correct => l_par.first_noa_cancel_or_correct,
1359: p_second_noa_cancel_or_correct => l_par.second_noa_cancel_or_correct,

Line 5797: ghr_sf52_api.end_sf52(

5793: -- No need to re-fetch object_version_number. As this must be last SF52 in the chain and
5794: -- OVN must not change since last fetch
5795: hr_utility.set_location('Soft Cancelling SF52 : ' ||
5796: l_subsequent_pa_req(l_rev_count).pa_request_id || ' ' || l_proc , 90);
5797: ghr_sf52_api.end_sf52(
5798: p_pa_request_id => l_sf52.pa_request_id
5799: ,p_user_name => l_username
5800: ,p_par_object_version_number => l_subsequent_pa_req(l_rev_count).object_version_number
5801: ,p_action_taken => 'CANCELED'

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

6216: hr_utility.set_location(' Call ghr_cancel_sf52 ' || p_corr_sf52_detail.pa_request_id ||
6217: l_proc , 80);
6218: l_corr_sf52_detail := p_corr_sf52_detail;
6219: -- Start Bug 2542417
6220: -- Fetching employee_assignment_id to pass in ghr_sf52_api.update_sf52
6221: -- In the Cancellation of Subsequent corrections assignment id is
6222: -- missing in call to get_cop in ghr_sf52_api.update_sf52
6223: -- This passing of l_asg_id in the call below fixes the issue
6224: for c_get_asg_rec in c_get_asg_id LOOP

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

6218: l_corr_sf52_detail := p_corr_sf52_detail;
6219: -- Start Bug 2542417
6220: -- Fetching employee_assignment_id to pass in ghr_sf52_api.update_sf52
6221: -- In the Cancellation of Subsequent corrections assignment id is
6222: -- missing in call to get_cop in ghr_sf52_api.update_sf52
6223: -- This passing of l_asg_id in the call below fixes the issue
6224: for c_get_asg_rec in c_get_asg_id LOOP
6225: l_asg_id := c_get_asg_rec.employee_assignment_id;
6226: exit;

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

6278: hr_utility.raise_error;
6279: end if;
6280:
6281: -- Call update_sf52
6282: -- This is a recursive call as Process_SF52 is called from ghr_sf52_api.update_sf52
6283: hr_utility.set_location(' BEGIN Update_SF52 for pa_request_id : ' ||
6284: l_sf52_canc.pa_request_id || ' ' || l_proc , 110);
6285: hr_utility.set_location('l_dummy_number '||to_char(l_dummy_number),120);
6286: hr_utility.set_location('l_OVN '||to_char(l_sf52_canc.object_version_number),130);

Line 6288: ghr_sf52_api.update_sf52(

6284: l_sf52_canc.pa_request_id || ' ' || l_proc , 110);
6285: hr_utility.set_location('l_dummy_number '||to_char(l_dummy_number),120);
6286: hr_utility.set_location('l_OVN '||to_char(l_sf52_canc.object_version_number),130);
6287: hr_utility.set_location('l_ASG '||to_char(l_asg_id),140);
6288: ghr_sf52_api.update_sf52(
6289: p_pa_request_id => l_sf52_canc.pa_request_id
6290: ,p_employee_assignment_id => l_asg_id
6291: -- OUT parameters
6292: ,p_par_object_version_number => l_sf52_canc.object_version_number