DBA Data[Home] [Help]

APPS.DEFCONDN_PKG dependencies on FND_LANGUAGES

Line 159: FROM fnd_languages l

155: ,p_last_update_date
156: ,p_last_update_login
157: ,l.language_code
158: ,USERENV('LANG')
159: FROM fnd_languages l
160: WHERE l.installed_flag in ('I', 'B')
161: AND not exists (
162: SELECT null
163: FROM oe_def_conditions_tl t

Line 650: FROM oe_def_conditions_tl b, fnd_languages l

646: ,b.last_update_date
647: ,b.display_name
648: ,b.description
649: ,b.last_update_login
650: FROM oe_def_conditions_tl b, fnd_languages l
651: WHERE l.installed_flag IN ('I', 'B')
652: AND b.language = USERENV('LANG')
653: AND NOT EXISTS
654: ( SELECT null