[Home] [Help]
[Dependency Information]
| Object Name: | AMW_OPINION_VALUES_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AMW.AMW_OPINION_VALUES_VL
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Joins tables AMW_OPINION_VALUES_B and AMW_OPINION_VALUES_TL based on the attribute OPINION_VALUE_ID and filters the entries based on the user language.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row Identifier | |
| 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 | ||
| OPINION_VALUE_NAME | VARCHAR2 | (240) | The name of this opinion value |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, 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
, OPINION_VALUE_NAME
FROM APPS.AMW_OPINION_VALUES_VL;
APPS
AMW_OPINION_VALUES_B
AMW_OPINION_VALUES_TL
APPS
AMW_EXPORT_AUDIT_PROCEDURE_V
|
|
|
|