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


TABLE: WIP.WIP_EAM_WORK_REQ_NOTES

Object Details
Object Name: WIP_EAM_WORK_REQ_NOTES
Object Type: TABLE
Owner: WIP
FND Design Data: TableWIP.WIP_EAM_WORK_REQ_NOTES
Subobject Name:
Status: VALID


This table stores change history and audit information for individual work request. When users create a work request, they enter a brief description of the problem. They could subsequently update the work request to shed more light on the problem. All these description and updates are stored in this table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
WIP_EAM_WORK_REQ_NOTES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnWORK_REQUEST_NOTE_ID
WIP_EAM_WORK_REQ_NOTES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnWORK_REQUEST_ID
ColumnCREATION_DATE
Columns
Name Datatype Length Mandatory Comments
WORK_REQUEST_NOTE_ID NUMBER
Yes Unique system generated request note identifier
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER
Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER

Standard Who Column
WORK_REQUEST_ID NUMBER
Yes Foreign key reference column to link this note to a Work Request.
NOTES VARCHAR2 (2000)
Detailed note for a Work Request.
WORK_REQUEST_NOTE_TYPE NUMBER

Used to identify whether a user or a workflow process created this note.
NOTIFICATION_ID NUMBER

The identifier of the workflow process that created this note.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT WORK_REQUEST_NOTE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      WORK_REQUEST_ID
,      NOTES
,      WORK_REQUEST_NOTE_TYPE
,      NOTIFICATION_ID
FROM WIP.WIP_EAM_WORK_REQ_NOTES;

Dependencies

[top of page]

WIP.WIP_EAM_WORK_REQ_NOTES does not reference any database object

WIP.WIP_EAM_WORK_REQ_NOTES is referenced by following:

SchemaAPPS
SynonymWIP_EAM_WORK_REQ_NOTES