DBA Data[Home] [Help]

APPS.INVUPD2B dependencies on FND_LANGUAGES

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

5726: AND tl.unique_id = msii.transaction_id
5727: AND tl.set_process_id = msii.set_process_id
5728: AND UPPER(tl.table_name) = 'MTL_SYSTEM_ITEMS_INTERFACE'
5729: AND UPPER(tl.column_name) = 'DESCRIPTION'
5730: AND tl.language IN (SELECT l.language_code FROM fnd_languages l
5731: WHERE l.installed_flag IN ('I', 'B'));
5732:
5733: CURSOR is_gdsn_batch(cp_xset_id NUMBER) IS
5734: SELECT 1 FROM ego_import_option_sets

Line 5868: from FND_LANGUAGES

5864: -- Identify the current session language as Base ('B') or Installed ('I')
5865: --
5866: select INSTALLED_FLAG
5867: into l_INSTALLED_FLAG
5868: from FND_LANGUAGES
5869: where LANGUAGE_CODE = userenv('LANG');
5870:
5871: -- Start fix for bug 7017691(7435552,7147893) Issue #1
5872: l_is_gdsn_batch := 0;