DBA Data[Home] [Help]

APPS.HR_ORT_PKG dependencies on FND_LANGUAGES

Line 160: from HR_ALL_ORGANIZATION_UNITS_TL B, FND_LANGUAGES L

156: B.CREATED_BY,
157: B.CREATION_DATE,
158: L.LANGUAGE_CODE,
159: B.SOURCE_LANG
160: from HR_ALL_ORGANIZATION_UNITS_TL B, FND_LANGUAGES L
161: where L.INSTALLED_FLAG in ('I', 'B')
162: and B.LANGUAGE = userenv('LANG')
163: and not exists
164: (select NULL