[Home] [Help]
[Dependency Information]
| Object Name: | IBC_COMPOUND_RELATIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | IBC |
| FND Design Data: | IBC.IBC_COMPOUND_RELATIONS
|
| Subobject Name: | |
| Status: | VALID |
IBC_COMPOUND_RELATIONS stores the component content item id for each attribute of the compound item that is of data type component.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IBC_COMPOUND_RELATIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COMPOUND_RELATION_ID
ZD_EDITION_NAME
|
| IBC_COMPOUND_RELATIONS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ATTRIBUTE_TYPE_CODE
CITEM_VERSION_ID
CONTENT_ITEM_ID
CONTENT_TYPE_CODE
ZD_EDITION_NAME
|
| IBC_COMPOUND_RELATIONS_N | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CITEM_VERSION_ID
|
| IBC_COMPOUND_RELATIONS_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CONTENT_ITEM_ID
|
| IBC_COMPOUND_RELATIONS_N4 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CONTENT_TYPE_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COMPOUND_RELATION_ID | NUMBER | Yes | Compound relation unique identifier | |
| CONTENT_ITEM_ID | NUMBER | Yes | Content item identifier referenced by the ATTRIBUTE_TYPE_CODE | |
| ATTRIBUTE_TYPE_CODE | VARCHAR2 | (100) | Yes | Attibute type code for the compound item's attribute of which data type is component |
| CONTENT_TYPE_CODE | VARCHAR2 | (100) | Yes | Content type code for the compound item's attribute of which data type is component |
| CITEM_VERSION_ID | NUMBER | Yes | Content item version identifier of the compound item | |
| SORT_ORDER | NUMBER | Yes | The order number of component instance of ATTRIBUTE_TYPE_CODE | |
| 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. | ||
| SUBITEM_VERSION_ID | NUMBER | Content item version identifier of the compound item | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT COMPOUND_RELATION_ID
, CONTENT_ITEM_ID
, ATTRIBUTE_TYPE_CODE
, CONTENT_TYPE_CODE
, CITEM_VERSION_ID
, SORT_ORDER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, SECURITY_GROUP_ID
, SUBITEM_VERSION_ID
, ZD_EDITION_NAME
FROM IBC.IBC_COMPOUND_RELATIONS;
IBC.IBC_COMPOUND_RELATIONS does not reference any database object
IBC.IBC_COMPOUND_RELATIONS is referenced by following:
IBC
IBC_COMPOUND_RELATIONS#
|
|
|
|