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 | Character(11) | VARCHAR2(11) NOT NULL | Employee ID | |
2 | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution | |
3 | Character(4) | VARCHAR2(4) NOT NULL | Aid Year | |
4 | 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 | 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. |