Attribute Name |
Attribute Definition |
Logical Datatype |
Is Required |
Schedule Actual Period Id |
The automatically generated primary key of the schd_actual_period table. |
LONG |
Yes |
Begin Date |
Begin Date. |
DATE |
No |
End Date |
End Date. |
DATE |
No |
Schedule Id |
A Foreign Key to the Schedule table. |
LONG |
Yes |
Work Duration In Minutes |
Work Time duration in minutes. This is the number of work minutes within the begin and end date of the period, which is equal to the end date minus the begin date, because the work periods can be sparsely populated. This value can be summed to get the total work minutes for a date range. If a date marker requested falls within the begin and end date of the actual period, then the minutes from the marker date and the begin/end point must be subtracted from this number.
|
INTEGER |
No |
Cumulative Work Duration In Minutes |
Cumulative Work Time duration in minutes. This is the number of work minutes from the actual first period to the end of the current actual period as calculated by a running total or cumulative sum of the Work Duration field. Because the work periods will be sparsely populated, the hard dates cannot be subtracted to yield Work Duration Difference. However, this Cumulative Work Duration can be subtracted to get the Work Duration difference. If a date marker requested falls within the begin and end date of the actual period, then the minutes from the marker date and the begin/end point must be subtracted from this number.
|
INTEGER |
No |
Begin Date UTC S |
A string version of the UTC date that is used in order to error correct JDBC/Hibernate persistence of the date which produces errors on Daylight Savings Time boundaries. |
varchar(23) |
Yes |
End Date UTC S |
A string version of the UTC date that is used in order to error correct JDBC/Hibernate persistence of the date which produces errors on Daylight Savings Time boundaries. |
varchar(23) |
Yes |