[Home] [Help]
[Dependency Information]
| Object Name: | OKC_DEL_STATUS_HISTORY |
|---|---|
| Object Type: | TABLE |
| Owner: | OKC |
| FND Design Data: | OKC.OKC_DEL_STATUS_HISTORY
|
| Subobject Name: | |
| Status: | VALID |
Stores the history of changes to status of a deliverable. A new row is created in this table every time the status of a deliverable is changed.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKC_DEL_STATUS_HISTORY_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DELIVERABLE_ID
DELIVERABLE_STATUS
STATUS_CHANGE_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DELIVERABLE_ID | NUMBER | Yes | Unique Identifier for a Deliverable. | |
| DELIVERABLE_STATUS | VARCHAR2 | (30) | Yes | Status of the Deliverable. Refers to LOOKUP_CODE in FND_LOOKUPS where LOOKUP_TYPE =`OKC_DELIVERABLE_STATUS`. |
| STATUS_CHANGED_BY | NUMBER | (15) | Identifer for the user that changed the Deliverable status. | |
| STATUS_CHANGE_DATE | DATE | Yes | Date on which status of the deliverables was changed. | |
| STATUS_CHANGE_NOTES | VARCHAR2 | (2000) | Notes entered by user about the status change on the Deliverable. | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed. |
| 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 | Standard Who Column | ||
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT DELIVERABLE_ID
, DELIVERABLE_STATUS
, STATUS_CHANGED_BY
, STATUS_CHANGE_DATE
, STATUS_CHANGE_NOTES
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM OKC.OKC_DEL_STATUS_HISTORY;
OKC.OKC_DEL_STATUS_HISTORY does not reference any database object
OKC.OKC_DEL_STATUS_HISTORY is referenced by following:
OKC
OKC_DEL_STATUS_HISTORY#
|
|
|
|