TA_ID_NPST_VW(SQL View) |
Index Back |
---|---|
Travel Auth Non-Post ViewReturns list of travel authorizations that have been submitted for approval or are in a hold status. |
SELECT travel_auth_id , business_unit_gl , creation_dt , travel_auth_name FROM PS_EX_TAUTH_HDR WHERE travel_auth_status IN ('SUB','HDA','HDU','HLD','PAR', 'APR') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | TRAVEL_AUTH_ID | Character(10) | VARCHAR2(10) NOT NULL | Travel Authorization Identification. Number used to define travel authorizations. Key field on most travel authorization records and exists at level 0 for travel authorization panels. |
2 | BUSINESS_UNIT_GL | Character(5) | VARCHAR2(5) NOT NULL | GL Business Unit |
3 | CREATION_DT | Date(10) | DATE | Creation Date |
4 | TRAVEL_AUTH_NAME | Character(30) | VARCHAR2(30) NOT NULL | Field used to give a descriptive name to each travel authorization. Associated with the header information of a travel authorization and found on many records and panels within travel authorization objects. |