CST_STD_RESOURCE_RATES

This table contains the resource rates published to cost accounting from a cost planning scenario.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CST_STD_RESOURCE_RATES_PK

STD_RESOURCE_RATE_ID

Columns

Name Datatype Length Precision Not-null Comments
STD_RESOURCE_RATE_ID NUMBER 18 Yes Indicates the surrogate identifier for the standard resource rate.
PROCESSED_FLAG VARCHAR2 1 Indicates if resource rate is picked up by cost processor. Possible values are: N - resource rate not picked up by cost processor, W - resource rate is being processed, Y - resource rate is processed.
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.
SCENARIO_ID NUMBER 18 Yes Indicates the scenario for which this resource rate is set up.
COST_ORG_ID NUMBER 18 Yes Indicates the cost organization to which the resource rates are published from cost planning.
COST_BOOK_ID NUMBER 18 Yes Indicates the cost book to which the resource rates are published from cost planning.
INV_ORG_ID NUMBER 18 Yes Identifies the master organization for which the resource rate is entered.
RESOURCE_ID NUMBER 18 Yes Indicates the resource for which the rates are published.
UOM_CODE VARCHAR2 30 Yes Indicates the unit of measure for the resource.
EFFECTIVE_START_DATE DATE Yes Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective.
EFFECTIVE_END_DATE DATE Yes Date Effective Entity: indicates the date at the end of the date range within which the row is effective.
FROM_PERIOD_NAME VARCHAR2 15 Indicates the period from which the resource rate is effective for periodic average books.
TO_PERIOD_NAME VARCHAR2 15 Indicates the period till which the resource rate is effective for periodic average books.
TOTAL_RATE NUMBER Indicates the summarized rate details for this resource
CURRENCY_CODE VARCHAR2 15 Yes Indicates the currency code in which the resource rate is maintained.
SCENARIO_PUBLISH_HEADER_ID NUMBER 18 Indicates the surrogate key reference of the scenario publish header.
SCENARIO_ROLLUP_HEADER_ID NUMBER 18 Identifies the cost planning scenario rollup header based on which the resource rate was published.
SCENARIO_EVENT_ID NUMBER 18 Indicates the scenario event from which the standard resource rate was published from.
PLANNING_RESOURCE_RATE_ID NUMBER 18 Indicates the reference of the cost planning resource rate from which the standard resource rate is published.
PREVIOUS_STD_RESOURCE_RATE_ID NUMBER 18 Indicates the standard resource rate which this resource rate record is replacing.
PREVIOUS_EFFECTIVE_START_DATE DATE Indicates the start date of the previously effective standard resource rate.
PREVIOUS_EFFECTIVE_END_DATE DATE Indicates the end date of the previously effective standard resource rate.
LAST_USED_TRANSACTION_ID NUMBER 18 Indicates the last resource transaction which used this standard resource rate for accounting purposes.
LAST_USED_DATE TIMESTAMP Indicates the date when the resource rate was last used by the cost processor.
STAGED_FOR_STD_COST_ADJ_FLAG VARCHAR2 1 Indicates whether this rate has been staged for WIP revaluation due to resource rate adjustment.
STATUS_CODE VARCHAR2 30 Indicates if the Resource rate is in one of the following statuses: 1. Published 2. In Process
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_DI VARCHAR2 1 Indicates if the record was inserted using the desktop integration interface.
CREATION_SOURCE VARCHAR2 11 Indicates the source which created the record.
LAST_UPDATE_SOURCE VARCHAR2 11 Indicates the source which last updated the record.

Foreign Keys

Table Foreign Table Foreign Key Column
cst_std_resource_rate_details cst_std_resource_rates STD_RESOURCE_RATE_ID
cst_std_resource_rates_history cst_std_resource_rates STD_RESOURCE_RATE_ID

Indexes

Index Uniqueness Tablespace Columns
CST_STD_RESOURCE_RATES_N1 Non Unique FUSION_TS_TX_DATA COST_ORG_ID, COST_BOOK_ID, RESOURCE_ID, EFFECTIVE_START_DATE
CST_STD_RESOURCE_RATES_N2 Non Unique Default PREVIOUS_STD_RESOURCE_RATE_ID
CST_STD_RESOURCE_RATES_N3 Non Unique Default STATUS_CODE
CST_STD_RESOURCE_RATES_N4 Non Unique Default INV_ORG_ID
CST_STD_RESOURCE_RATES_PK Unique FUSION_TS_TX_DATA STD_RESOURCE_RATE_ID
CST_STD_RESOURCE_RATES_U1 Unique Default SCENARIO_ID, RESOURCE_ID