# |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
1 |
OPRID |
Character(30) |
VARCHAR2(30) NOT NULL |
A user's ID (see PSOPRDEFN).
|
2 |
CORPORATE_SETID |
Character(5) |
VARCHAR2(5) NOT NULL |
SetID
|
3 |
CORPORATE_CUST_ID |
Character(15) |
VARCHAR2(15) NOT NULL |
Corporate Customer
|
4 |
NAME1 |
Character(40) |
VARCHAR2(40) NOT NULL |
Name 1
|
5 |
ENTRY_AMT_BASE |
Signed Number(28,3) |
DECIMAL(26,3) NOT NULL |
Represents the monetary amount of a pending item transaction such as invoice or credit memo in the base currency of the business unit.
|
6 |
CURRENCY_CD |
Character(3) |
VARCHAR2(3) NOT NULL |
Currency Code
|
7 |
AMT1 |
Signed Number(28,3) |
DECIMAL(26,3) NOT NULL |
Used in Virtual Approver to store the various rule amounts that go on each approval step
|
8 |
AS_OF_DATE |
Date(10) |
DATE |
As of Date
|