[Home] [Help]
[Dependency Information]
| Object Name: | AMW_OPINION_COMPONTS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | AMW |
| FND Design Data: | AMW.AMW_OPINION_COMPONTS_B
|
| Subobject Name: | |
| Status: | VALID |
A component complexifies an opinion by capturing information about a different aspect of the object being evaluated, certified, etc.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AMW_OPINION_COMPONTS_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
OPINION_COMPONENT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OPINION_COMPONENT_ID | NUMBER | Yes | Entity Identifier | |
| OPINION_COMPONENT_CODE | VARCHAR2 | (30) | Yes | The code associated with this opinion component |
| OBJECT_OPINION_TYPE_ID | NUMBER | Yes | Identifies a unique entry from the table AMW_OBJECT_OPINION_TYPES. | |
| PAGE_ORDER | NUMBER | Yes | Identifies the vertical position of this opinion 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 |
Cut, paste (and edit) the following text to query this object:
SELECT OPINION_COMPONENT_ID
, OPINION_COMPONENT_CODE
, OBJECT_OPINION_TYPE_ID
, PAGE_ORDER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, OBJECT_VERSION_NUMBER
FROM AMW.AMW_OPINION_COMPONTS_B;
AMW.AMW_OPINION_COMPONTS_B does not reference any database object
AMW.AMW_OPINION_COMPONTS_B is referenced by following:
APPS
AMW_OPINION_COMPONTS_B
AMW_OPINION_LOG_MV
AMW_OPINION_MV
|
|
|
|