DBA Data[Home] [Help]

APPS.PQH_PEI_DDF dependencies on HR_GENERAL

Line 137: if hr_general2.is_person_type(p_person_id, 'CWK', hr_general.effective_date) then

133: );
134: --
135: elsif NVL(p_information_type, 'X') in ('PQH_TENURE_STATUS', 'PQH_ACADEMIC_RANK') then
136: --
137: if hr_general2.is_person_type(p_person_id, 'CWK', hr_general.effective_date) then
138: for each_rec in get_eit_name(p_information_type) loop
139: l_eit_name := each_rec.descriptive_flex_context_name;
140: end loop;
141: hr_utility.set_message(8302, 'PQH_CWK_EXTRA_INFO_NOT_ALLOWED');