# |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
1 |
PROCESS_INSTANCE |
Number(10,0) |
DECIMAL(10) NOT NULL |
Process Instance
|
2 |
BUSINESS_UNIT |
Character(5) |
VARCHAR2(5) NOT NULL |
Business Unit
|
3 |
JOURNAL_ID |
Character(10) |
VARCHAR2(10) NOT NULL |
Identifies a journal entry, consisting of a header and one or more lines. The Journal ID itself does not have to be unique, but together with the journal business unit and journal date, it forms a unique journal identifier.
|
4 |
UNPOST_SEQ |
Number(2,0) |
SMALLINT NOT NULL |
Identifies the sequence of journal entries when a journal is "unposted". When a journal is posted the UnPost Sequence is automatically set to "0". When a journal is unposted, a new reversing entry is automatically created with an UnPost Sequence of "1".
|
5 |
JOURNAL_DATE |
Date(10) |
DATE |
Specifies the date the journal was created.
|
6 |
LEDGER_GROUP |
Character(10) |
VARCHAR2(10) NOT NULL |
Ledger Group
|
7 |
LEDGER |
Character(10) |
VARCHAR2(10) NOT NULL |
Ledger
|
8 |
SETID1 |
Character(5) |
VARCHAR2(5) NOT NULL |
SetID Value
|
9 |
SETID_RULESET_CF |
Character(5) |
VARCHAR2(5) NOT NULL |
KK Control Chartfield SetID
|
10 |
EFFDT_BD |
Date(10) |
DATE |
Effective Date for Budget Defn
|
11 |
FILTER_CHARTFIELD |
Character(18) |
VARCHAR2(18) NOT NULL |
Ruleset ChartField
|
12 |
SETID_LEDGER |
Character(5) |
VARCHAR2(5) NOT NULL |
Ledger Table Setid
|
13 |
SETID_CALENDAR |
Character(5) |
VARCHAR2(5) NOT NULL |
Calendar Setid
|
14 |
BUSINESS_UNIT_OLD |
Character(5) |
VARCHAR2(5) NOT NULL |
Old Business Unit
|
15 |
TEMP_FLD |
Character(1) |
VARCHAR2(1) NOT NULL |
Temporary Field for App Engine
|
16 |
DEFAULT_SUBTYPE |
Character(10) |
VARCHAR2(10) NOT NULL |
Used in upgrade
|
17 |
TRAN_NUM_ASSIGN |
Number(10,0) |
DECIMAL(10) NOT NULL |
Comm. Cntrl. Next Tran ID
|
18 |
JOURNAL_NUM_ASSIGN |
Number(10,0) |
DECIMAL(10) NOT NULL |
Journal Number - Auto Assigned
|
19 |
KK_TRAN_ID |
Character(10) |
VARCHAR2(10) NOT NULL |
Commitment Control Foreign Key for Transaction Identification.
|