EX_TCAN_SRCHVW2

(SQL View)
Index Back

Travel Auth Search


SELECT C.AUTHORIZED_OPRID , a.emplid , b.name , a.travel_auth_id FROM PS_EX_TAUTH_HDR a , ps_personal_data b , ps_ex_ee_auth_tbl c WHERE a.travel_auth_status IN ('APR') AND a.copy_travel_auth = 'N' AND b.emplid = a.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 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

Prompt Table: EX_EE_AUTH_VW

3 NAME Character(50) VARCHAR2(50) NOT NULL Name
4 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.