REQ_SE_ATT

(SQL View)
Index Back

Search comments and attach

EPO Req and Core Req comments with attachments

SELECT A.BUSINESS_UNIT , A.REQ_ID , A.SCM_ATTACH_ID , A.ATT_VERSION , A.ATTACH_DESCR , A.FILENAME , A.FILE_EXTENSION , A.OPRID , A.SERVER_ID , A.SERVER_PATH , A.ATTACHSYSFILENAME , A.URL_ID FROM PS_REQ_SE_ATT_ALL A

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
2 REQ_ID Character(10) VARCHAR2(10) NOT NULL Requisition ID
3 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.
4 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.
5 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.
6 FILENAME Character(80) VARCHAR2(80) NOT NULL File Name
7 FILE_EXTENSION Character(4) VARCHAR2(4) NOT NULL File Extension
8 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
9 SERVER_ID Number(4,0) SMALLINT NOT NULL File Server ID
10 SERVER_PATH Character(254) VARCHAR2(254) NOT NULL For attached files already uploaded to an ftp server, the path under the ftp root directory in which the file is to be found.
11 ATTACHSYSFILENAME Character(128) VARCHAR2(128) NOT NULL Unique Sys Filename
12 URL_ID Character(30) VARCHAR2(30) NOT NULL URL Identifier (see PSURLDEFN).