Organization Goals Derived Fact stores all the organization goals information
Module: Goal Management
GOAL_PLAN_SET_ID, REVIEW_PERIOD_ID, GOAL_PLAN_ID, GOAL_ID
Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
---|---|---|---|---|---|---|---|
GOAL_ID | NUMBER | 38 | 0 | True | Goals identifier | ||
GOAL_PLAN_ID | NUMBER | 38 | 0 | True | Goal Plan Identifier | DW_GOAL_PLAN_D | GOAL_PLAN_ID |
GOAL_PLAN_SET_ID | NUMBER | 38 | 0 | True | Goal Plan Set Identifier | DW_GOAL_PLAN_SET_D | GOAL_PLAN_SET_ID |
REVIEW_PERIOD_ID | NUMBER | 38 | 0 | True | Review Period Identifier of the goal plan | DW_REVIEW_PERIOD_D | REVIEW_PERIOD_ID |
SOURCE_RECORD_ID | VARCHAR2 | 512 | Source Record Identifier. A unique Identifier for the records | ||||
GOAL_NAME | VARCHAR2 | 512 | Name of goal. | ||||
REFERENCE_GOAL_ID | NUMBER | 38 | 0 | Reference Goals identifier | |||
REFERENCE_GOAL_NAME | VARCHAR2 | 512 | Name of Reference goal | ||||
GOAL_ALIGNMENT_ID | NUMBER | 38 | 0 | Goal Alignment Identifier | DW_GOAL_ALIGNMENT_D | GOAL_ALIGNMENT_ID | |
GOAL_PLAN_GOAL_ID | NUMBER | 38 | 0 | Goal Plan Goal Identifier | DW_GOAL_PLAN_GOAL_D | GOAL_PLAN_GOAL_ID | |
ORGANIZATION_ID | NUMBER | 38 | 0 | Reference to the organization to which goal is being created. | DW_DEPARTMENT_D | DEPARTMENT_ID | |
ASSIGNMENT_ID | NUMBER | 38 | 0 | Holds assignment of worker. | |||
PERSON_ID | NUMBER | 38 | 0 | Person Id of the person to whom the goal is assigned to. | DW_PERSON_D | PERSON_ID | |
BUSINESS_GROUP_ID | NUMBER | 38 | 0 | Business group Identifier | |||
PRIVATE_FLAG | VARCHAR2 | 32 | Flag to indicate whether this goal is accessible to others or not | ||||
PUBLISHED_FLAG | VARCHAR2 | 32 | Flag to indicate if Organization goal is published | ||||
START_DATE | DATE | Start date of goal. | |||||
TARGET_COMPLETION_DATE | DATE | Target completion date of gaol. | |||||
ACTUAL_COMPLETION_DATE | DATE | Actual completion date of goal. | |||||
ANCHOR_DATE | DATE | Derived Goal Anchor Date | |||||
GOAL_VERSION_TYPE_CODE | VARCHAR2 | 32 | Contains codes to indentify worker goals | DW_GOAL_VERSION_TYPE_D_TL | GOAL_VERSION_TYPE | ||
GOAL_TYPE_CODE | VARCHAR2 | 32 | Type of goal | DW_GOAL_TYPE_D_TL | GOAL_TYPE | ||
GOAL_SUB_TYPE_CODE | VARCHAR2 | 256 | Goal Sub Type Code | DW_GOAL_SUB_TYPE_D_TL | GOAL_SUB_TYPE | ||
GOAL_CATEGORY_CODE | VARCHAR2 | 32 | Contains category for a goal. | DW_GOAL_PERF_CATEGORY_D_TL | GOAL_CATEGORY_CODE | ||
GOAL_STATUS_CODE | VARCHAR2 | 32 | Status of goal | DW_GOAL_STATUS_D_TL | GOAL_STATUS | ||
GOAL_SOURCE_CODE | VARCHAR2 | 32 | Source of assignment goals. | DW_GOAL_SOURCE_D_TL | GOAL_SOURCE | ||
PRIORITY_CODE | VARCHAR2 | 32 | Priority of goal. Possible values are High, Medium and Low. | DW_GOAL_PRIORITY_D_TL | PRIORITY_CODE | ||
PERCENT_COMPLETE_CODE | VARCHAR2 | 32 | Goal completion percentage code. | DW_GOAL_PERCENT_COMPLETE_D_TL | PERCENT_COMPLETE_CODE | ||
GOAL_WEIGHT | NUMBER | Weight or importance of a goal relative to other goals expressed in percentage | |||||
GOAL_COMPLETED_IND | NUMBER | 38 | 0 | Identifies if the goal is completed or not | |||
GOAL_ALIGNED_IND | NUMBER | 38 | 0 | Identifies if the goal is aligned to any other goal or not | |||
CURRENT_IND | NUMBER | 38 | 0 | Identifies if the review period is completed or not |