DBA Data[Home] [Help]

APPS.GHR_EHRI_DYNRPT dependencies on GHR_SF52_PRE_UPDATE

Line 3374: ghr_sf52_pre_update.get_auth_codes

3370:
3371: -- get current appointment auth codes.
3372: -- Bug#2789704 Added Exception Handling
3373: BEGIN
3374: ghr_sf52_pre_update.get_auth_codes
3375: (p_pa_req_rec => l_ghr_pa_requests_rec
3376: ,p_auth_code1 => l_ghr_cpdf_temp_rec.current_appointment_auth1
3377: ,p_auth_code2 => l_ghr_cpdf_temp_rec.current_appointment_auth2);
3378: EXCEPTION