DBA Data[Home] [Help]

APPS.OTA_OTARPREG_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 25: from hr_all_organization_units org

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