HCI_PERPOISECVW(SQL View) |
Index Back |
---|---|
HCI Per Poi Security ViewCampus Integration Per Poi Security View |
SELECT A.EMPLID ,A.POI_TYPE ,A.SCRTY_TYPE_CD ,A.SCRTY_KEY2 ,A.SCRTY_KEY3 FROM PS_PER_POI_SCRTY A WHERE %EffdtCheck(PER_POI_SCRTY A2, A, %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | POI_TYPE | Character(5) | VARCHAR2(5) NOT NULL |
Defines the Transactional usage of POIs in HRMS.
Prompt Table: POI_TYPE_TBL |
3 | SCRTY_TYPE_CD | Character(3) | VARCHAR2(3) NOT NULL |
Security Type for RowLevelSecurty
Prompt Table: POI_SCRTY_VW |
4 | SCRTY_KEY2 | Character(20) | VARCHAR2(20) NOT NULL |
Contains the value of the field used for Rowlevelsecurity access to JOB
Prompt Table: %EDITTABLE2 |
5 | SCRTY_KEY3 | Character(20) | VARCHAR2(20) NOT NULL |
Contains the value of the field used for Rowlevelsecurity access to JOB
Prompt Table: %EDITTABLE3 |