DBA Data[Home] [Help]

APPS.OTA_OTARPATT_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 34: from hr_all_organization_units org

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