PC_RECDEFN_VW(SQL View) |
Index Back |
---|---|
View of Records from psrecdefnView of SQL Table records from PSRECDEFN. SQL Tables are denoted with a record type of "0". |
SELECT RECNAME , RECDESCR FROM PSRECDEFN WHERE 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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |