DBA Data[Home] [Help]

APPS.OTA_OTARPSIS_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 35: from hr_all_organization_units org

31: and language = userenv('LANG') ;
32:
33: Cursor c_training_center(center_id number) is
34: Select name
35: from hr_all_organization_units org
36: where ORG.ORGANIZATION_ID = center_id;
37:
38: Cursor c_yes_no_meaning(p_code varchar2) is
39: Select meaning