FE_IMAGE_VW(SQL View) |
Index Back |
---|---|
Forms Engine Image Name viewParent record for Forms Engine child table to store encapsulated postscript version of image. Note that no images will be selected by this view if they do not have a content format of EPS (encapsulated postscript). This is intentional, to force the image object to match the application table data, at least until a way is provided by tools to pull an image object into a string peoplecode variable. |
SELECT MAX(A.CONTNAME) ,MAX(A.DESCR) FROM PSCONTDEFN A GROUP BY A.CONTNAME |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CONTNAME | Character(30) | VARCHAR2(30) NOT NULL | Content Name |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |