SEC_DPTBU_PR_LN(SQL View) |
Index Back |
---|---|
Rel Lng for SEC_DPTBU_PR_VWPrompt view for Departments where SCRTY_KEY1 is the first key instead of BUSINESS_UNIT. |
SELECT SETTBL.SETCNTRLVALUE , D.DEPTID , L.LANGUAGE_CD , D.DESCR FROM PS_DEPT_TBL D , PS_SET_CNTRL_REC SETTBL , PS_DEPT_TBL_LANG L WHERE %EffdtCheck(DEPT_TBL B, D, %CurrentDateIn) AND D.SETID = SETTBL.SETID AND SETTBL.RECNAME = 'DEPT_TBL' AND EXISTS ( SELECT 'x' FROM PS_BUS_UNIT_TBL_HR BUS WHERE BUS.BUSINESS_UNIT = SETTBL.SETCNTRLVALUE) AND D.SETID = L.SETID AND D.DEPTID = L.DEPTID AND D.EFFDT = L.EFFDT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SCRTY_KEY1 | Character(20) | VARCHAR2(20) NOT NULL | Contains the value of the field used for row level security for Job access - setid. |
2 | DEPTID | Character(10) | VARCHAR2(10) NOT NULL | Department |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |