DBA Data[Home] [Help]

APPS.GHR_MASS_CHANGES dependencies on GHR_NOA_FAMILIES

Line 117: (select NOA_FAMILY_CODE from ghr_noa_families

113: cursor get_sal_chg_fam(p_effective_date in date) is
114: select NOA_FAMILY_CODE
115: from ghr_families
116: where NOA_FAMILY_CODE in
117: (select NOA_FAMILY_CODE from ghr_noa_families
118: where nature_of_action_id =
119: (select nature_of_action_id
120: from ghr_nature_of_actions
121: where code = '894'

Line 137: (select NOA_FAMILY_CODE from ghr_noa_families

133: cursor get_family_code(p_effective_date in date) is
134: select NOA_FAMILY_CODE
135: from ghr_families
136: where NOA_FAMILY_CODE in
137: (select NOA_FAMILY_CODE from ghr_noa_families
138: where nature_of_action_id =
139: (select nature_of_action_id
140: from ghr_nature_of_actions
141: where code = nvl(ghr_msl_pkg.g_first_noa_code,'894') and p_effective_date between date_from and nvl(date_to,p_effective_date))