DBA Data[Home] [Help]

APPS.OTA_OTARPATT_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 32: from hr_all_organization_units org

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