SAA_NOTEIREM_VW(SQL View) |
Index Back |
---|---|
Notes Incomplete RemindersThis record view contains the reminder items of an advisor note with Incomplete status. |
SELECT X.EMPLID , X.INSTITUTION , X.SAA_NOTE_ID , X.SAA_ITEM_SEQ , X.SAA_NOTE_ITM_DT , X.SAA_NOTE_ITM_LONG , X.SCC_ROW_ADD_OPRID , X.SCC_ROW_ADD_DTTM , X.SCC_ROW_UPD_OPRID , X.SCC_ROW_UPD_DTTM , C.SAA_REM_DUE_DT FROM PS_SAA_ADV_NOTEDTL X LEFT JOIN PS_SAA_NOTE_REM C ON C.EMPLID = X.EMPLID AND C.INSTITUTION = X.INSTITUTION AND C.SAA_NOTE_ID = X.SAA_NOTE_ID AND C.SAA_REM_STATUS = 'I' WHERE X.SAA_ITEM_SEQ = ( SELECT MAX(X1.SAA_ITEM_SEQ) FROM PS_SAA_ADV_NOTEDTL X1 WHERE X1.EMPLID = X.EMPLID AND X1.INSTITUTION = X.INSTITUTION AND X1.SAA_NOTE_ID = X.SAA_NOTE_ID) |
# | 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_ITEM_SEQ | Number(6,0) | INTEGER NOT NULL | Denotes the sequence of the note items logged. |
5 | SAA_NOTE_ITM_DT | Date(10) | DATE |
This field denotes when an advising note item / comment was created.
Default Value: %date |
6 | SAA_NOTE_ITM_LONG | Long Character | CLOB | This field is used for the advising notes comments / items. |
7 | SCC_ROW_ADD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Created By |
8 | SCC_ROW_ADD_DTTM | DateTime(26) | TIMESTAMP | Created |
9 | SCC_ROW_UPD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Updated By |
10 | SCC_ROW_UPD_DTTM | DateTime(26) | TIMESTAMP | Last Update Date/Time |
11 | SAA_REM_DUE_DT | Date(10) | DATE | Denotes when the advisor note reminder is due |