DBA Data[Home] [Help]

APPS.CM_CLDR_HDR_PKG dependencies on FND_LANGUAGES

Line 155: from FND_LANGUAGES L

151: X_CALENDAR_DESC,
152: X_CALENDAR_CODE,
153: L.LANGUAGE_CODE,
154: userenv('LANG')
155: from FND_LANGUAGES L
156: where L.INSTALLED_FLAG in ('I', 'B')
157: and not exists
158: (select NULL
159: from CM_CLDR_HDR_TL T

Line 531: from CM_CLDR_HDR_TL B, FND_LANGUAGES L

527: B.CALENDAR_DESC,
528: B.CALENDAR_CODE,
529: L.LANGUAGE_CODE,
530: B.SOURCE_LANG
531: from CM_CLDR_HDR_TL B, FND_LANGUAGES L
532: where L.INSTALLED_FLAG in ('I', 'B')
533: and B.LANGUAGE = userenv('LANG')
534: and not exists
535: (select NULL