DBA Data[Home] [Help]

APPS.ICX_ON_UTILITIES2 dependencies on AK_ATTRIBUTES

Line 735: from AK_ATTRIBUTES

731: l_attribute_code := ak_query_pkg.g_items_table(i).attribute_code;
732: l_attribute_codes := l_attribute_codes||ak_query_pkg.g_items_table(i).attribute_code||'*';
733: select DATA_TYPE
734: into l_data_types(i)
735: from AK_ATTRIBUTES
736: where ATTRIBUTE_APPLICATION_ID = l_attribute_appl_id
737: and ATTRIBUTE_CODE = l_attribute_code;
738:
739: l_ROWIDS(I) := '';