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


TABLE: IBE.IBE_CT_REL_EXCLUSIONS

Object Details
Object Name: IBE_CT_REL_EXCLUSIONS
Object Type: TABLE
Owner: IBE
FND Design Data: TableIBE.IBE_CT_REL_EXCLUSIONS
Subobject Name:
Status: VALID


IBE_CT_REL_EXCLUSIONS contains information about the product relationships that are excluded.
IBE_CT_RELATED_ITEMS contains the product relationships that are preevaluated from mapping rules stored in IBE_CT_RELATION_RULES table and IBE_CT_REL_EXCLUSIONS specify which of those preevaluated product relationships should be excluded. The information about the relationship types is stored in FND_LOOKUPS view with lookup type of 'IBE_RELATIONSHIP_TYPES'.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBE_CT_ITEM_EXCLUSIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRELATION_TYPE_CODE
ColumnINVENTORY_ITEM_ID
ColumnRELATED_ITEM_ID
ColumnORGANIZATION_ID
IBE_REL_ITEM_EXCLUSIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORGANIZATION_ID
ColumnRELATION_TYPE_CODE
ColumnINVENTORY_ITEM_ID
ColumnRELATED_ITEM_ID
Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER (15) Yes Organization identifier
RELATION_TYPE_CODE VARCHAR2 (30) Yes Relationship type code
INVENTORY_ITEM_ID NUMBER
Yes Inventory item identifier
RELATED_ITEM_ID NUMBER
Yes Related inventory item identifier
OBJECT_VERSION_NUMBER NUMBER
Yes Object version number for locking
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
SECURITY_GROUP_ID NUMBER

Security Group Identifier.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ORGANIZATION_ID
,      RELATION_TYPE_CODE
,      INVENTORY_ITEM_ID
,      RELATED_ITEM_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM IBE.IBE_CT_REL_EXCLUSIONS;

Dependencies

[top of page]

IBE.IBE_CT_REL_EXCLUSIONS does not reference any database object

IBE.IBE_CT_REL_EXCLUSIONS is referenced by following:

SchemaIBE
ViewIBE_CT_REL_EXCLUSIONS#