| # |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
| 1 |
PROCESS_INSTANCE |
Number(10,0) |
DECIMAL(10) NOT NULL |
Process Instance
|
| 2 |
GP_PKG_ID |
Character(10) |
VARCHAR2(10) NOT NULL |
Field used for element packaging
|
| 3 |
GP_PKG_PIN_NUM |
Number(8,0) |
INTEGER NOT NULL |
The pin number on a Rule Package element after the Compare process has run but before the Upgrade process has run
|
| 4 |
RECNAME |
Character(15) |
VARCHAR2(15) NOT NULL |
Record (Table) Name (see PSRECDEFN).
|
| 5 |
SEQNO |
Number(5,0) |
INTEGER NOT NULL |
Sequence Number
|
| 6 |
FIELDNUM |
Number(4,0) |
SMALLINT NOT NULL |
Field Number
|
| 7 |
PKGSRC_DATE_FLD |
Date(10) |
DATE |
Stores the value of a field from the source database where that field has changed between source and target.
|
| 8 |
PKGTGT_DATE_FLD |
Date(10) |
DATE |
Stores the value of a field from the target database where that field has changed between source and target.
|
| 9 |
PKGTGT_CHAR_FLD |
Character(254) |
VARCHAR2(254) NOT NULL |
Stores the value of a field from the target database where that field has changed between source and target.
|
| 10 |
PKGSRC_CHAR_FLD |
Character(254) |
VARCHAR2(254) NOT NULL |
Stores the value of a field from the source database where that field has changed between source and target.
|