ColumnName |
Domain |
Datatype |
NULL |
Definition |
EMPL_ID |
|
VARCHAR2(20) |
NO |
Name: Employee ID. Description: Employee ID identifier. |
TS_SCHEDULE_CD |
|
VARCHAR2(10) |
NO |
Name: Timesheet Schedule. Description: Timesheet frequency identifier. |
YEAR_NO_CD |
|
VARCHAR2(4) |
NO |
|
PERIOD_NO_CD |
|
VARCHAR2(3) |
NO |
Name: Period Number. Description: Period number for timesheet frequency. |
REVISION_NO |
|
NUMBER(10, 0) |
NO |
Name: Revision Number. Description: The identifying revision for this timesheet revision. |
REVISION_SUB_NO |
|
NUMBER(10, 0) |
NO |
Name: Sequence Number. Description: Sequential counter of the individual changes within a revision. |
REVISION_EMPL_ID |
|
VARCHAR2(20) |
NO |
Name: Revision Employee ID. Description: The Employee ID of the person who made the changes to the timesheet. |
LINE_NO |
|
NUMBER(10, 0) |
YES |
Name: Line Number. Description: If the change involved a cell or line, the line number of the cell or line that was changed. |
HRS_DT |
|
DATE |
YES |
Name: Hours Date. Description: If the change involved a cell or column, the date of the cell or column that was changed. |
MODIFIED_BY |
|
VARCHAR2(20) |
NO |
Name: Modified By. Description: The User ID of the person who last modified this record. |
ROWVERSION |
|
NUMBER(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. |
REVISION_DESC |
|
VARCHAR2(254) |
NO |
Name: Revision Description. Description: Detailed description of the change made to the timesheet. |