[Home] [Help]
[Dependency Information]
| Object Name: | AMW_OPINION_LOG_DETAILS |
|---|---|
| Object Type: | TABLE |
| Owner: | AMW |
| FND Design Data: | AMW.AMW_OPINION_LOG_DETAILS
|
| Subobject Name: | |
| Status: | VALID |
opinion detail history information about the value assigned to a component.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AMW_OPINION_LOG_DETAILS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
OPINION_LOG_DETAIL_ID
|
| AMW_OPINION_LOG_DETAILS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
OPINION_LOG_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OPINION_LOG_ID | NUMBER | Yes | refer to opinion log id in amw_opinions | |
| OPINION_DETAIL_ID | NUMBER | Yes | refer to primary key of amw_opinion_details | |
| OPINION_ID | NUMBER | Yes | foreign key to amw_opinions | |
| OPINION_COMPONENT_ID | NUMBER | Yes | foreign key refers to amw_opinion_componts_b | |
| OPINION_VALUE_ID | NUMBER | foreign key refers to amw_opinion_values | ||
| SUMMARY_TXT | VARCHAR2 | (1500) | summary information | |
| DESCRIPTION_TXT | VARCHAR2 | (3000) | description | |
| 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 | Used for hosting environments | ||
| OBJECT_VERSION_NUMBER | NUMBER | Object version number for locking | ||
| OPINION_LOG_DETAIL_ID | NUMBER | Yes | primary key of this table amw_opinon_log_details |
Cut, paste (and edit) the following text to query this object:
SELECT OPINION_LOG_ID
, 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
, OPINION_LOG_DETAIL_ID
FROM AMW.AMW_OPINION_LOG_DETAILS;
AMW.AMW_OPINION_LOG_DETAILS does not reference any database object
AMW.AMW_OPINION_LOG_DETAILS is referenced by following:
APPS
AMW_OPINION_LOG_DETAILS
AMW_OPINION_LOG_MV
|
|
|
|