UPG_INT_STS_TAO

(SQL Table)
Index Back

Interview Status

Maintains the history of interview statuses for an application.

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 PROCESS_INSTANCE Number(10,0) DECIMAL(10) NOT NULL Process Instance
2 APPLID Character(11) VARCHAR2(11) NOT NULL External Job Applicant ID
3 APP_DT Date(10) DATE NOT NULL Date an application was submitted
4 JOB_REQ_NBR Character(6) VARCHAR2(6) NOT NULL Job requisition number
5 STATUS_DT Date(10) DATE NOT NULL Status Date
6 SEQ_NUM Number(3,0) SMALLINT NOT NULL Sequence
7 STATUS_CODE Character(3) VARCHAR2(3) NOT NULL Identifies a status.
8 STATUS_REASON Character(3) VARCHAR2(3) NOT NULL Identifies a reason associated with a particular status.
9 LASTUPDOPRID Character(30) VARCHAR2(30) NOT NULL Specifies the User ID which made the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.
10 LASTUPDDTTM DateTime(26) TIMESTAMP Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.