[Home] [Help]
[Dependency Information]
| Object Name: | IBC_ATTRIBUTE_BUNDLES |
|---|---|
| Object Type: | TABLE |
| Owner: | IBC |
| Subobject Name: | |
| Status: | VALID |
IBC_ATTRIBUTE_BUNDLES stores the Content Item in a structured way in a CLOB column. Attribute bundle as it is called can be used to form an XML document. In short this represents the actual Content Stored in the OCM repository.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IBC_ATTRIBUTE_BUNDLES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
ATTRIBUTE_BUNDLE_ID
ZD_EDITION_NAME
|
| SYS_IL0000326808C00002$$ | LOB | UNIQUE |
APPS_TS_SEED
|
|
| IBC_ATTRIBUTE_BUNDLES_CTX | DOMAIN | NONUNIQUE |
|
ATTRIBUTE_BUNDLE_DATA
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ATTRIBUTE_BUNDLE_ID | NUMBER | Yes | Identifier that uniquely identifies the file | |
| ATTRIBUTE_BUNDLE_DATA | CLOB | (4000) | The uploaded data itself, which is a binary LOB | |
| 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 ATTRIBUTE_BUNDLE_ID
, ATTRIBUTE_BUNDLE_DATA
, 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_ATTRIBUTE_BUNDLES;
IBC.IBC_ATTRIBUTE_BUNDLES does not reference any database object
IBC.IBC_ATTRIBUTE_BUNDLES is referenced by following:
IBC
IBC_ATTRIBUTE_BUNDLES#
|
|
|
|