DBA Data[Home] [Help]

APPS.OTA_TFH_API_BUSINESS_RULES dependencies on HR_ORGANIZATION_UNITS

Line 2404: from hr_organization_units

2400: function organization_name (p_organization_id in number) return varchar2 is
2401: --
2402: cursor c_organization is
2403: select name
2404: from hr_organization_units
2405: where organization_id = p_organization_id;
2406: --
2407: l_result hr_all_organization_units.name%TYPE; -- Bug 2256328
2408: --