DBA Data[Home] [Help]

VIEW: APPS.CZ_EXV_DESCR_ELEMENT_VALUES

Source

View Text - Preformatted

SELECT element_name, element_value    FROM mtl_descr_element_values WHERE element_value IS NOT NULL
View Text - HTML Formatted

SELECT ELEMENT_NAME
, ELEMENT_VALUE
FROM MTL_DESCR_ELEMENT_VALUES
WHERE ELEMENT_VALUE IS NOT NULL