DBA Data[Home] [Help]

APPS.GHR_CPDF_DYNRPT dependencies on PER_PEOPLE_EXTRA_INFO

Line 423: l_per_ei_grp1_data per_people_extra_info%rowtype;

419: l_information_type ghr_pa_request_extra_info.information_type%TYPE;
420: l_rei ghr_pa_request_extra_info%ROWTYPE;
421: l_race_national_origin VARCHAR2(150);
422: l_handicap_code VARCHAR2(150);
423: l_per_ei_grp1_data per_people_extra_info%rowtype;
424:
425: BEGIN
426: -- first get the information type for this NOA -- must only be one!!
427: FOR c_rit_rec IN c_rit LOOP

Line 1299: ll_per_ei_data per_people_extra_info%rowtype;

1295: l_records_found BOOLEAN;
1296: l_mesgbuff1 VARCHAR2(4000);
1297: l_scd_rif ghr_pa_request_extra_info.rei_information3%type;
1298: l_scd_ret ghr_pa_request_extra_info.rei_information8%type;
1299: ll_per_ei_data per_people_extra_info%rowtype;
1300: l_last_name per_all_people_f.last_name%type;
1301: l_suffix per_all_people_f.title%type;
1302:
1303: -- For Dual Actions PRD is becoming null so preserving it using a local variable.