DBA Data[Home] [Help]

APPS.GHR_EHRI_DYNRPT dependencies on GHR_SF52_PRE_UPDATE

Line 3630: ghr_sf52_pre_update.get_auth_codes

3626:
3627: -- get current appointment auth codes.
3628: -- Bug#2789704 Added Exception Handling
3629: BEGIN
3630: ghr_sf52_pre_update.get_auth_codes
3631: (p_pa_req_rec => l_ghr_pa_requests_rec
3632: ,p_auth_code1 => l_ghr_cpdf_temp_rec.current_appointment_auth1
3633: ,p_auth_code2 => l_ghr_cpdf_temp_rec.current_appointment_auth2);
3634: