CST_MSC_SOURCING_RULES

Table is used to store the sourcing rule information for cost scenarios based on assignment set.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CST_MSC_SOURCING_RULES_PK

CST_MSC_SRC_RULE_ID

Columns

Name Datatype Length Precision Not-null Comments
CST_MSC_SRC_RULE_ID NUMBER 18 Yes Surrogate key that identifies a row in this table.
SCENARIO_ID NUMBER 18 Yes Indicates the scenario from which the rollup header records were created.
ORGANIZATION_ID NUMBER 18 Yes Indicates the inventory organization information for which the sourcing rule is created.
INVENTORY_ITEM_ID NUMBER 18 Yes Indicates the inventory item information for which the sourcing rule is created.
ASSIGNMENT_SET_ID NUMBER 18 Planning unique Identifier of the assignment set.
SOURCE_INV_ORG_ID NUMBER 18 This value indicates the source organization identifier.
SOURCE_TYPE NUMBER 1 Indicates the source type: 1 - Transfer from, 2 - Make at, 3 - Buy from. Lookup type is MSC_SOURCING_SOURCE_TYPE.
ALLOCATION_PERCENT NUMBER Percent of supply allocated to this source.
EFFECTIVE_DATE DATE Sourcing rule effective start date.
DISABLE_DATE DATE Disable date of the sourcing rule effectivity.
SOURCING_RULE_ID NUMBER 18 This value indicates Sourcing rule identifier.
ASSIGNMENT_TYPE NUMBER Sourcing Assignment type for the item.
RULE_RANK NUMBER This value indicates the Rank of the sourcing rule.
SOURCE_PARTNER_ID NUMBER 18 This value indicates the source supplier identifier.
SOURCE_PARTNER_SITE_ID NUMBER 18 This value indicates source supplier site identifier.
SOURCING_RULE_NAME VARCHAR2 80 This value indicates sourcing rule name.
ASSIGNMENT_SET_NAME VARCHAR2 200 This column indicates the assignment set name defined in planning system.
SOURCE_PARTNER_NAME VARCHAR2 360 This column indicates the supplier name for buy type sourcing rules.
SOURCE_PARTNER_SITE_NAME VARCHAR2 50 This column indicates the supplier site identifier for buy type sourcing rules.
MSC_TRANSACTION_ID NUMBER 18 Planning process generated identifier for sourcing rules.
STD_TXFR_COST_RULE_ID NUMBER 18 Unique identifier to identify the transfer rule transfer charge percentage.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
CST_MSC_SOURCING_RULES_N1 Non Unique Default SCENARIO_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID
CST_MSC_SOURCING_RULES_U1 Unique Default CST_MSC_SRC_RULE_ID