# |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
1 |
PROCESS_INSTANCE |
Number(10,0) |
DECIMAL(10) NOT NULL |
Process Instance
|
2 |
COUNTER1 |
Number(16,2) |
DECIMAL(15,2) NOT NULL |
Counter 1
|
3 |
COUNTER2 |
Signed Number(17,2) |
DECIMAL(15,2) NOT NULL |
Counter 2
|
4 |
COUNTER3 |
Signed Number(17,2) |
DECIMAL(15,2) NOT NULL |
Counter 3
|
5 |
COUNTER4 |
Signed Number(17,2) |
DECIMAL(15,2) NOT NULL |
Counter 4
|
6 |
URL |
Character(254) |
VARCHAR2(254) NOT NULL |
Internet URL (Universal Resource Locator)
|
7 |
SERVER_ID |
Number(4,0) |
SMALLINT NOT NULL |
File Server ID
|
8 |
ATT_FTPSRV_LOGIN |
Character(24) |
VARCHAR2(24) NOT NULL |
Login name for attachment ftp servers
|
9 |
ATT_FTPSRV_PASSWD |
Character(254) |
VARCHAR2(254) NOT NULL |
Password for attachment ftp servers
|
10 |
ATT_SRV_NAME |
Character(254) |
VARCHAR2(254) NOT NULL |
Name of attachment server, if it is an ftp server; name of the database record which holds attached files, if attachments are to be stored in the database
|
11 |
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.
|
12 |
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.
|
13 |
ATTACHSYSFILENAME |
Character(128) |
VARCHAR2(128) NOT NULL |
Unique Sys Filename
|
14 |
BUSINESS_UNIT_REQ |
Character(5) |
VARCHAR2(5) NOT NULL |
Requesting Business Unit
|
15 |
REQ_ID |
Character(10) |
VARCHAR2(10) NOT NULL |
Requisition ID
|
16 |
LINE_NBR |
Number(5,0) |
INTEGER NOT NULL |
Line Number:
11/24/08 - Added TARGET label [PC product]
|
17 |
COUNTER8 |
Number(8,0) |
INTEGER NOT NULL |
Counter - Unsigned 8
|
18 |
REQ_NAME |
Character(30) |
VARCHAR2(30) NOT NULL |
Requisition Name
|
19 |
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.
|
20 |
PV_ATTACH_NUM |
Number(5,0) |
INTEGER NOT NULL |
Attachment Number
|
21 |
COMMENT_ID |
DateTime(26) |
TIMESTAMP |
DtTm Entered
|
22 |
RANDOM_CMMT_NBR |
Number(4,0) |
SMALLINT NOT NULL |
Random Comments Number
|
23 |
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
|