EMPL_RCRDS_VIEW

(SQL View)
Index Back

Change/Delete EMPLID Fields

The system uses EMPL_RCRDS_VIEW records are used during the process of changing or deleting an employee from the database. EMPL_RCRDS_VIEW processes records keyed by EMPLID. EMPL_RCRDS_VW2 processes records containing ID-like fields that are not named EMPLID, such as SUPERVISOR_ID. EMPL_RCRDS_VW3 processes records with EMPLID in a subrecord. EMPL_RCRDS_VW4 processes records with EMPLID-like fields in a subrecord. EMPL_RCRDS_VW5 processes records with EMPLID in a sub-sub record. EMPL_RCRDS_VW6 processes records with EMPLID-like fields in a sub-sub record

SELECT A.RECNAME ,B.SQLTABLENAME , A.FIELDNAME FROM PSRECFIELD A , PSRECDEFN B WHERE A.FIELDNAME IN ('EMPLID', 'COBRA_EMPLID') AND A.RECNAME = B.RECNAME 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 SQLTABLENAME Character(18) VARCHAR2(18) NOT NULL SQL Table Name
3 FIELDNAME Character(18) VARCHAR2(18) NOT NULL Field Name (see PSDBFIELD).