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


TABLE: IBC.IBC_CITEM_KEYWORDS

Object Details
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


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBC_CITEM_KEYWORDS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCONTENT_ITEM_ID
ColumnKEYWORD
IBC_CITEM_KEYWORDS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnKEYWORD
Columns
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.
Query Text

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;

Dependencies

[top of page]

IBC.IBC_CITEM_KEYWORDS does not reference any database object

IBC.IBC_CITEM_KEYWORDS is referenced by following:

SchemaIBC
ViewIBC_CITEM_KEYWORDS#