LM_PRG_SEL_LST

(SQL View)
Index Back

Program Select view

Browse Catalog - Program select view

SELECT DISTINCT C.LM_PRG_ID , C.EFFDT , C.LM_PRG_LONG_NM , C.LM_PRG_DESCR , A.LM_CATG_ID , C.LM_CERT_ID , C.LM_PRG_TYPE , A.LM_DISP_ORDER ,C.LM_PRG_CD FROM PS_LM_PRG_CATG A , PS_LM_PRG C WHERE A.LM_PRG_ID=C.LM_PRG_ID AND C.LM_PRG_STATUS='10' AND (C.LM_EXPR_DT>=%CurrentDateIn OR C.LM_EXPR_DT IS NULL) AND %CurrentDateIn BETWEEN C.EFFDT AND C.LM_END_EFFDT AND A.EFFDT=C.EFFDT

  • Related Language Record: LM_PRG_SLST_LVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 LM_PRG_ID Number(10,0) DECIMAL(10) NOT NULL Program ID is a unique identifier for curriculum and certification Programs.
    2 EFFDT Date(10) DATE Effective Date

    Default Value: %date

    3 LM_PRG_LONG_NM Character(200) VARCHAR2(200) NOT NULL Program Long Name
    4 LM_PRG_DESCR Character(254) VARCHAR2(254) NOT NULL Program Description
    5 LM_CATG_ID Number(10,0) DECIMAL(10) NOT NULL Category ID - System generated number used to uniquely identify a Category.
    6 LM_CERT_ID Number(10,0) DECIMAL(10) NOT NULL Certification ID
    7 LM_PRG_TYPE Character(2) VARCHAR2(2) NOT NULL Program Type
    CE=Certification
    CU=Curriculum
    8 LM_DISP_ORDER Number(10,0) DECIMAL(10) NOT NULL Display Order - A number indicating the ascending order in which the child category will appear under the parent.
    9 LM_PRG_CD Character(30) VARCHAR2(30) NOT NULL Program Code is a user defined field. This field allows duplicates and is not part of the primary key structure.