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


TABLE: AMW.AMW_OPINION_VALUES_B

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


A value can be used to assess an opinion component. Through the Opinions Setup pages in the Internal Auditor context, the user can create customized opinion values.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMW_OPINION_VALUES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOPINION_VALUE_ID
Columns
Name Datatype Length Mandatory Comments
OPINION_VALUE_ID NUMBER
Yes Entity Identifier
OPINION_VALUE_CODE VARCHAR2 (30) Yes The code associated with this opinion value
OPINION_COMPONENT_ID NUMBER
Yes Identifies a unique entry from the table AMW_OPINION_COMPONTS_B.
END_DATE DATE

Dates the end of usage of this opinion value.
ATTACHMENT_ID NUMBER

Identifies an attachment associated with this opinion value.
IMAGE_FILE_NAME VARCHAR2 (240)
The name of the OA_MEDIA image file associated with this opinion value
DISPLAY_ORDER NUMBER

Identifies the position of this value in the poplist of values corresponding to the same component in a webpage that interfaces the creation or modification of an opinion.
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_VALUE_ID
,      OPINION_VALUE_CODE
,      OPINION_COMPONENT_ID
,      END_DATE
,      ATTACHMENT_ID
,      IMAGE_FILE_NAME
,      DISPLAY_ORDER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      OBJECT_VERSION_NUMBER
FROM AMW.AMW_OPINION_VALUES_B;

Dependencies

[top of page]

AMW.AMW_OPINION_VALUES_B does not reference any database object

AMW.AMW_OPINION_VALUES_B is referenced by following:

SchemaAPPS
Materialized ViewAMW_OPINION_LOG_MV
Materialized ViewAMW_OPINION_MV
SynonymAMW_OPINION_VALUES_B