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


TABLE: IBC.IBC_CITEM_VERSIONS_B

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


IBC_CITEM_VERSIONS_B stores all the versions of a content item. Each version can be in any
of the status defined by lookup type ibc_citem_version_status.
Attribute values in each item version is governed by the attribute type defined along with its content type.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBC_CITEM_VERSIONS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCITEM_VERSION_ID
IBC_CITEM_VERSIONS_B_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONTENT_ITEM_ID
ColumnVERSION_NUMBER
IBC_CITEM_VERSIONS_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTART_DATE
ColumnEND_DATE
Columns
Name Datatype Length Mandatory Comments
CITEM_VERSION_ID NUMBER
Yes Citem Versions unique identifier
CONTENT_ITEM_ID NUMBER
Yes Content item identifier
VERSION_NUMBER NUMBER (15) Yes Version number of the content item
CITEM_VERSION_STATUS VARCHAR2 (30)
Status of this content item version.
START_DATE DATE

Effective Start date of this version
END_DATE DATE

Effective End date of this version
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 CITEM_VERSION_ID
,      CONTENT_ITEM_ID
,      VERSION_NUMBER
,      CITEM_VERSION_STATUS
,      START_DATE
,      END_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
FROM IBC.IBC_CITEM_VERSIONS_B;

Dependencies

[top of page]

IBC.IBC_CITEM_VERSIONS_B does not reference any database object

IBC.IBC_CITEM_VERSIONS_B is referenced by following:

SchemaAPPS
SynonymIBC_CITEM_VERSIONS_B