SPA_TIME_COPY_V(SQL View) |
Index Back |
---|---|
Time Report HeaderThis is one of the core records forTime. It is the highest level definition for a Time Report. |
SELECT PERSON_ID ,BUSINESS_UNIT ,TE_TEMPLATE_ID ,TIME_SHEET_ID ,SPA_TIMESHEET_NAME ,PERIOD_START_DT ,PERIOD_END_DT FROM PS_SPA_TIME_HDR WHERE TIME_HDR_STATUS <> 'OPN' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(15) | VARCHAR2(15) NOT NULL | Person ID | |
2 | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BU_SP_NONVW |
|
3 | Character(8) | VARCHAR2(8) NOT NULL |
Used to define a particular type of travel, i.e. company relocation, internal travel, etc. Determines what type of expenses and expenditure limits are associated with that particular type of travel. Established in the Structure Expenses system and chosen on the header panel of cash expense sheets.
Prompt Table: SPA_SP_RTMPL_VW |
|
4 | Character(10) | VARCHAR2(10) NOT NULL |
Time Sheet Unique Identifier (System Generated)
Default Value: NEXT |
|
5 | SPA_TIMESHEET_NAME | Character(30) | VARCHAR2(30) NOT NULL | Time Sheet Name |
6 | PERIOD_START_DT | Date(10) | DATE | Represents the date commencement point for a given time set utilized in cash worksheet processing. |
7 | PERIOD_END_DT | Date(10) | DATE NOT NULL | Represents the date termination point for a given time set utilized in cash worksheet processing. |