DBA Data[Home] [Help] [Dependency Information]


TABLE: AMW.AMW_OPINION_DETAILS

Object Details
Object Name: AMW_OPINION_DETAILS
Object Type: TABLE
Owner: AMW
FND Design Data: TableAMW.AMW_OPINION_DETAILS
Subobject Name:
Status: VALID


A detail contains information about the value assigned to a component.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMW_OPINION_DETAILS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOPINION_DETAIL_ID
AMW_OPINION_DETAILS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOPINION_ID
ColumnOPINION_COMPONENT_ID
Columns
Name Datatype Length Mandatory Comments
OPINION_DETAIL_ID NUMBER
Yes Entity Identifier
OPINION_ID NUMBER
Yes Identifies a unique entry from the table AMW_OPINIONS.
OPINION_COMPONENT_ID NUMBER
Yes Identifies a unique entry from the table AMW_OPINION_COMPONTS_B.
OPINION_VALUE_ID NUMBER

Identifies a unique entry from the table AMW_OPINION_VALUES_B.
SUMMARY_TXT VARCHAR2 (1500)
The summary text for the opinion component identified by OPINION_COMPONENT_ID
DESCRIPTION_TXT VARCHAR2 (3000)
The summary text for the opinion component identified by OPINION_COMPONENT_ID
CREATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
SECURITY_GROUP_ID NUMBER

Standard Column
OBJECT_VERSION_NUMBER NUMBER

Standard Column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OPINION_DETAIL_ID
,      OPINION_ID
,      OPINION_COMPONENT_ID
,      OPINION_VALUE_ID
,      SUMMARY_TXT
,      DESCRIPTION_TXT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      OBJECT_VERSION_NUMBER
FROM AMW.AMW_OPINION_DETAILS;

Dependencies

[top of page]

AMW.AMW_OPINION_DETAILS does not reference any database object

AMW.AMW_OPINION_DETAILS is referenced by following:

SchemaAPPS
SynonymAMW_OPINION_DETAILS
Materialized ViewAMW_OPINION_MV