DBA Data[Home] [Help]

APPS.OTA_OTARPREG_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 28: from hr_all_organization_units org

24: and language = userenv('LANG');
25:
26: Cursor c_training_center(center_id number) is
27: Select name
28: from hr_all_organization_units org
29: where ORG.ORGANIZATION_ID = center_id;
30:
31: BEGIN
32: