This table stores project classifications.
Module: Project Costing
PROJECT_CLASSES_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| PROJECT_CLASSES_ID | NUMBER | 38 | 0 | True | Unique identifier for Project Classifications. | ||
| SOURCE_RECORD_ID | VARCHAR2 | 64 | This column is for Oracle Internal use only. System generated Unique Identifier. | ||||
| PROJECT_ID | NUMBER | 38 | 0 | The identifier of the project that is classified by the project class | |||
| CLASS_CATEGORY_ID | NUMBER | 38 | 0 | Unique identifier for Class Categories. | |||
| CLASS_CODE_ID | NUMBER | 38 | 0 | Unique identifier for Class Codes. | |||
| CODE_PERCENTAGE | NUMBER | The percentage associated with this classification |
Copyright © 2019, 2024, Oracle and/or its affiliates.