DBA Data[Home] [Help]

APPS.LNS_APPL_ENGINE_PUB dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 209: from hr_all_organization_units_tl

205:
206: /* query for org name */
207: CURSOR org_cur(P_ORG_ID number) IS
208: select name
209: from hr_all_organization_units_tl
210: where ORGANIZATION_ID = P_ORG_ID and
211: language(+) = userenv('LANG');
212:
213: l_fr_date_s varchar2(20);