INAS_SIM_AUDIT(SQL Table) |
Index Back |
---|---|
INAS Simulation Audit TableThis table contains all the 'change' activitity to those correctable ISIR fields from the following tables: INAS_SIM_STU, INAS_SIM_PAR, INAS_SIM_INT. This table is used to write to the AUDIT_ISIR_CHNG table should the operator elect to use the data from the INAS simulation process. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: STUDENT_AID |
|
2 | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
|
3 | Character(4) | VARCHAR2(4) NOT NULL |
Aid Year
Prompt Table: AID_YEAR_TBL |
|
4 | DateTime(26) | TIMESTAMP NOT NULL | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. | |
5 | Character(4) | VARCHAR2(4) NOT NULL | ISIR Field Num | |
6 | ISIR_TXN_NBR | Number(2,0) | SMALLINT NOT NULL | Transaction Num |
7 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
8 | OLDVALUE | Character(65) | VARCHAR2(65) NOT NULL | Old Value |
9 | NEWVALUE | Character(65) | VARCHAR2(65) NOT NULL | New Value |
10 | CORRECTION_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Correction Status
1=Correction(s) Pending 2=Send Correction(s) 3=Correction(s) Sent 4=Correction(s) Accepted 5=Corrections Rejected 6=Do Not Send Corrections |
11 | CORR_STAT_DT | Date(10) | DATE | Correction Status Date |