JPM_JP_PROP_VW2

(SQL View)
Index Back

Property Defaults

Lists defaults for each profile property

SELECT JPM_PROFILE_ID , JPM_CAT_TYPE , FIELDNAME , JPM_PRP_DEFAULT FROM PS_JPM_PROFILE A , PS_JPM_JP_PROPS B , PS_JPM_JP_SECTION C WHERE A.JPM_JP_TYPE=B.JPM_JP_TYPE AND %EffdtCheck(JPM_JP_PROPS B1, B, %CurrentDateIn) AND JPM_PRP_DEFAULT <> ' ' AND B.JPM_JP_TYPE = C.JPM_JP_TYPE AND %EffdtCheck(JPM_JP_SECTION C1, C, %CurrentDateIn) AND B.JPM_JP_SECTION_ID = C.JPM_JP_SECTION_ID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 JPM_PROFILE_ID Character(12) VARCHAR2(12) NOT NULL The id, autoassigned or user assigned of the profile. This id is used to group items and other related material together into one coherent profile.
2 JPM_CAT_TYPE 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 FIELDNAME Character(18) VARCHAR2(18) NOT NULL Field Name (see PSDBFIELD).
4 JPM_PRP_DEFAULT Character(10) VARCHAR2(10) NOT NULL Property Default