CST_STD_OVERHEAD_RATES
This table contains the plant and work center standard overhead rates.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
CST_STD_OH_RATES_PK |
STD_OVERHEAD_RATE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
STD_OVERHEAD_RATE_ID | NUMBER | 18 | Yes | Surrogate Key and generated unique identifier for overhead rates. | |
SCENARIO_ID | NUMBER | 18 | Yes | Indicates the scenario for which this resource rate is set up. | |
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. | |
COST_ORG_ID | NUMBER | 18 | Yes | Indicates the cost organization for which the overhead rates are defined. | |
COST_BOOK_ID | NUMBER | 18 | Yes | Indicates the cost book for which the overhead rates are defined. | |
INVENTORY_ORG_ID | NUMBER | 18 | Yes | Indicates the inventory organization / plant for which the standard overhead rate is entered. | |
OVERHEAD_RATE_TYPE | VARCHAR2 | 30 | Yes | Indicates the overhead rate type. Options are PLANT, WORKCENTER. | |
CATEGORY_SET_ID | NUMBER | 18 | Indicates the category set for the overhead rate entered. | ||
CATEGORY_ID | NUMBER | 18 | Indicates the item category for which the overhead rates are entered. | ||
INVENTORY_ITEM_ID | NUMBER | 18 | Indicates the item for which the overhead rates are entered. | ||
WORK_CENTER_ID | NUMBER | 18 | Indicates the Work center for which the overhead rates are entered. | ||
RESOURCE_TYPE | VARCHAR2 | 30 | Indicates the user defined resource type. Values: Labor, Equipment. | ||
BASIS_TYPE | VARCHAR2 | 30 | Yes | Indicates the basis at which overheads are calculated. This value is defaulted to 'Percentage of material cost' for Material/Plant overheads and to 'Percentage of Resource cost' for Work center overheads. | |
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 overhead rate is effective for periodic average books. | ||
TO_PERIOD_NAME | VARCHAR2 | 15 | Indicates the period till which the overhead rate is effective for periodic average books. | ||
TOTAL_RATE | NUMBER | Indicates the total overhead rate during the effective dates. | |||
CURRENCY_CODE | VARCHAR2 | 15 | Yes | Indicates the currency in which the overhead rate details are entered. | |
STATUS_CODE | VARCHAR2 | 30 | Yes | Indicates the status of the overhead rate entered. | |
PREVIOUS_STD_OVERHEAD_RATE_ID | NUMBER | 18 | Indicates the previous overhead rate reference, which this overhead rate replaces. | ||
PREVIOUS_EFFECTIVE_START_DATE | DATE | Indicates the effective start date of the overhead rate reference, which this overhead rate replaces. | |||
PREVIOUS_EFFECTIVE_END_DATE | DATE | Indicates the effective end date of the overhead rate reference, which this overhead rate replaces. | |||
SCENARIO_EVENT_ID | NUMBER | 18 | Indicates the reference of the scenario event using which the cost update operation is performed. | ||
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_UPDATION_SOURCE | VARCHAR2 | 11 | Indicates the source which last updated the record. | ||
HEADER_REFERENCE_NUMBER | VARCHAR2 | 18 | This column is used to implement ancestor relationship in seeded Visual Builder templates. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CST_STD_OH_RATES_N1 | Non Unique | Default | PREVIOUS_STD_OVERHEAD_RATE_ID |
CST_STD_OH_RATES_PK | Unique | FUSION_TS_TX_DATA | STD_OVERHEAD_RATE_ID |
CST_STD_OH_RATES_U1 | Unique | Default | COST_ORG_ID, COST_BOOK_ID, INVENTORY_ORG_ID, OVERHEAD_RATE_TYPE, CATEGORY_SET_ID, CATEGORY_ID, INVENTORY_ITEM_ID, WORK_CENTER_ID, RESOURCE_TYPE, EFFECTIVE_START_DATE |