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


TABLE: IBE.IBE_CT_RELATED_ITEMS

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


IBE_CT_RELATED_ITEMS contains information about the product relationships generated from mapping rules stored in IBE_CT_RELATION_RULES table. The information about the relationship types is stored in FND_LOOKUPS view with lookup type of 'IBE_RELATIONSHIP_TYPES'.
This table contains results of preevaluation of the mapping rules stored in IBE_CT_RELATION_RULES table to improve performance. In the runtime, instead of evaluating the mapping rules on the fly, the programs will retrieve the results directly from this table.
The relationship rules based on SQL cannot be preevaluated because the value of bind arguments in the query will typically change in different requests.
Each row in this table represents a relationship between two products. When a product A is related to product B under relationship type R, product A's item ID is stored in inventory_item_id column, B's item ID in related_item_id, and relationship type R's code in relation_type_code. There can be multiple rows for a pair of products under a relationship type when more than one mapping rules generate the given pair. But they will have different value in relation_rule_id column that identifies which mapping rule generates this row.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBE_CT_RELATED_ITEMS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINVENTORY_ITEM_ID
ColumnORGANIZATION_ID
ColumnRELATED_ITEM_ID
ColumnRELATION_TYPE_CODE
ColumnRELATION_RULE_ID
IBE_CT_RELATED_ITEMS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRELATION_RULE_ID
IBE_CT_RELATED_ITEMS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRELATED_ITEM_ID
ColumnORGANIZATION_ID
IBE_CT_RELATED_ITEMS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRELATION_TYPE_CODE
Columns
Name Datatype Length Mandatory Comments
INVENTORY_ITEM_ID NUMBER
Yes Inventory item identifier
ORGANIZATION_ID NUMBER (15) Yes Organization identifier
RELATION_RULE_ID NUMBER (9) Yes Relation Rule Identifier.
RELATION_TYPE_CODE VARCHAR2 (30) Yes Relationship type code
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
REQUEST_ID NUMBER (15)
Concurrent Who Column
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Who Column
PROGRAM_ID NUMBER (15)
Concurrent Who Column
PROGRAM_UPDATE_DATE DATE

Concurrent Who Column
SECURITY_GROUP_ID NUMBER

Security Group Identifier.
Query Text

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


SELECT INVENTORY_ITEM_ID
,      ORGANIZATION_ID
,      RELATION_RULE_ID
,      RELATION_TYPE_CODE
,      RELATED_ITEM_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      SECURITY_GROUP_ID
FROM IBE.IBE_CT_RELATED_ITEMS;

Dependencies

[top of page]

IBE.IBE_CT_RELATED_ITEMS does not reference any database object

IBE.IBE_CT_RELATED_ITEMS is referenced by following:

SchemaIBE
ViewIBE_CT_RELATED_ITEMS#