SAC_POERR_NOTIF(SQL Table) |
Index Back |
---|---|
PO EIP sts error tablePO EIP sts error table |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | PO_ID | Character(10) | VARCHAR2(10) NOT NULL | Purchase Order |
3 | SAC_WL_NOTIFY | Character(1) | VARCHAR2(1) NOT NULL |
Worklist Notification
Y/N Table Edit Default Value: N |
4 | SAC_WL_SENT | Character(1) | VARCHAR2(1) NOT NULL |
Worklist Sent
Y/N Table Edit Default Value: N |
5 | OPRID_ENTERED_BY | Character(30) | VARCHAR2(30) NOT NULL | Entered By 07/25/2011 MRAD 12383033 :Ensured that OPRID_ENTERED_BY is set with format type of MixedCase. 03/22/2013 GL 16482301: Switched OPRID_ENTERED_BY back to MixedCase again. Please don't change it to UpperCase!!! FYI - The alternatives to use a User ID as uppercase: 1) Create your own User ID, add comments in the Field Properties, and fill out the Owner ID 2) Use %Upper meta-SQL in SQL statements 3) Use Upper function in peoplecodes |
6 | SAC_EMAIL_NOTIFY | Character(1) | VARCHAR2(1) NOT NULL |
Email Notification
Y/N Table Edit Default Value: N |
7 | EMAILID | Character(70) | VARCHAR2(70) NOT NULL | A user's E-mail address |
8 | SAC_EMAILSENT_DTTM | DateTime(26) | TIMESTAMP | Last Date Time Email Sent |
9 | SAC_ERR_ACKNOWLEDG | Character(1) | VARCHAR2(1) NOT NULL |
Acknowledged
Y/N Table Edit Default Value: N |