[Home] [Help]
[Dependency Information]
| Object Name: | IBC_CITEM_VERSION_LABELS |
|---|---|
| Object Type: | TABLE |
| Owner: | IBC |
| FND Design Data: | IBC.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.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IBC_CITEM_VERSION_LABELS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
CONTENT_ITEM_ID
LABEL_CODE
|
| IBC_CITEM_VERSION_LABELS_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
LABEL_CODE
|
| 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. |
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;
IBC.IBC_CITEM_VERSION_LABELS does not reference any database object
IBC.IBC_CITEM_VERSION_LABELS is referenced by following:
APPS
IBC_CITEM_VERSION_LABELS
|
|
|
|