BTCH_MSG_TBL(SQL Table) |
Index Back |
---|---|
Batch Processing Message Log |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | MESSAGE_SEQ | Number(9,0) | DECIMAL(9) NOT NULL | Message Sequence |
3 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
4 | PROGRAM_NAME | Character(8) | VARCHAR2(8) NOT NULL | Program Name |
5 | MESSAGE_SEVERITY | Number(5,0) | INTEGER NOT NULL | Message Severity |
6 | MESSAGE_ACTION | Character(1) | VARCHAR2(1) NOT NULL | Message Action |
7 | 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. |
8 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
9 | AID_YEAR | Character(4) | VARCHAR2(4) NOT NULL | Aid Year |
10 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
11 | 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. |