DBA Data[Home] [Help]

APPS.GHR_MSL_PKG dependencies on GHR_FAMILIES

Line 187: from ghr_families

183:
184: -- VSM [family name was hardcoded previously to SALARY_CHG. Fetching it from DB now]
185: cursor get_sal_chg_fam is
186: select NOA_FAMILY_CODE
187: from ghr_families
188: where NOA_FAMILY_CODE in
189: (select NOA_FAMILY_CODE from ghr_noa_families
190: where nature_of_action_id =
191: (select nature_of_action_id

Line 5091: from ghr_families

5087:
5088: -- VSM [family name was hardcoded previously to SALARY_CHG. Fetching it from DB now]
5089: /*cursor get_sal_chg_fam is
5090: select NOA_FAMILY_CODE
5091: from ghr_families
5092: where NOA_FAMILY_CODE in
5093: (select NOA_FAMILY_CODE from ghr_noa_families
5094: where nature_of_action_id =
5095: (select nature_of_action_id

Line 5324: from ghr_families

5320: AND g_effective_date between effective_start_date and effective_end_date;
5321: --7577249
5322: cursor get_sal_chg_fam is
5323: select NOA_FAMILY_CODE
5324: from ghr_families
5325: where NOA_FAMILY_CODE in
5326: (select NOA_FAMILY_CODE from ghr_noa_families
5327: where nature_of_action_id =
5328: (select nature_of_action_id

Line 7227: from ghr_families

7223:
7224: -- VSM [family name was hardcoded previously to SALARY_CHG. Fetching it from DB now]
7225: cursor get_sal_chg_fam is
7226: select NOA_FAMILY_CODE
7227: from ghr_families
7228: where NOA_FAMILY_CODE in
7229: (select NOA_FAMILY_CODE from ghr_noa_families
7230: where nature_of_action_id =
7231: (select nature_of_action_id