HRS_NTF_SCH_VW(SQL View) |
Index Back |
---|---|
view of Applicant notifyView used to count viewed Application job agent notifications for Candidate Gateway |
SELECT A.HRS_PERSON_ID , A.HRS_SEQ_NUM , A.SEARCH_NAME FROM PS_HRS_APP_NTF_CNT A WHERE A.HRS_RECNAME_1 = 'HRS_AGNT_PROF' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | Person Id |
2 | HRS_SEQ_NUM | Number(3,0) | SMALLINT NOT NULL | Sequence Number |
3 | SEARCH_NAME | Character(20) | VARCHAR2(20) NOT NULL | Stored Search Name |