DBA Data[Home] [Help]

APPS.PER_IREC_ICD_ENRLL_PROCESS dependencies on HR_ORGANIZATION_UNITS

Line 191: FROM HR_ORGANIZATION_UNITS haou, HR_ORGANIZATION_INFORMATION haoi

187: --
188: l_dummy varchar2(240);
189: cursor c_bg_name is
190: SELECT haou.NAME
191: FROM HR_ORGANIZATION_UNITS haou, HR_ORGANIZATION_INFORMATION haoi
192: WHERE
193: haou.organization_id = haoi.organization_id AND
194: haoi.org_information_context = 'CLASS' AND
195: haoi.org_information1 = 'HR_BG' AND