DBA Data[Home] [Help]

APPS.GHR_PROCESS_SF52 dependencies on GHR_REMARKS

Line 6949: from ghr_pa_remarks parem, ghr_remarks rem

6945: parem.remark_code_information2,
6946: parem.remark_code_information3,
6947: parem.remark_code_information4,
6948: parem.remark_code_information5
6949: from ghr_pa_remarks parem, ghr_remarks rem
6950: where parem.pa_request_id = p_sf52_data.pa_request_id
6951: and parem.remark_id = rem.remark_id
6952: and substr(rem.code,1,1) = 'C';
6953: -- 8272695