CST_STD_TXFR_COST_RULES

This table contains transfer cost rules for cost rollup across inventory organizations.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: DEFAULT

Primary Key

Name Columns

CST_STD_TXFR_COST_RULES_PK

STD_TXFR_COST_RULE_ID

Columns

Name Datatype Length Precision Not-null Comments
STD_TXFR_COST_RULE_ID NUMBER 18 Yes Primary key that uniquely identifies transfer cost rule for cost rollup.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
STD_TXFR_COST_RULE_SET_ID NUMBER 18 Yes Unique identifier for transfer cost rule set.
SOURCE_ORG_ID NUMBER 18 Yes Identifies the source inventory organization.
DESTINATION_ORG_ID NUMBER 18 Yes Identifies the destination inventory organization.
VALIDATION_ORGANIZATION_ID NUMBER 18 Identifies the Item validation organization associated to cost organization.
ITEM_CATEGORY_ID NUMBER 18 Identifier of the item category used for grouping items based on a common characteristic or usage within the costing catalog.
INVENTORY_ITEM_ID NUMBER 18 Indicates the item for which the transfer cost rule is entered.
START_DATE DATE Yes Indicates the date at the beginning of the date range within which the row is effective.
END_DATE DATE Yes Indicates the date at the end of the date range within which the row is effective.
LAST_USED_DATE TIMESTAMP Indicates the date when the standard cost was last used by the cost rollup.
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.
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
CST_STD_TXFR_COST_RULES_U1 Unique DEFAULT STD_TXFR_COST_RULE_ID
CST_STD_TXFR_COST_RULES_U2 Unique DEFAULT SOURCE_ORG_ID, DESTINATION_ORG_ID, STD_TXFR_COST_RULE_SET_ID, START_DATE