RB_TD_BU_CLS(SQL View) |
Index Back |
---|---|
PL BU Security ViewThis view is used for PL security for fetching grid Actions. |
SELECT A.OPRCLASS , A.BUSINESS_UNIT , B.OPRID FROM PS_SEC_BU_CLS A , PSOPRDEFN B WHERE A.OPRCLASS = B.ROWSECCLASS |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRCLASS | Character(30) | VARCHAR2(30) NOT NULL |
Operator Class
Prompt Table: OPRCLASS_VW |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: BUS_UNIT_TBL_FS |
3 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |