DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.AMW_OPINIONS_LOG_V

Object Details
Object Name: AMW_OPINIONS_LOG_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAMW.AMW_OPINIONS_LOG_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Opinions log View


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.AMW_OPINIONS_LOG_V references the following:

SchemaAPPS
SynonymAMW_OBJECT_OPINION_TYPES
SynonymAMW_OPINIONS_LOG
SynonymAMW_OPINION_COMPONTS_B
SynonymAMW_OPINION_LOG_DETAILS
SynonymAMW_OPINION_TYPES_B
SynonymAMW_OPINION_VALUES_B
SynonymAMW_OPINION_VALUES_TL
SynonymAMW_OPINION_VALUE_CODES
SynonymFND_OBJECTS
PL/SQL PackageFND_PROFILE - show dependent code
SynonymFND_USER
SynonymPER_ALL_PEOPLE_F
APPS.AMW_OPINIONS_LOG_V is referenced by following:

SchemaAPPS
Package BodyAMW_FIN_COSO_VIEWS_PVT - show dependent code
Package BodyAMW_ORG_CERT_EVAL_SUM_PVT - show dependent code
Package BodyAMW_ORG_PROC_CERT_DATED_SUMM - show dependent code
Package BodyAMW_PROCCERT_EVENT_PVT - show dependent code
Package BodyAMW_PROCESS_CERT_SUMMARY - show dependent code
Package BodyAMW_PROJECT_EVENT_PVT - show dependent code
Package BodyRCI_CTRL_DETAIL_ETL_PKG - show dependent code
PL/SQL PackageRCI_ORG_CERT_ETL_PKG - show dependent code
Package BodyRCI_ORG_CERT_ETL_PKG - show dependent code
Package BodyRCI_ORG_DFCY_ETL_PKG - show dependent code
Package BodyRCI_PROC_CERT_SUMM_PKG - show dependent code
Package BodyRCI_PROC_DETAIL_ETL_PKG - show dependent code
Package BodyRCI_UNMTG_RISKS_ETL_PKG - show dependent code