SPA_SP_RTMP_LVW(SQL View) |
Index Back |
---|
SELECT A.SETID ,A.TE_TEMPLATE_ID ,A.EFFDT ,B.LANGUAGE_CD ,B.DESCR FROM PS_SPA_TIME_TMPL A , PS_SPA_TM_TMPL_LNG B WHERE A.SETID = B.SETID AND A.TE_TEMPLATE_ID = B.TE_TEMPLATE_ID AND A.EFFDT = B.EFFDT |
# | 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 | EFFDT | Date(10) | DATE NOT NULL | Effective Date |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |