[Home] [Help]
[Dependency Information]
| Object Name: | IBC_CITEM_KEYWORDS |
|---|---|
| Object Type: | TABLE |
| Owner: | IBC |
| Subobject Name: | |
| Status: | VALID |
IBC_CONTENT_ITEMS stores non version or language specific information about content items.
Each content item belongs to a content type, which defines all the attributes for the content item.
A content item always resides in a directory node called its working directory. Content item status
is any value from lookup type ibc_citem_status
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IBC_CITEM_KEYWORDS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
CONTENT_ITEM_ID
KEYWORD
|
| IBC_CITEM_KEYWORDS_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
KEYWORD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONTENT_ITEM_ID | NUMBER | Yes | Content item Unique identifier | |
| KEYWORD | VARCHAR2 | (100) | Yes | Content item reference code |
| CREATED_BY | NUMBER | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Object version number for locking. |
| SECURITY_GROUP_ID | NUMBER | Security Group Identifier. |
Cut, paste (and edit) the following text to query this object:
SELECT CONTENT_ITEM_ID
, KEYWORD
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, OBJECT_VERSION_NUMBER
, SECURITY_GROUP_ID
FROM IBC.IBC_CITEM_KEYWORDS;
IBC.IBC_CITEM_KEYWORDS does not reference any database object
IBC.IBC_CITEM_KEYWORDS is referenced by following:
IBC
IBC_CITEM_KEYWORDS#
|
|
|
|