RB_CLAMSGFLD_VW(SQL View) |
Index Back |
---|---|
All record fields w/ subrecThis view brings up all the fields for a record, including the fields in the subrecords, if any. |
SELECT C.MSGNAME , B.FIELDNAME FROM PSRECDEFN A , PSRECFIELD B , PSMSGREC C WHERE B.SUBRECORD = 'N' AND A.RECNAME = C.RECNAME AND (A.RECNAME = B.RECNAME OR (A.RECNAME <> B.RECNAME AND B.RECNAME IN ( SELECT C.FIELDNAME FROM PSRECFIELD C WHERE C.SUBRECORD = 'Y' AND C.RECNAME = A.RECNAME))) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | MSGNAME | Character(30) | VARCHAR2(30) NOT NULL | Application Message Name. Name of the Application Message Definition. (see PSMSGDEFN). |
2 | MSG_FIELD_NAME | Character(18) | VARCHAR2(18) NOT NULL | xml message tag name used for and by message data mapping |