HRG_GOAL_TARGET_OUTCOMES
Desired goal outcomes for worker goals, for organization goals and for ad hoc goals are maintained in this table.
Details
-
Schema: FUSION
-
Object owner: HRG
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
HRG_GOAL_TARGET_OUTCOMES_PK |
GOAL_TARGET_OUTCOME_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
GOAL_TARGET_OUTCOME_ID | NUMBER | 18 | Yes | The system generated surrogate key for this entry | |
BUSINESS_GROUP_ID | NUMBER | 18 | Yes | Foreign key to PER_BUSINESS_GROUPS | |
GOAL_ID | NUMBER | 18 | Yes | Foreign key to HRG_GOALS, which holds the ID of goal. | |
CONTENT_ITEM_ID | NUMBER | 18 | Yes | Foreign key to HRT_CONTENT_ITEMS_B table which holds the id of the content item | |
CONTENT_ITEM_TYPE_ID | NUMBER | 18 | Yes | Foreign key to HRT_CONTENT_TYPES_B table which holds the id of the content item type | |
TARGET_RATING_LEVEL_ID | NUMBER | 18 | Expected rating Id of this target outcome entry | ||
TARGET_RATING_LEVEL_ID2 | NUMBER | 18 | Additional expected rating for specific target outcomes that have multiple proficiencies. For example, Language competency has read, write and speak proficiencies that can be individually rated. | ||
TARGET_RATING_LEVEL_ID3 | NUMBER | 18 | Additional expected rating for specific target outcomes that have multiple proficiencies. For example, Language competency has read, write and speak proficiencies that can be individually rated. | ||
APPROVED_RATING_ID | NUMBER | 18 | Manager rating Id for this target outcome entry | ||
APPROVED_RATING_ID2 | NUMBER | 18 | Additional manager rating for specific target outcomes that have multiple proficiencies. For example, Language competency has read, write and speak proficiencies that can be individually rated. | ||
APPROVED_RATING_ID3 | NUMBER | 18 | Additional manager rating for specific target outcomes that have multiple proficiencies. For example, Language competency has read, write and speak proficiencies that can be individually rated. | ||
CONTENT_SOURCE_CODE | VARCHAR2 | 30 | The source of the content referred in target outcomes | ||
COMMENTS | VARCHAR2 | 4000 | Comments for this target outcome entry | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
HRG_GOAL_TARGET_OUTCOMES | hrg_goals | GOAL_ID |
HRG_GOAL_TARGET_OUTCOMES | hrt_content_types_b | CONTENT_ITEM_TYPE_ID, BUSINESS_GROUP_ID |
HRG_GOAL_TARGET_OUTCOMES | hrt_content_items_b | CONTENT_ITEM_ID, BUSINESS_GROUP_ID |
HRG_GOAL_TARGET_OUTCOMES | hrt_rating_levels_b | TARGET_RATING_LEVEL_ID, BUSINESS_GROUP_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
HRG_GL_TARGET_OUTCOMES_FK1 | Non Unique | Default | GOAL_ID |
HRG_GL_TARGET_OUTCOMES_FK2 | Non Unique | Default | CONTENT_ITEM_TYPE_ID |
HRG_GL_TARGET_OUTCOMES_FK3 | Non Unique | Default | CONTENT_ITEM_ID |
HRG_GL_TARGET_OUTCOMES_FK4 | Non Unique | Default | TARGET_RATING_LEVEL_ID |
HRG_GOAL_TARGET_OUTCOMES_PK | Unique | Default | GOAL_TARGET_OUTCOME_ID |