DBA Data[Home] [Help]

APPS.LNS_APPL_ENGINE_PUB dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 203: from hr_all_organization_units_tl

199:
200: /* query for org name */
201: CURSOR org_cur(P_ORG_ID number) IS
202: select name
203: from hr_all_organization_units_tl
204: where ORGANIZATION_ID = P_ORG_ID and
205: language(+) = userenv('LANG');
206:
207: BEGIN