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


TABLE: IBC.IBC_CITEM_VERSION_LABELS

Object Details
Object Name: IBC_CITEM_VERSION_LABELS
Object Type: TABLE
Owner: IBC
FND Design Data: TableIBC.IBC_CITEM_VERSION_LABELS
Subobject Name:
Status: VALID


IBC_CITEM_VERSION_LABELS stores the association between a label and the version of any content item.
By using labels, applications can control which approved version of a content item to be delivered at
runtime instead of the the live version.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBC_CITEM_VERSION_LABELS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCONTENT_ITEM_ID
ColumnLABEL_CODE
IBC_CITEM_VERSION_LABELS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnLABEL_CODE
Columns
Name Datatype Length Mandatory Comments
CONTENT_ITEM_ID NUMBER
Yes Content item identifier
LABEL_CODE VARCHAR2 (100) Yes Label code
CITEM_VERSION_ID NUMBER
Yes Content item version identifier
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.
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
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
,      LABEL_CODE
,      CITEM_VERSION_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
FROM IBC.IBC_CITEM_VERSION_LABELS;

Dependencies

[top of page]

IBC.IBC_CITEM_VERSION_LABELS does not reference any database object

IBC.IBC_CITEM_VERSION_LABELS is referenced by following:

SchemaAPPS
SynonymIBC_CITEM_VERSION_LABELS