STDNT_VERIF_MSG

(SQL View)
Index Back

Student Verification Msgs.

All the messages generated by the Batch Verification process.

SELECT A.EMPLID ,A.INSTITUTION ,A.AID_YEAR ,A.DTTM_STAMP_SEC ,A.MESSAGE_SEQ ,A.MESSAGE_TEXT FROM PS_BTCH_MSG_TBL A, PS_VERIF_COMP_HDR B WHERE A.EMPLID = B.EMPLID AND A.INSTITUTION = B.INSTITUTION AND A.AID_YEAR = B.AID_YEAR AND A.DTTM_STAMP_SEC = B.VERIFICATION_DATE

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
2 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution
3 AID_YEAR Character(4) VARCHAR2(4) NOT NULL Aid Year
4 DTTM_STAMP_SEC 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.
5 MESSAGE_SEQ Number(9,0) DECIMAL(9) NOT NULL Message Sequence
6 MESSAGE_TEXT Character(100) VARCHAR2(100) NOT NULL Message Text This field refers to the Text for a particular Message Number in the Message Catalog.