MSC_ITEM_ORG_SUBSTITUTES
This table stores all the collected Organization specific Item Substitutes Relationships for planning.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
MSC_ITEM_ORG_SUBSTITUTES_PK |
PLAN_ID, PART_KEY1, SUBSTITUTE_ID |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
PLAN_ID | NUMBER | Yes | This is the plan identifier. A value of -1 specifies collected data. | |
PART_KEY1 | NUMBER | Yes | Source instance id. Used as a key for partitioning the table. | |
SUBSTITUTE_ID | NUMBER | Yes | Unique substitution identifier of the item substitution relationship. | |
ORGANIZATION_ID | NUMBER | This is the organization or the master organization identifier. For external instance, where the Org-Specific substitution is not enabled, organization_id can be NULL. | ||
LOWER_ITEM_ID | NUMBER | Yes | The lower (from) item identifier for the substitution relationship. | |
HIGHER_ITEM_ID | NUMBER | Yes | The higher (to) item identifier for the substitution relationship. | |
HIGHEST_ITEM_ID | NUMBER | The highest (to) item identifier for the substitution relationship. | ||
CUSTOMER_ID | NUMBER | Yes | The customer identifier for substitution relationship. Defaulted to -1, if there is no customer specified. | |
CUSTOMER_SITE_ID | NUMBER | Yes | The customer site identifier for substitution relationship. Defaulted to -1, if there is no customer site specified. | |
RELATIONSHIP_DESC | VARCHAR2 | 240 | Description of item relationship. | |
RELATIONSHIP_TYPE | NUMBER | Yes | Type of Relationship between the Items. | |
EFFECTIVE_DATE | DATE | Effective Date of the item relationship. | ||
DISABLE_DATE | DATE | Disable Date of the item relationship. | ||
RECIPROCAL_FLAG | NUMBER | Indicates whether the Related Item Relationship is Reciprocal. | ||
SUBSTITUTION_SET | VARCHAR2 | 50 | Substitution set name used to define the Item relationship. | |
PARTIAL_FULFILLMENT_FLAG | NUMBER | Yes | Partial fulfillment flag indicating whether partial substitution is allowed. | |
RANK | NUMBER | This value indicates the Rank of the related item. | ||
PLANNING_ENABLED_FLAG | NUMBER | Flag to specify if the related item is enabled for planning. | ||
ORG_INDEPENDENT_FLAG | NUMBER | This indicates whether the reference applies to all or specific Organization. | ||
USAGE_RATIO | NUMBER | Usage quantity of the substituted item. | ||
REFRESH_NUMBER | NUMBER | Refresh identifier populated by the collection program. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | |
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_ITEM_ORG_SUBSTITUTES_N1 | Non Unique | Default | PLAN_ID, PART_KEY1, HIGHER_ITEM_ID, LOWER_ITEM_ID, ORGANIZATION_ID |
MSC_ITEM_ORG_SUBSTITUTES_U1 | Unique | Default | PLAN_ID, PART_KEY1, SUBSTITUTE_ID |
MSC_ITEM_ORG_SUBSTITUTES_U2 | Unique | Default | PLAN_ID, PART_KEY1, RELATIONSHIP_TYPE, LOWER_ITEM_ID, HIGHER_ITEM_ID, ORGANIZATION_ID, EFFECTIVE_DATE, CUSTOMER_ID, CUSTOMER_SITE_ID |