PT_FLD_VWLNG(SQL View) |
Index Back |
---|---|
Folder Prompt Rel LangTableTo use: 1) Include a work field PORTAL_NAME on page (place previous in page order to the field using this as a prompt table.) 2) Add FieldDefault PCode to PORTAL_NAME: PORTAL_NAME = %Portal; |
SELECT A.PORTAL_NAME ,A.PORTAL_OBJNAME ,B.LANGUAGE_CD ,B.PORTAL_LABEL ,C.PORTAL_LABEL FROM PSPRSMDEFN A , PSPRSMDEFNLANG B , PSPRSMDEFNLANG C WHERE A.PORTAL_NAME = B.PORTAL_NAME AND A.PORTAL_REFTYPE = 'F' AND A.PORTAL_REFTYPE = B.PORTAL_REFTYPE AND A.PORTAL_OBJNAME = B.PORTAL_OBJNAME AND B.PORTAL_NAME = C.PORTAL_NAME AND B.LANGUAGE_CD = C.LANGUAGE_CD AND A.PORTAL_OBJNAME NOT IN ('PORTAL_USERS','PORTAL_TEMPLATES') AND A.PORTAL_PRNTOBJNAME NOT IN ('PORTAL_USERS','PORTAL_TEMPLATES') AND A.PORTAL_PRNTOBJNAME = C.PORTAL_OBJNAME |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PORTAL_NAME | Character(30) | VARCHAR2(30) NOT NULL | Portal Name (see PSPRDMDEFN). |
2 | PT_FLD_OBJ | Character(30) | VARCHAR2(30) NOT NULL | Content Folder Label (PORTAL_LABEL) |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | PT_FLD_LBL | Character(30) | VARCHAR2(30) NOT NULL | Content Folder Label (PORTAL_LABEL) |
5 | PT_PRNTFLDR | Character(30) | VARCHAR2(30) NOT NULL | Parent Menu Folder |