[Home] [Help]
[Dependency Information]
| Object Name: | IBC_RENDITIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | IBC |
| FND Design Data: | IBC.IBC_RENDITIONS
|
| Subobject Name: | |
| Status: | VALID |
Renditions support multiple file types for a content item's attachment.
Examples are:
1. A white paper content item could have attachment with file types (doc, pdf, txt and html)
2. An image content item could have attachment with file types (gif, jpeg, bmp)
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IBC_RENDITIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RENDITION_ID
ZD_EDITION_NAME
|
| IBC_RENDITIONS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CITEM_VERSION_ID
LANGUAGE
MIME_TYPE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RENDITION_ID | NUMBER | Yes | Unique Identifier for a Rendition. | |
| CITEM_VERSION_ID | NUMBER | Yes | References CITEM_VERSIONS. It identifies the Content Items Version for which this Rendition is Stored. | |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language this row is storing data for |
| FILE_ID | NUMBER | Yes | Points to the BLOB in FND_LOBS which stores the attachment file for this content item version and mime type. | |
| FILE_NAME | VARCHAR2 | (256) | Yes | File name of the attachment |
| MIME_TYPE | VARCHAR2 | (30) | Mime Type of the Attachment File | |
| 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. | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT RENDITION_ID
, CITEM_VERSION_ID
, LANGUAGE
, FILE_ID
, FILE_NAME
, MIME_TYPE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, SECURITY_GROUP_ID
, ZD_EDITION_NAME
FROM IBC.IBC_RENDITIONS;
IBC.IBC_RENDITIONS does not reference any database object
IBC.IBC_RENDITIONS is referenced by following:
IBC
IBC_RENDITIONS#
|
|
|
|