This is the base table of all cost elements defined in cost management. These cost elements help in providing break-up of item cost into various elements as per business requirements of cost accounting and management accounting.
Module: Cost Management
COST_ELEMENT_ID
Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
---|---|---|---|---|---|---|---|
COST_ELEMENT_ID | NUMBER | 38 | 0 | True | Unique identifier of the cost element | DW_CST_COST_ELEMENTS_D_TL | COST_ELEMENT_ID |
SOURCE_RECORD_ID | VARCHAR2 | 64 | This column is for Oracle Internal use only. System Generated | ||||
COST_ELEMENT_TYPE | VARCHAR2 | 32 | Cost Element Type. | DW_CST_COST_ELEMENT_TYPES_LKP_TL | CST_COST_ELEMENT_TYPES_CODE | ||
COST_ELEMENT_CODE | VARCHAR2 | 32 | Cost Element Code |
Copyright © 2019, 2024, Oracle and/or its affiliates.