EX_VINQ_SRCH_VW(SQL View) |
Index Back |
---|---|
Travel authorization refresh |
SELECT C.AUTHORIZED_OPRID , A.TRAVEL_AUTH_ID , A.TRAVEL_AUTH_NAME , B.NAME , A.EMPLID , A.TRAVEL_AUTH_STATUS , A.CREATION_DT FROM PS_EX_TAUTH_HDR A , PS_PERSONAL_DATA B , PS_EX_EE_AUTH_TBL C WHERE A.EMPLID = B.EMPLID AND C.EMPLID = A.EMPLID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | 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. |
3 | 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. |
4 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |
5 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
6 | TRAVEL_AUTH_STATUS | Character(3) | VARCHAR2(3) NOT NULL |
Describes the current status of the travel authorization - whether pending, submitted or approved. This field is associated with the header record of travel authorizations and is found on many records and panels within travel authorization objects. The status will change depending on the action taken upon the travel authorization. PeopleCode is used to update the status.
APR=Approved CLS=Closed DEN=Denied DNA=Denied by Approver DNU=Denied by Auditor HDA=On Hold, with Approver HDU=On Hold, with Auditor HLD=On Hold PAR=Approvals in Process PND=Pending PRO=In Process RCN=Reconciled RRT=Transaction Rerouted SFA=Submission in Process STG=Staged SUB=Submitted for Approval XML=Submitted, Pending Validation |
7 | CREATION_DT | Date(10) | DATE | Creation Date |