UPG_PO_ATT_AET(SQL Table) |
Index Back |
---|---|
PO Upgrade attachment AET |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | ATTACH_DESCR | Character(100) | VARCHAR2(100) NOT NULL | A description of the file being attached. This field is provided as a convenience to app developers and customers. The attachment utility does not interpret its value in any way, simply storing it as set by the application. |
3 | ATTACHUSERFILE | Character(64) | VARCHAR2(64) NOT NULL | Attached File |
4 | FILENAME | Character(80) | VARCHAR2(80) NOT NULL | File Name |
5 | FILE_EXTENSION | Character(4) | VARCHAR2(4) NOT NULL | File Extension |
6 | 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. |
7 | SEQ_NUM2 | Number(6,0) | INTEGER NOT NULL | Sequence Number |