DBA Data[Home] [Help]

APPS.PER_IREC_ICD_ENRLL_PROCESS dependencies on HR_ORGANIZATION_UNITS

Line 147: FROM HR_ORGANIZATION_UNITS haou, HR_ORGANIZATION_INFORMATION haoi

143: --
144: l_dummy varchar2(240);
145: cursor c_bg_name is
146: SELECT haou.NAME
147: FROM HR_ORGANIZATION_UNITS haou, HR_ORGANIZATION_INFORMATION haoi
148: WHERE
149: haou.organization_id = haoi.organization_id AND
150: haoi.org_information_context = 'CLASS' AND
151: haoi.org_information1 = 'HR_BG' AND