FE_JOB_EXCEPT(SQL Table) |
Index Back |
---|---|
WF Staged Errors and WarningsWF Staged Errors and Warnings |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | TRANSACTION_NAME | Character(25) | VARCHAR2(25) NOT NULL | EDI Transaction Name |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
3 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Rcd Nbr |
4 | ACTION_DT_SS | Date(10) | DATE | Termination Date |
5 | TRANS_EFFSEQ | Number(3,0) | SMALLINT NOT NULL | Effective Sequence |
6 | TRANSACTION_NBR | Number(15,0) | DECIMAL(15) NOT NULL |
08/02/99 NAS: Changed the size of this field from 10 to 15. Based on Jim Hillman's decision to make the field at a standard size.
Default Value: 0 |
7 | MESSAGE_SET_NBR | Number(5,0) | INTEGER NOT NULL | Message Set Number. This field refers to the Message Set Number in the Message Catalog. |
8 | MESSAGE_NBR | Number(5,0) | INTEGER NOT NULL | Message Number. This field refers to the Message Number in the Message Catalog. |
9 | MSG_SEVERITY | Character(1) | VARCHAR2(1) NOT NULL |
Message Severity
C=Cancel E=Error M=Message W=Warning Default Value: M |
10 | 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. |
11 | MESSAGE_TEXT_WRK | Character(250) | VARCHAR2(250) NOT NULL | Message Text |
12 | DESCRLONG | Long Character | CLOB | Long Description |