DBA Data[Home] [Help]

APPS.ICX_CAT_BUILD_CTX_SQL_PVT dependencies on FND_LANGUAGES

Line 59: AND language = ( SELECT language_code FROM fnd_languages WHERE installed_flag = 'B')

55: SELECT attribute_id, key, type,
56: section_tag, stored_in_table, stored_in_column
57: FROM icx_cat_attributes_tl
58: WHERE rt_category_id = p_category_id
59: AND language = ( SELECT language_code FROM fnd_languages WHERE installed_flag = 'B')
60: AND searchable = 1
61: ORDER BY attribute_id;
62:
63: ----- Start of declaring columns selected in the cursor -----