VC_CHK_NPTRELNG(SQL View) |
Index Back |
---|---|
Trees Security ViewVariable Comp: this view returns Tree. All trees defined prior to the current date are returned. GB_OPRID and PNLGRPNAME allow to check if the row is accessible for the current operator and panelgroup. |
SELECT B.GB_OPRID , B.PNLGRPNAME , A.TREE_NAME , C2.LANGUAGE_CD , C2.DESCR FROM PS_VC_TOP_GROUP_VW A , PS_GB_SECPNLG_TBL B , PS_GB_GROUP_TBL C , PS_GB_GROUPTBL_LNG C2 WHERE A.GB_GROUP_ID = B.GB_GROUP_ID AND B.GB_GROUP_ID = C.GB_GROUP_ID AND A.TREE_EFFDT = ( SELECT MAX(TREE_EFFDT) FROM PS_VC_TOP_GROUP_VW WHERE TREE_NAME = A.TREE_NAME AND TREE_EFFDT <= %CurrentDateIn) AND %EffdtCheck(GB_GROUP_TBL, C, %currentDateIn) AND C.EFF_STATUS = 'A' AND %EffdtCheck(GB_GROUP_TBL, B, %currentDateIn) AND C.GB_GROUP_ID = C2.GB_GROUP_ID AND C.EFFDT = C2.EFFDT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | GB_OPRID | Character(30) | VARCHAR2(30) NOT NULL | User ID |
2 | PNLGRPNAME | Character(18) | VARCHAR2(18) NOT NULL | Component Name |
3 | TREE_NAME | Character(18) | VARCHAR2(18) NOT NULL | Tree Name |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |