DBA Data[Home] [Help]

APPS.INVUPD2B dependencies on FND_LANGUAGES

Line 5484: AND tl.language IN (SELECT l.language_code FROM fnd_languages l

5480: AND tl.unique_id = msii.transaction_id
5481: AND tl.set_process_id = msii.set_process_id
5482: AND UPPER(tl.table_name) = 'MTL_SYSTEM_ITEMS_INTERFACE'
5483: AND UPPER(tl.column_name) = 'DESCRIPTION'
5484: AND tl.language IN (SELECT l.language_code FROM fnd_languages l
5485: WHERE l.installed_flag IN ('I', 'B'));
5486:
5487: CURSOR is_gdsn_batch(cp_xset_id NUMBER) IS
5488: SELECT 1 FROM ego_import_option_sets

Line 5590: from FND_LANGUAGES

5586: -- Identify the current session language as Base ('B') or Installed ('I')
5587: --
5588: select INSTALLED_FLAG
5589: into l_INSTALLED_FLAG
5590: from FND_LANGUAGES
5591: where LANGUAGE_CODE = userenv('LANG');
5592:
5593: -- Start fix for bug 7017691(7435552,7147893) Issue #1
5594: l_is_gdsn_batch := 0;