DW_GOAL_ALIGNMENT_D
Provides Mapping between a Goal and the Goal it is aligned to
Details
Module: Goal Management
Key Columns
GOAL_ALIGNMENT_ID
Columns
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| GOAL_ALIGNMENT_ID | NUMBER | 38 | 0 | True | Primary Key | ||
| SOURCE_RECORD_ID | VARCHAR2 | 512 | This column is for Oracle Internal use only. Unique Identifier Source Record ID | ||||
| GOAL_ID | NUMBER | 38 | 0 | Goal Identifier | |||
| ALIGNED_GOAL_ID | NUMBER | 38 | 0 | Goal ID of the Goal to which the goal is aligned to | DW_GOAL_F | GOAL_ID | |
| BUSINESS_GROUP_ID | NUMBER | 38 | 0 | Business Group ID |