DBA Data[Home] [Help]

APPS.GHR_WF_WGI_PKG dependencies on GHR_PA_REQUEST_EXTRA_INFO

Line 795: l_rating ghr_pa_request_extra_info.rei_information3%type;

791: l_cur_pay_plan varchar2(30);
792: l_cur_step_rate ghr_pa_requests.from_step_or_rate%type;
793: l_ret_step_rate ghr_pa_requests.from_step_or_rate%type;
794: l_rating_id per_analysis_criteria.segment2%type;
795: l_rating ghr_pa_request_extra_info.rei_information3%type;
796: l_rating_date varchar2(30);
797: l_wgi_date varchar2(30);
798: l_new_step ghr_pa_requests.to_step_or_rate%type;
799: l_new_sal ghr_pa_requests.to_total_salary%type;

Line 830: from ghr_pa_request_extra_info

826: --
827: cursor cur_par_extra is
828: select rei_information3,
829: rei_information9
830: from ghr_pa_request_extra_info
831: where pa_request_id = p_request_id
832: and information_type = 'GHR_US_PAR_PERF_APPRAISAL';
833: --
834: --