| # |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
| 1 |
TEST_ID |
Character(11) |
VARCHAR2(11) NOT NULL |
Test ID codes.
|
| 2 |
PROCESS_INSTANCE |
Number(10,0) |
DECIMAL(10) NOT NULL |
Process Instance
|
| 3 |
TEST_REC_NBR |
Number(9,0) |
DECIMAL(9) NOT NULL |
Unique record number within a batch. This field was created by CRM and should be replaced with the OFFICIAL version of the field from Campus.
|
| 4 |
SEQNUM |
Number(3,0) |
SMALLINT NOT NULL |
Sequence Number
|
| 5 |
ACAD_PROG |
Character(5) |
VARCHAR2(5) NOT NULL |
Academic program field coming from campus solution system.
|
| 6 |
ACAD_PLAN |
Character(10) |
VARCHAR2(10) NOT NULL |
Academic Plan field coming from campus solution system
|
| 7 |
ACAD_SUB_PLAN |
Character(10) |
VARCHAR2(10) NOT NULL |
Academic sub plan, a field together with program, plan, and sub plan to store student program information.
|