[Home] [Help]
[Dependency Information]
Object Name: | IBE_CT_REL_EXCLUSIONS |
---|---|
Object Type: | TABLE |
Owner: | IBE |
FND Design Data: | ![]() |
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'.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IBE_CT_ITEM_EXCLUSIONS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
IBE_REL_ITEM_EXCLUSIONS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
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. |
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;
IBE.IBE_CT_REL_EXCLUSIONS does not reference any database object
IBE.IBE_CT_REL_EXCLUSIONS is referenced by following:
|
|
|