JPM_PROP_DEF_VW(SQL View) |
Index Back |
---|---|
Content Section propertiesContent Section properties for each profile type |
SELECT A.JPM_JP_TYPE , B.JPM_CAT_TYPE , C.FIELDNAME , C.JPM_PRP_DEFAULT FROM PS_JPM_JP_TYPES A , PS_JPM_JP_SECTION B , PS_JPM_JP_PROPS C WHERE %EffdtCheck(JPM_JP_TYPES A1, A, %CurrentDateIn) AND B.JPM_JP_TYPE=A.JPM_JP_TYPE AND B.EFFDT = A.EFFDT AND C.JPM_JP_TYPE = B.JPM_JP_TYPE AND C.EFFDT = B.EFFDT AND C.JPM_JP_SECTION_ID = B.JPM_JP_SECTION_ID AND C.JPM_PRP_DEFAULT <> ' ' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(12) | VARCHAR2(12) NOT NULL | Profile Type name for a JPM Profile Type | |
2 | Character(12) | VARCHAR2(12) NOT NULL | The name of the type of items that will be used in a Catalog and or in a Profile. | |
3 | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). | |
4 | JPM_PRP_DEFAULT | Character(10) | VARCHAR2(10) NOT NULL | Property Default |