SJT_DEPT_VW(SQL View) |
Index Back |
---|---|
Job Opening Security Join TblJob Opening Security Join Table - this table contains the denormalized security related attributes from Job Opening. This table is used to join to the HRMS Security framework. |
SELECT SCRTY_TYPE_CD ,SCRTY_KEY1 ,SCRTY_KEY2 ,SCRTY_KEY3 , SETID , DEPTID ,EFFDT_NOKEY ,FUTURE_FLG FROM PS_SJT_DEPT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(3) | VARCHAR2(3) NOT NULL |
Security Type for RowLevelSecurty
Prompt Table: SCRTY_TYPE_TBL |
|
2 | Character(20) | VARCHAR2(20) NOT NULL | Contains the value of the field used for row level security for Job access - setid. | |
3 | Character(20) | VARCHAR2(20) NOT NULL | Contains the value of the field used for Rowlevelsecurity access to JOB | |
4 | Character(20) | VARCHAR2(20) NOT NULL | Contains the value of the field used for Rowlevelsecurity access to JOB | |
5 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
6 | DEPTID | Character(10) | VARCHAR2(10) NOT NULL | Department |
7 | EFFDT_NOKEY | Date(10) | DATE | Used in Records /Views where the EFFDT won't be a key |
8 | FUTURE_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Flag for the SJT_*** record that indicates whether this is a future dated row or not.
Y = Future
N = Current
Y/N Table Edit |