SPA_TIM_PRJ2_VW(SQL View) |
Index Back |
---|---|
Templates used for time entry |
SELECT DISTINCT(A.WO_CONID) , A.PROJECT_ID , A.TE_TEMPLATE_ID , A.BUSINESS_UNIT FROM PS_SPF_WORDERREC A WHERE A.WO_STATUS = 'L' AND A.SERVICE_METHOD = 'R' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |
2 | PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL | Project Id ChartField |
3 | TE_TEMPLATE_ID | 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. |
4 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |