JPM_JPCATPRPLVW

(SQL View)
Index Back

Profile Type/Cat Type Props

Related Language view for JPM_JPCATPRP_VW

SELECT A.JPM_CAT_TYPE , B.JPM_JP_TYPE , B.FIELDNAME , B.LANGUAGE_CD , B.JPM_LABEL_TEXT FROM PS_JPM_JP_SECTION A , PS_JPM_JP_PROP_LNG B WHERE %EffdtCheck(JPM_JP_SECTION A1, A, %CurrentDateIn) AND B.JPM_JP_TYPE = A.JPM_JP_TYPE AND B.EFFDT = A.EFFDT AND B.JPM_JP_SECTION_ID = A.JPM_JP_SECTION_ID

  • Related Language Record for JPM_JPCATPRP_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 JPM_JP_TYPE Character(12) VARCHAR2(12) NOT NULL Profile Type name for a JPM Profile Type
    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).

    Prompt Table: JPM_JP_PROPS_VW

    4 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 JPM_LABEL_TEXT Character(30) VARCHAR2(30) NOT NULL User defined text to be displayed as a label for a field or property within JPM User Interfaces.