LM_CHCATG_LA_LN

(SQL View)
Index Back

Child Category List

List of all the categories to be used as child categories, this is used to display names of child categories, the categories available are limited by the Learning Environment of the user, This is the Related Language table for LM_CHCATG_LA_VW

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

  • Related Language Record for LM_CHCATG_LA_VW
  • # 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_CHLD_CATG_ID Number(10,0) DECIMAL(10) NOT NULL Child Category ID - A unique identifier used to identify a subcategory.

    Default Value: 0

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

    Prompt Table: LM_CHLD_CATG_VW
    Set Control Field: LM_CS_LONG_NM