DBA Data[Home] [Help]

APPS.GHR_VALIDATE_PERWSDPO dependencies on GHR_PA_REQUEST_EXTRA_INFO

Line 357: select * from ghr_pa_request_extra_info

353: --Begin bug 13261734
354: FUNCTION chk_det_parei_exists (p_position_id in number) RETURN BOOLEAN IS
355:
356: cursor c_parei_exists is
357: select * from ghr_pa_request_extra_info
358: where information_type = 'GHR_US_PAR_DET_INFO'
359: and to_number(rei_information5) = p_position_id;
360:
361: begin