HRS_APPACMP_LNG

(SQL View)
Index Back

App Content Items Lang

Language record for HRS_APPACMP_TMP.

SELECT A.HRS_PERSON_ID , A.HRS_PROFILE_SEQ , A.JPM_PROFILE_ID , A.JPM_CAT_ITEM_ID , A.JPM_CAT_TYPE , A.JPM_CAT_ITEM_QUAL , A.JPM_CAT_ITEM_QUAL2 , B.LANGUAGE_CD , B.JPM_DESCR90 FROM PS_HRS_APPACMP_TMP A , PS_JPM_CAT_ITM_LNG B WHERE A.JPM_CAT_TYPE = B.JPM_CAT_TYPE AND A.JPM_CAT_ITEM_ID = B.JPM_CAT_ITEM_ID AND B.EFFDT = ( SELECT MAX(A1.EFFDT) FROM PS_JPM_CAT_ITEMS_I A1 WHERE A.JPM_CAT_TYPE = A1.JPM_CAT_TYPE AND A.JPM_CAT_ITEM_ID = A1.JPM_CAT_ITEM_ID AND A1.EFFDT <= %CurrentDateIn)

  • Related Language Record for HRS_APPACMP_TMP
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 HRS_PERSON_ID Number(15,0) DECIMAL(15) NOT NULL Person Id
    2 HRS_PROFILE_SEQ Number(3,0) SMALLINT NOT NULL Profile sequece
    3 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.
    4 JPM_CAT_ITEM_ID Character(12) VARCHAR2(12) NOT NULL Catalog Item Id. Identifies a unique catalog item defintion within a catalog type.
    5 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.
    6 JPM_CAT_ITEM_QUAL Character(12) VARCHAR2(12) NOT NULL Low Order Item key for Catalog Items when appearing in a Profile. For most Catalog Types, this will be blank - but is available if an Item needs to have multiple instances for a given Effdt in a Profile. Example: for CatalogType = Compentency, there can be multiple instances for a particular Competency, each representing a different evaluation source (Self-Eval, Mgr Eval, Approved/Official, Learning, Recruiting).
    7 JPM_CAT_ITEM_QUAL2 Character(12) VARCHAR2(12) NOT NULL Low Order Item key for Catalog Items when appearing in a Profile. For most Catalog Types, this will be blank - but is available if an Item needs to have multiple instances for a given Effdt in a Profile. Example: for CatalogType = Compentency, there can be multiple instances for a particular Competency, each representing a different evaluation source (Self-Eval, Mgr Eval, Approved/Official, Learning, Recruiting).
    8 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    9 JPM_DESCR90 Character(90) VARCHAR2(90) NOT NULL jpm