DBA Data[Home] [Help]

APPS.EDW_DIM_SV dependencies on EDW_ATTRIBUTE_PROPERTIES

Line 938: from edw_attribute_properties

934: decodeClause VARCHAR2(3000);
935:
936: Cursor C_Skip_Columns(p_object_short_name VARCHAR2, p_level_name VARCHAR2) IS
937: select attribute_name, attribute_type
938: from edw_attribute_properties
939: where skip_flag = 'Y'
940: and object_short_name = p_object_short_name
941: and level_name = p_level_name;
942: