EX_RCPT_ATT_ERR(SQL Table) |
Index Back |
---|---|
My Receipt Attachment Error |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SID_MSG | Character(50) | VARCHAR2(50) NOT NULL | Message Sid |
2 | SCM_ATTACH_ID | Character(64) | VARCHAR2(64) NOT NULL | The unique ID of each file whose attachment was handled by the attachment utility. Unique across all attachments, all applications. |
3 | ATT_VERSION | Number(3,0) | SMALLINT NOT NULL | The version of the attached file. Currently always 1, this field will find more use once the attachment utitlity starts supporting versioning of files. |
4 | SID_MEDIA | Character(50) | VARCHAR2(50) NOT NULL | Media Sid |
5 | EMP_PHONE_NBR | Character(17) | VARCHAR2(17) NOT NULL | Phone Number |
6 | ATTACHUSERFILE | Character(64) | VARCHAR2(64) NOT NULL | Attached File |
7 | CREATED_DTTM | DateTime(26) | TIMESTAMP | Created Date and time |