HR_TBH_RECLKPVW(SQL View) |
Index Back |
---|---|
Record definition prompt viewView against PSRECDEFN to be used for prompting. Includes only records of types 1 (SQL table), 2 (SQL view) and 3 (Derived/Work). |
SELECT A.RECNAME ,A.RECDESCR FROM PSRECDEFN A WHERE A.RECTYPE IN (0,1,2) |
# | 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 |