[Home] [Help]
[Dependency Information]
Object Name: | AMW_OPINIONS_LOG_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Opinions log View
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OPINION_LOG_ID | NUMBER | Yes | opinion log identifier. primary key | |
OPINION_SET_ID | NUMBER | Yes | Opinion Set Identifier: Opinions can be grouped into sets. | |
OPINION_ID | NUMBER | Yes | Entity Identifier | |
OBJECT_OPINION_TYPE_ID | NUMBER | Yes | Identifies a unique entry from the table AMW_OBJECT_OPINION_TYPES. | |
OBJECT_NAME | VARCHAR2 | (430) | Yes | The classification of the entity to which this opinion corresponds |
OPINION_TYPE_CODE | VARCHAR2 | (30) | Yes | The classification of this opinion |
PK1_VALUE | NUMBER | Used in identifying the context hierarchy of the entity to which this opinion correponds. | ||
PK2_VALUE | NUMBER | Used in identifying the context hierarchy of the entity to which this opinion correponds. | ||
PK3_VALUE | NUMBER | Used in identifying the context hierarchy of the entity to which this opinion correponds. | ||
PK4_VALUE | NUMBER | Used in identifying the context hierarchy of the entity to which this opinion correponds. | ||
PK5_VALUE | NUMBER | Used in identifying the context hierarchy of the entity to which this opinion correponds. | ||
PK6_VALUE | NUMBER | Used in identifying the context hierarchy of the entity to which this opinion correponds. | ||
PK7_VALUE | NUMBER | Used in identifying the context hierarchy of the entity to which this opinion correponds. | ||
PK8_VALUE | NUMBER | Used in identifying the context hierarchy of the entity to which this opinion correponds. | ||
PARTY_ID | NUMBER | Identifies the party that has last modified this opinion. | ||
AUDIT_RESULT | VARCHAR2 | (240) | The name of the value assigned to the overall component (code OVERALL) in this opinion | |
AUDIT_RESULT_CODE | VARCHAR2 | (30) | Yes | The code of the value assigned to the overall component (code OVERALL) in this opinion |
AUDIT_RESULT_IMAGE_ID | NUMBER | The name of image file associated with the value assigned to the overall component (code OVERALL) in this opinion | ||
AUDIT_RESULT_IMAGE_NAME | VARCHAR2 | (240) | Identifies the image file associated with the value assigned to the overall component (code OVERALL) in this opinion. | |
AUTHOR | VARCHAR2 | (240) | The full name of the employee who has last modified this opinion | |
AUTHORED_BY | NUMBER | Identifies the employee who has last modified this opinion. | ||
AUTHORED_DATE | DATE | Dates the creation or the last modification of this 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_LOG_ID
, OPINION_SET_ID
, OPINION_ID
, OBJECT_OPINION_TYPE_ID
, OBJECT_NAME
, OPINION_TYPE_CODE
, PK1_VALUE
, PK2_VALUE
, PK3_VALUE
, PK4_VALUE
, PK5_VALUE
, PK6_VALUE
, PK7_VALUE
, PK8_VALUE
, PARTY_ID
, AUDIT_RESULT
, AUDIT_RESULT_CODE
, AUDIT_RESULT_IMAGE_ID
, AUDIT_RESULT_IMAGE_NAME
, AUTHOR
, AUTHORED_BY
, AUTHORED_DATE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, OBJECT_VERSION_NUMBER
FROM APPS.AMW_OPINIONS_LOG_V;
|
|
|