DBA Data[Home] [Help]

VIEW: APPS.ASO_SUP_SECT_COMP_V

Source

View Text - Preformatted

SELECT asoscm.rowid row_id, asoscm.sect_comp_map_id, asoscm.section_id, asoscm.component_id, asosv.section_name, asosv.description section_description, decode(asoscm.section_component_type,'COMPONENT',asocv.component_name,'') Name, decode(asoscm.section_component_type,'COMPONENT',asocv.description,'') Description, asoscm.display_sequence, asoscm.child_component_id, asoscm.sub_section_id, asoscm.default_response_id, asoscm.presentation_style, decode(asoscm.section_component_type,'COMPONENT',d.meaning,'') presentation_style_meaning, asorv.response_name Default_Value, asoscm.section_component_type, e.meaning section_component_type_meaning, asoscm.created_by, asoscm.creation_date, asoscm.last_updated_by, asoscm.last_update_date, asoscm.last_update_login, asoscm.context, asoscm.attribute1, asoscm.attribute2, asoscm.attribute3, asoscm.attribute4, asoscm.attribute5, asoscm.attribute6, asoscm.attribute7, asoscm.attribute8, asoscm.attribute9, asoscm.attribute10, asoscm.attribute11, asoscm.attribute12, asoscm.attribute13, asoscm.attribute14, asoscm.attribute15, asoscm.attribute16, asoscm.attribute17, asoscm.attribute18, asoscm.attribute19, asoscm.attribute20 from aso_sup_section_vl asosv, aso_sup_component_vl asocv , aso_sup_sect_comp_map asoscm, aso_sup_response_vl asorv, fnd_lookup_values_vl D, fnd_lookup_values_vl E WHERE asoscm.component_id = asocv.component_id and asoscm.section_id = asosv.section_id and D.lookup_type = 'ASO_SUP_PRESENTATION_STYLE' and D.lookup_code = asoscm.presentation_style and E.lookup_type = 'ASO_SUP_SECTION_COMPONENT_TYPE' and E.lookup_code = asoscm.section_component_type and asoscm.default_response_id = asorv.response_id(+)
View Text - HTML Formatted

SELECT ASOSCM.ROWID ROW_ID
, ASOSCM.SECT_COMP_MAP_ID
, ASOSCM.SECTION_ID
, ASOSCM.COMPONENT_ID
, ASOSV.SECTION_NAME
, ASOSV.DESCRIPTION SECTION_DESCRIPTION
, DECODE(ASOSCM.SECTION_COMPONENT_TYPE
, 'COMPONENT'
, ASOCV.COMPONENT_NAME
, '') NAME
, DECODE(ASOSCM.SECTION_COMPONENT_TYPE
, 'COMPONENT'
, ASOCV.DESCRIPTION
, '') DESCRIPTION
, ASOSCM.DISPLAY_SEQUENCE
, ASOSCM.CHILD_COMPONENT_ID
, ASOSCM.SUB_SECTION_ID
, ASOSCM.DEFAULT_RESPONSE_ID
, ASOSCM.PRESENTATION_STYLE
, DECODE(ASOSCM.SECTION_COMPONENT_TYPE
, 'COMPONENT'
, D.MEANING
, '') PRESENTATION_STYLE_MEANING
, ASORV.RESPONSE_NAME DEFAULT_VALUE
, ASOSCM.SECTION_COMPONENT_TYPE
, E.MEANING SECTION_COMPONENT_TYPE_MEANING
, ASOSCM.CREATED_BY
, ASOSCM.CREATION_DATE
, ASOSCM.LAST_UPDATED_BY
, ASOSCM.LAST_UPDATE_DATE
, ASOSCM.LAST_UPDATE_LOGIN
, ASOSCM.CONTEXT
, ASOSCM.ATTRIBUTE1
, ASOSCM.ATTRIBUTE2
, ASOSCM.ATTRIBUTE3
, ASOSCM.ATTRIBUTE4
, ASOSCM.ATTRIBUTE5
, ASOSCM.ATTRIBUTE6
, ASOSCM.ATTRIBUTE7
, ASOSCM.ATTRIBUTE8
, ASOSCM.ATTRIBUTE9
, ASOSCM.ATTRIBUTE10
, ASOSCM.ATTRIBUTE11
, ASOSCM.ATTRIBUTE12
, ASOSCM.ATTRIBUTE13
, ASOSCM.ATTRIBUTE14
, ASOSCM.ATTRIBUTE15
, ASOSCM.ATTRIBUTE16
, ASOSCM.ATTRIBUTE17
, ASOSCM.ATTRIBUTE18
, ASOSCM.ATTRIBUTE19
, ASOSCM.ATTRIBUTE20
FROM ASO_SUP_SECTION_VL ASOSV
, ASO_SUP_COMPONENT_VL ASOCV
, ASO_SUP_SECT_COMP_MAP ASOSCM
, ASO_SUP_RESPONSE_VL ASORV
, FND_LOOKUP_VALUES_VL D
, FND_LOOKUP_VALUES_VL E
WHERE ASOSCM.COMPONENT_ID = ASOCV.COMPONENT_ID
AND ASOSCM.SECTION_ID = ASOSV.SECTION_ID
AND D.LOOKUP_TYPE = 'ASO_SUP_PRESENTATION_STYLE'
AND D.LOOKUP_CODE = ASOSCM.PRESENTATION_STYLE
AND E.LOOKUP_TYPE = 'ASO_SUP_SECTION_COMPONENT_TYPE'
AND E.LOOKUP_CODE = ASOSCM.SECTION_COMPONENT_TYPE
AND ASOSCM.DEFAULT_RESPONSE_ID = ASORV.RESPONSE_ID(+)