DW_PERF_CHECKIN_MEETING_F
This table stores Check-in Meetings for a Check-in template per Assignment.
Details
Module: Performance Management
Key Columns
CHECK_IN_MEETING_ID
Columns
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| CHECK_IN_MEETING_ID | NUMBER | 38 | 0 | True | Identifier for Checkin meetings | ||
| SOURCE_RECORD_ID | VARCHAR2 | 64 | This column is for Oracle Internal use only. Unique key consisting of Check_in_meeting_id | ||||
| BUSINESS_GROUP_ID | NUMBER | 38 | 0 | Business Group Identifier | |||
| MANAGER_PERSON_ID | NUMBER | 38 | 0 | Person identifier for the Check in manager | DW_PERSON_D | PERSON_ID | |
| WORKER_PERSON_ID | NUMBER | 38 | 0 | Person identifier for the Worker | DW_PERSON_D | PERSON_ID | |
| WORKER_ASSIGNMENT_ID | NUMBER | 38 | 0 | Assignment ID of the Worker | |||
| CHECK_IN_TEMPLATE_ID | NUMBER | 38 | 0 | Check_In_Template identifier | DW_PERF_CHECKIN_TEMPLATE_D | CHECK_IN_TEMPLATE_ID | |
| REVIEW_PERIOD_ID | NUMBER | 38 | 0 | Review Period identifier | |||
| CHECKIN_CREATEDBY_PERSON_ID | NUMBER | 38 | 0 | Person ID identifier - for the person who created the checkin | DW_PERSON_D | PERSON_ID | |
| CHECKIN_MEETING_NAME | VARCHAR2 | 256 | CheckIn Meeting Name | ||||
| CHECK_IN_DATE | DATE | Date of the Check in Meeting | |||||
| CREATION_DATE | TIMESTAMP | Who column: indicates the date and time of the creation of the row. |