|
Name |
|
|
Comment |
See documentation on MF_LeaveAccrual in the StarsEmployee package. |
|
Dimensional Type |
Fact |
|
select |
|
Name |
Parent Table/View |
|
ViewReference_168 |
|
|
ViewReference_170 |
|
|
ViewReference_171 |
|
Name |
|
Name |
|
Grant |
User |
|
SELECT,VIEW DEFINITION |
EmployeeReader |
|
Name |
Data Type |
Comment |
Length |
|
MD_LeaveInfo_SurrogateKey |
numeric |
|
|
|
MD_CollPers_SurrogateKey |
numeric |
|
|
|
MD_Date_DateInteger |
int |
Integer representation of the date (e.g., 20070101 for 1 Jan 2007). Defaults to 99991231, for situations where a date is required but none is available. |
|
|
MF_Leave_AccrualID |
varchar(32) |
ID associated with accrual in Colleague. Implemented as a degenerate dimension here. Do not expose to users! |
|
|
MF_Leave_ColleagueID |
char(7) |
Generally should not be exposed to users. It is used by the ETL loads instead of the employee's surrogate key, which might be revised if we load more history into MD_Employee. |
|
|
MF_Leave_IsEnded |
char(3) |
'Yes' if a given leave action (accrual, decrease, etc.) applies to a plan that, for a given employee, has ended as of the last data warehouse load. 'No' otherwise. |
|
|
MF_Leave_Action |
char(1) |
Single-letter code designating whether the MF_Leave_Amount is and accrual (A), usage (U), etc. |
1 |
|
MF_Leave_Amount |
float |
|
|
|
MF_Leave_MaxAccrual |
float |
Not currently populated. |
|
|
MF_Leave_Balance |
float |
Balance available for a given leave category and a given person at a given time. |
|
|
MF_Leave_Count |
int |
Simply counts leave accrual/usage actions. Generally not useful. |
|
|
|
|