DBA Data[Home] [Help]

APPS.OTA_OTARPSIS_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 33: from hr_all_organization_units org

29: and language = userenv('LANG') ;
30:
31: Cursor c_training_center(center_id number) is
32: Select name
33: from hr_all_organization_units org
34: where ORG.ORGANIZATION_ID = center_id;
35:
36: BEGIN
37: