HCDI_MSGREC_VW(SQL View) |
Index Back |
---|---|
Directories- Message Recordsrecord definitions in app messages |
SELECT C.DSMAPNAME , A.RECNAME , A.RECDESCR FROM PSRECDEFN A , PSMSGREC B , PS_EO_DSMAP C WHERE A.RECNAME = B.RECNAME AND B.MSGNAME = C.MSGNAME |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | DSMAPNAME | Character(50) | VARCHAR2(50) NOT NULL |
Directory Entry Map Name
Prompt Table: EO_DSMAP |
2 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL | Record (Table) Name (see PSRECDEFN). |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |