DBA Data[Home] [Help]

APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_PAR_EXTRA_INFO_API

Line 4219: ghr_par_extra_info_api.create_pa_request_extra_info

4215: hr_utility.set_location(l_proc,15);
4216:
4217: If l_flag = 'C' then
4218: hr_utility.set_location(l_proc,20);
4219: ghr_par_extra_info_api.create_pa_request_extra_info
4220: (p_pa_request_id => l_rei_rec.pa_request_id,
4221: p_information_type => l_rei_rec.information_type, -- to be replaced by the info_type returned by the get_infor._type
4222: p_rei_information_category => l_rei_rec.information_type,
4223: p_rei_information1 => l_rei_rec.rei_information1,

Line 4331: ghr_par_extra_info_api.update_pa_request_extra_info

4327:
4328: Elsif l_flag = 'U' then
4329: hr_utility.set_location(l_proc,25);
4330: hr_utility.set_location('update extra info',1);
4331: ghr_par_extra_info_api.update_pa_request_extra_info
4332: (P_PA_REQUEST_EXTRA_INFO_ID => l_rei_rec.pa_request_extra_info_id,
4333: P_OBJECT_VERSION_NUMBER => l_rei_rec.object_version_number ,
4334: p_rei_information1 => l_rei_rec.rei_information1,
4335: p_rei_information2 => l_rei_rec.rei_information2,

Line 4405: ghr_par_extra_info_api.delete_pa_request_extra_info

4401: Elsif l_flag = 'D' then
4402: hr_utility.set_location(l_proc,30);
4403: hr_utility.set_location('delete extra info',1);
4404:
4405: ghr_par_extra_info_api.delete_pa_request_extra_info
4406: (p_pa_request_extra_info_id => l_rei_rec.pa_request_extra_info_id,
4407: p_object_version_number => l_rei_rec.object_version_number
4408: );
4409: delete from ghr_pa_request_ei_shadow