LM_CTGRL_VW_LNG

(SQL View)
Index Back

Category Relationship Table

This table is the reverse of the original Category Relationship table, it switches Category with Child Category to show parents on the LM_CATG_REL_PG, Related Langauge Table for LM_CATG_REL_VW

SELECT E.OPRID , A.LM_CHLD_CATG_ID , A.LM_CATG_ID , C.LANGUAGE_CD , C.LM_CS_LONG_NM FROM PS_LM_CATG_REL_TBL A , PS_LM_CATG_TBL B , PS_LM_CATG_LANG C , PS_LM_CATG_LE_TBL D , PS_LM_OPRID_LE_VW E WHERE A.LM_CATG_ID=B.LM_CATG_ID AND B.LM_CATG_ID=C.LM_CATG_ID AND D.LM_CATG_ID=A.LM_CHLD_CATG_ID AND E.LM_LE_ID=D.LM_LE_ID

  • Related Language Record for LM_CATG_REL_VW
  • Parent record: LM_CATG_TBL
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
    2 LM_CATG_ID Number(10,0) DECIMAL(10) NOT NULL Category ID - System generated number used to uniquely identify a Category.

    Default Value: 0

    3 LM_CHLD_CATG_ID Number(10,0) DECIMAL(10) NOT NULL Child Category ID - A unique identifier used to identify a subcategory.

    Default Value: 0

    Prompt Table: %EDITTABLE

    4 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 LM_CS_LONG_NM Character(200) VARCHAR2(200) NOT NULL Long Name - Describes the long name of an object