[Home] [Help]
[Dependency Information]
Object Name: | OKC_REP_BOOKMARKS |
---|---|
Object Type: | TABLE |
Owner: | OKC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
OKC_REP_BOOKMARKS stores bookmarks created by users to access contracts quickly.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKC_REP_BOOKMARKS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OBJECT_TYPE | VARCHAR2 | (30) | Yes | Type of the bookmarked object. Will store Contract Type. |
OBJECT_ID | NUMBER | Yes | Id of the object (contract or folder) that is bookmarked. | |
USER_ID | NUMBER | Yes | User ID of person who created the bookmark. | |
BOOKMARK_TYPE_CODE | VARCHAR2 | (30) | Yes | Type of bookmark. For now only type 'CONTRACT' is supported. |
OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Sequential number set at 1on 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 | Yes | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_TYPE
, OBJECT_ID
, USER_ID
, BOOKMARK_TYPE_CODE
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM OKC.OKC_REP_BOOKMARKS;
OKC.OKC_REP_BOOKMARKS does not reference any database object
OKC.OKC_REP_BOOKMARKS is referenced by following:
|
|
|