DBA Data[Home] [Help]

APPS.CS_KB_SYNC_INDEX_PKG dependencies on FND_LANGUAGES

Line 93: from fnd_languages where installed_flag in ('I','B');

89:
90: -- 01-Dec-2003 Removed into from cursor for 8.1.7 compliance
91: cursor installed_langs is
92: select language_code --into l_language_code
93: from fnd_languages where installed_flag in ('I','B');
94: begin
95: -- For each installed language, populate the solution content
96: -- cache CLOB
97: for language in installed_langs

Line 178: from fnd_languages where installed_flag in ('I','B');

174:
175: -- 01-Dec-2003 Removed into from cursor for 8.1.7 compliance
176: cursor installed_langs is
177: select language_code --into l_language_code
178: from fnd_languages where installed_flag in ('I','B');
179: begin
180: -- For each installed language, populate the solution content
181: -- cache CLOB
182: for language in installed_langs