SAA_NOTE_REM(SQL Table) |
Index Back |
---|---|
Advisor Notes Reminder recordThis record contains the reminders of an advisor note. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PEOPLE_SRCH |
2 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
3 | SAA_NOTE_ID | Character(5) | VARCHAR2(5) NOT NULL | This field denotes the note sequence ID for a particular advisee and institution. |
4 | SAA_REM_SEQ | Number(6,0) | INTEGER NOT NULL | Denotes the sequence of the note reminders logged. |
5 | SAA_REM_ITM_DT | Date(10) | DATE NOT NULL |
Denotes when the advisor note reminder was created
Default Value: %date |
6 | SAA_REM_DESC | Long Character | CLOB NOT NULL | Action Item Description |
7 | SAA_REM_STATUS | Character(2) | VARCHAR2(2) NOT NULL |
Denotes the advisor note reminder status
C=Complete I=Incomplete |
8 | SAA_REM_DUE_DT | Date(10) | DATE NOT NULL | Denotes when the advisor note reminder is due |
9 | SCC_ROW_ADD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Created By |
10 | SCC_ROW_ADD_DTTM | DateTime(26) | TIMESTAMP | Created |
11 | SCC_ROW_UPD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Updated By |
12 | SCC_ROW_UPD_DTTM | DateTime(26) | TIMESTAMP | Last Update Date/Time |