PAY_MESSAGE_TBL(SQL Table) |
Index Back |
---|---|
Payroll Message TableThis table contains payroll messages. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | MSGID | Character(6) | VARCHAR2(6) NOT NULL | Message ID |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | DESCRLONG | Long Character | CLOB | Long Description |
4 | CONFIRM_W_ERRS | Character(1) | VARCHAR2(1) NOT NULL |
Continue With This Error
N=No S=System Controlled Y=Yes Default Value: N |
5 | MAX_ERROR_COUNT | Number(8,0) | INTEGER NOT NULL | Maximum Errors |
6 | DISTRIB_W_ERRS | Character(1) | VARCHAR2(1) NOT NULL |
Distribute With This Error
Y/N Table Edit Default Value: N |