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


TABLE: IBC.IBC_COMPOUND_RELATIONS

Object Details
Object Name: IBC_COMPOUND_RELATIONS
Object Type: TABLE
Owner: IBC
FND Design Data: TableIBC.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBC_COMPOUND_RELATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOMPOUND_RELATION_ID
IBC_COMPOUND_RELATIONS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnATTRIBUTE_TYPE_CODE
ColumnCITEM_VERSION_ID
ColumnCONTENT_ITEM_ID
ColumnCONTENT_TYPE_CODE
IBC_COMPOUND_RELATIONS_N NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCITEM_VERSION_ID
IBC_COMPOUND_RELATIONS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONTENT_ITEM_ID
IBC_COMPOUND_RELATIONS_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONTENT_TYPE_CODE
Columns
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
Query Text

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
FROM IBC.IBC_COMPOUND_RELATIONS;

Dependencies

[top of page]

IBC.IBC_COMPOUND_RELATIONS does not reference any database object

IBC.IBC_COMPOUND_RELATIONS is referenced by following:

SchemaAPPS
SynonymIBC_COMPOUND_RELATIONS