DBA Data[Home] [Help]

APPS.AMW_CONTROLS_PKG dependencies on FND_LANGUAGES

Line 201: from FND_LANGUAGES L

197: L.LANGUAGE_CODE,
198: userenv('LANG'),
199: x_verification_source_name,
200: x_verification_instruction
201: from FND_LANGUAGES L
202: where L.INSTALLED_FLAG in ('I', 'B')
203: and not exists
204: (select NULL
205: from AMW_CONTROLS_TL T

Line 683: from AMW_CONTROLS_TL B, FND_LANGUAGES L

679: L.LANGUAGE_CODE,
680: B.SOURCE_LANG,
681: B.verification_source_name,
682: B.verification_instruction
683: from AMW_CONTROLS_TL B, FND_LANGUAGES L
684: where L.INSTALLED_FLAG in ('I', 'B')
685: and B.LANGUAGE = userenv('LANG')
686: and not exists
687: (select NULL