DBA Data[Home] [Help]

APPS.AR_GTA_REPORTS_PKG dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 3917: ,hr_all_organization_units_tl otl

3913: SELECT
3914: otl.name
3915: FROM
3916: hr_all_organization_units o
3917: ,hr_all_organization_units_tl otl
3918: WHERE o.organization_id = otl.organization_id
3919: AND otl.language = userenv('LANG')
3920: AND o.organization_id = p_org_id;
3921: