GB_TABLES_VW(SQL View) |
Index Back |
---|---|
Group Build Record Prompt ViewGroup Build is restricted to the records defined in the record GB_REC_FIELD |
SELECT DISTINCT O.RECNAME , D.RECDESCR FROM PS_GB_REC_FIELD O ,PSRECDEFN D WHERE O.RECNAME = D.RECNAME |
# | 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 |