Time Sheet
This ERD (see the following figure) illustrates how Siebel Business Applications track employee time sheets. Employees can track time spent for client billing or for other purposes. Time can be entered for projects, activities, service requests, and so on. These time units can then be aggregated into time sheets through time sheet lines. A time sheet is reported for a specified reporting period and lists time spent on specific project or nonproject work such as vacation, sick leave, training, and so on. Each time sheet line is specific to a given day within the reporting period.

The following table lists the entities in this ERD and their corresponding tables.
Entity | Table |
---|---|
Activity |
S_EVT_ACT |
Organization Unit |
S_ORG_EXT, S_PARTY |
Period |
S_PERIOD |
Person |
S_CONTACT, S_PARTY |
Project |
S_PROJ |
Project Team Role |
S_PROJ_RSRC |
Service Request |
S_SRV_REQ |
Time Unit |
S_TMSHT_ITEM |
Timesheet |
S_TMSHT |
Timesheet Approval |
S_TMSHT_APPR |
Timesheet Line |
S_TMSHT_LN |
Work Type |
S_PROJ |