RX_REG_PERS_VW(SQL View) |
Index Back |
---|---|
Self-service representatve regThis record contains all fields required to authenticate which company the representative will self-register for. |
SELECT DISTINCT A.RECNAME , B.RECDESCR FROM PSRECFIELD A , PSRECDEFN B WHERE A.FIELDNAME = 'PERSON_ID' AND A.FIELDNUM = 1 AND A.RECNAME = B.RECNAME AND B.RECTYPE IN (0,1) |
# | 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 |