DBA Data[Home] [Help]

APPS.GHR_MASS_CHANGES dependencies on GHR_FAMILIES

Line 69: l_noa_family_code ghr_families.noa_family_code%type;

65: l_duty_station_desc ghr_duty_stations_v.duty_station_desc%TYPE;
66: l_appropriation_code1 varchar2(30);
67: l_appropriation_code2 varchar2(30);
68: l_position_id hr_positions_f.position_id%TYPE;
69: l_noa_family_code ghr_families.noa_family_code%type;
70: -- Bug#4256022 Declared the variable l_desc_out
71: l_desc_out ghr_pa_requests.first_noa_desc%TYPE;
72:
73: l_pa_request_num_prefix varchar2(10);

Line 105: from ghr_families

101: select userenv('sessionid') sesid from dual;
102:
103: cursor get_sal_chg_fam is
104: select NOA_FAMILY_CODE
105: from ghr_families
106: where NOA_FAMILY_CODE in
107: (select NOA_FAMILY_CODE from ghr_noa_families
108: where nature_of_action_id =
109: (select nature_of_action_id

Line 124: from ghr_families

120:
121: --7577249
122: cursor get_family_code(p_effective_date in date) is
123: select NOA_FAMILY_CODE
124: from ghr_families
125: where NOA_FAMILY_CODE in
126: (select NOA_FAMILY_CODE from ghr_noa_families
127: where nature_of_action_id =
128: (select nature_of_action_id