This table contains details about the Sections of an evaluation along with section definitionID given as section_name_id.
Module: Performance Management
EVAL_SECTION_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| EVAL_SECTION_ID | NUMBER | 38 | 0 | True | Primary key to Sections | ||
| SOURCE_RECORD_ID | VARCHAR2 | 64 | This column is for Oracle Internal use only. Unique Source Record Identifier with EVAL_SECTION_ID. | ||||
| BUSINESS_GROUP_ID | NUMBER | 38 | 0 | Business Group Identifier | |||
| SEQUENCE_NUMBER | NUMBER | 38 | 0 | Sequence number | |||
| SECTION_MIN_WEIGHT | NUMBER | Minimum weight for the section | |||||
| SECTION_WEIGHT | NUMBER | Section Weight | |||||
| SECTION_NAME_ID | NUMBER | 38 | 0 | Section definition identifier, identifies section definition name . Refers to "DW_PERF_SECTION_DEF_TL" for name | |||
| SECTION_TYPE_CODE | VARCHAR2 | 32 | Indicates the type of the section |
Copyright © 2019, 2024, Oracle and/or its affiliates.