SPA_TE_TMPL_VW(SQL View) |
Index Back |
---|---|
TE Template ViewTime and Expense Template View |
SELECT A.SETID , A.TE_TEMPLATE_ID , A.DESCR FROM PS_SPA_TIME_TMPL A WHERE A.EFFDT = ( SELECT MAX(B.EFFDT) FROM PS_SPA_TIME_TMPL B WHERE B.EFFDT <= %CurrentDateIn AND B.EFF_STATUS = 'A' AND A.SETID = B.SETID AND A.TE_TEMPLATE_ID = B.TE_TEMPLATE_ID AND A.SPA_TEMPLATE_TYPE = B.SPA_TEMPLATE_TYPE) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
2 | 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. |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |