[Home] [Help]
[Dependency Information]
| Object Name: | AMW_OPINION_VALUES_B |
|---|---|
| Object Type: | TABLE |
| Owner: | AMW |
| FND Design Data: | AMW.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AMW_OPINION_VALUES_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
OPINION_VALUE_ID
|
| 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 |
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;
AMW.AMW_OPINION_VALUES_B does not reference any database object
AMW.AMW_OPINION_VALUES_B is referenced by following:
APPS
AMW_OPINION_LOG_MV
AMW_OPINION_MV
AMW_OPINION_VALUES_B
|
|
|
|