Attribute/Logical Rolename |
Domain |
Datatype |
NULL |
Definition |
EMPL_ID |
|
VARCHAR(20) |
NO |
Name: Employee ID. Description: Unique identifier for the employee. |
LEAVE_TYPE_CD |
|
VARCHAR(10) |
NO |
Name: Leave Type. Description: Unique identifier for the type of leave. |
TRANS_DT |
|
DATE |
NO |
Name: Transaction Date. Description: Date of Transaction. |
S_TRANS_TYPE_CD |
|
VARCHAR(10) |
NO |
Name: Transaction Type. Description: The type of transaction. Valid options are as follows: BEG - Beginning Balance. . TAKEN - Taken. ADJUSTMENT - Adjustment. |
TS_SCHEDULE_CD |
|
VARCHAR(10) |
NO |
Name: Timesheet Schedule. Description: If S_TRANS_TYPE_CD is "TAKEN," this value will identify the specific timesheet on which the leave was taken. If S_TRANS_TYPE_CD is not "TAKEN," this value is "N/A." |
YEAR_NO_CD |
|
VARCHAR(4) |
NO |
Name: Timesheet Year. Description: If S_TRANS_TYPE_CD is "TAKEN," this value will identify the year of the timesheet on which the leave was taken. If S_TRANS_TYPE_CD is not "TAKEN," this value is "N/A." |
PERIOD_NO_CD |
|
VARCHAR(3) |
NO |
Name: Timesheet Period. Description: If S_TRANS_TYPE_CD is "TAKEN," this value will identify the period on which the leave was taken. If S_TRANS_TYPE_CD is not "TAKEN," this value is "N/A." |
LINE_NO |
|
NUMERIC(10, 0) |
NO |
Name: Timesheet Line Number. Description: If S_TRANS_TYPE_CD is "TAKEN," this value will identify the line number of the timesheet on which the leave was taken. If S_TRANS_TYPE_CD is not "TAKEN," this value is zero. |
LEAVE_HRS |
|
NUMERIC(10, 4) |
NO |
Name: Leave Hours. Description: The number of hours. |
MODIFIED_BY |
|
VARCHAR(20) |
NO |
Name: Modified By. Description: The User ID of the person who last modified this record. |
ROWVERSION |
|
NUMERIC(10, 0) |
NO |
Name: Row Version. Description: The number of times this record has been updated. |
TIME_STAMP |
|
DATE |
NO |
Name: Time Stamp. Description: Date and time the record was last modified. |
ADJUSTMENT_TEXT |
|
VARCHAR(60) |
YES |
Name: Adjustment Comment. Description: The reason for an adjustment record. |