[Home] [Help]
[Dependency Information]
Object Name: | WIP_EAM_WORK_REQ_NOTES |
---|---|
Object Type: | TABLE |
Owner: | WIP |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
WIP_EAM_WORK_REQ_NOTES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
WIP_EAM_WORK_REQ_NOTES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
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. |
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;
WIP.WIP_EAM_WORK_REQ_NOTES does not reference any database object
WIP.WIP_EAM_WORK_REQ_NOTES is referenced by following:
|
|
|