DBA Data[Home] [Help]

APPS.HR_ORT_PKG dependencies on FND_LANGUAGES

Line 142: from HR_ALL_ORGANIZATION_UNITS_TL B, FND_LANGUAGES L

138: B.CREATED_BY,
139: B.CREATION_DATE,
140: L.LANGUAGE_CODE,
141: B.SOURCE_LANG
142: from HR_ALL_ORGANIZATION_UNITS_TL B, FND_LANGUAGES L
143: where L.INSTALLED_FLAG in ('I', 'B')
144: and B.LANGUAGE = userenv('LANG')
145: and not exists
146: (select NULL