CST_SCENARIO_ROLLUP_SOURCES
Table is used to store the sourcing rule cost allocation percentage for each rollup header record.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
CST_SCENARIO_ROLLUP_SOURCE_PK |
SCENARIO_ROLLUP_HEADER_ID, CST_MSC_SRC_RULE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SCENARIO_ROLLUP_HEADER_ID | NUMBER | 18 | Yes | Cost scenario rollup header identifier. | |
CST_MSC_SRC_RULE_ID | NUMBER | 18 | Yes | Costing identifier for sourcing rule. | |
SCENARIO_ID | NUMBER | 18 | Indicates the scenario from which the rollup header source is created. | ||
SOURCE_TABLE_NAME | VARCHAR2 | 30 | Indicates the cost rollup derived source table linked to the rollup header. | ||
SOURCE_TABLE_ID | NUMBER | 18 | Indicates the cost rollup derived source identifier of the input material cost linked to the rollup header. | ||
SOURCE_RULE_TYPE | NUMBER | 1 | Indicates the source rule type: 1 - Transfer from, 2 - Make at, 3 - Buy from. Lookup type is MSC_SOURCING_SOURCE_TYPE. | ||
ALLOCATION_PERCENT | NUMBER | Percent of cost allocated to this source. | |||
ORIG_ALLOCATION_PERCENT | NUMBER | Original allocation percent maintained when the allocation percent is prorated for cost organization level valuation unit. | |||
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. | ||
SOURCE_CURRENCY_CODE | VARCHAR2 | 15 | Indicates the currency code for the source organization when using transfer sourcing rules. | ||
SOURCE_CURR_CONVERSION_FACTOR | NUMBER | Indicates the conversion factor for converting from source organization currency to target organization currency, when using transfer sourcing rules. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CST_SCENARIO_ROLLUP_SOURCES_N1 | Non Unique | Default | SCENARIO_ID |
CST_SCENARIO_ROLLUP_SOURCES_N2 | Non Unique | Default | SOURCE_TABLE_ID, SOURCE_TABLE_NAME |
CST_SCENARIO_ROLLUP_SOURCES_U1 | Unique | Default | SCENARIO_ROLLUP_HEADER_ID, CST_MSC_SRC_RULE_ID |