ROLE_TABLES_VW

(SQL View)
Index Back

List ROLE Security tables

This SQL view will be used to select a list of record definition names for SQL tables containing 'ROLENAME' as a key field. It will be used by the Purge Role process, to identify tables that records must be deleted from.

SELECT A.RECNAME ,B.RECDESCR FROM PSRECFIELD A ,PSRECDEFN B WHERE B.RECNAME = A.RECNAME AND ((A.USEEDIT/1)-TRUNC(A.USEEDIT/2)*2<>0) AND A.FIELDNAME = 'ROLENAME' AND B.RECTYPE = 0

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 RECNAME Character(15) VARCHAR2(15) NOT NULL Record (Table) Name (see PSRECDEFN).
2 RECDESCR Character(30) VARCHAR2(30) NOT NULL Record Description