DBA Data[Home] [Help]

APPS.GHR_CPDF_DYNRPT dependencies on GHR_SF52_PRE_UPDATE

Line 1981: ghr_sf52_pre_update.get_auth_codes

1977:
1978: -- get current appointment auth codes.
1979: -- Bug#2789704 Added Exception Handling
1980: BEGIN
1981: ghr_sf52_pre_update.get_auth_codes
1982: (p_pa_req_rec => l_ghr_pa_requests_rec
1983: ,p_auth_code1 => l_ghr_cpdf_temp_rec.current_appointment_auth1
1984: ,p_auth_code2 => l_ghr_cpdf_temp_rec.current_appointment_auth2);
1985: EXCEPTION