# |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
1 |
MAIL_READ_INSTANCE |
Number(10,0) |
DECIMAL(10) NOT NULL |
Instance of Mail Reader Process for logging information which can be used for Analytics purposes in the future
|
2 |
MAILBOX_ID |
Character(30) |
VARCHAR2(30) NOT NULL |
Mail Box Id is an Id associated with Mail Boxes
|
3 |
STRCT_EMAIL_NUM |
Number(10,0) |
DECIMAL(10) NOT NULL |
Counter to Store the Number of Structured E-mail process Per instance of Mail Reader
|
4 |
UNSTRCT_EMAIL_NUM |
Number(10,0) |
DECIMAL(10) NOT NULL |
Counter to Store Number Of Un Strucutrued E-mails Process Per Instance of Mail Reader
|
5 |
ERRORED_EMAIL_NUM |
Number(10,0) |
DECIMAL(10) NOT NULL |
Counter to Store Number Of Errored E-mails Process Per Instance of Mail Reader
|
6 |
EXCPT_EMAIL_NUM |
Number(10,0) |
DECIMAL(10) NOT NULL |
Counter to Store Number Of Exception E-mails Process Per Instance of Mail Reader
|
7 |
ATTCH_EMAIL_NUM |
Number(10,0) |
DECIMAL(10) NOT NULL |
Counter to Store the Number of E-mails taht has Attachments process Per instance of Mail Reader
|