DBA Data[Home] [Help]

APPS.MSD_CS_DEFN_LOAD_DATA dependencies on FND_LANGUAGES

Line 277: from fnd_languages l

273: f_ludate,
274: fnd_global.user_id,
275: f_ludate,
276: fnd_global.login_id
277: from fnd_languages l
278: where l.installed_flag in ('I','B');
279: /* and not exists (select null
280: from msd_cs_definitions_TL
281: and rtl.language = l.language_code );

Line 436: from fnd_languages l

432: f_ludate,
433: fnd_global.user_id,
434: f_ludate,
435: fnd_global.login_id
436: from fnd_languages l
437: where l.installed_flag in ('I','B');
438: End;
439:
440: Procedure translate_row (

Line 523: from MSD_CS_DEFINITIONS_TL B, FND_LANGUAGES L

519: B.PROGRAM_ID,
520: B.PROGRAM_UPDATE_DATE,
521: L.LANGUAGE_CODE,
522: B.SOURCE_LANG
523: from MSD_CS_DEFINITIONS_TL B, FND_LANGUAGES L
524: where L.INSTALLED_FLAG in ('I', 'B')
525: and B.LANGUAGE = userenv('LANG')
526: and not exists
527: (select NULL