LM_CT_CI_PT

(SQL View)
Index Back

Catalog Item Prompt

Catalog Item Prompt, filtered to only show the current effective dated rows

SELECT B.LM_LE_ID , A.LM_CI_ID , A.LM_CS_SHRT_NM , A.LM_CS_LONG_NM FROM PS_LM_CI_TBL A , PS_LM_CI_LE_TBL B WHERE %CurrentDateIn BETWEEN A.EFFDT AND A.LM_END_EFFDT AND A.LM_CI_ID=B.LM_CI_ID AND A.EFFDT=B.EFFDT

  • Related Language Record: LM_CT_CI_PT_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 LM_LE_ID Number(10,0) DECIMAL(10) NOT NULL Learning Environment ID - System Generated number
    2 LM_CI_ID Number(10,0) DECIMAL(10) NOT NULL Catalog Item ID - System Generated ID Number associated with each Catalog Item
    3 LM_CS_SHRT_NM Character(10) VARCHAR2(10) NOT NULL Short Name - Describes the short name of an object
    4 LM_CS_LONG_NM Character(200) VARCHAR2(200) NOT NULL Long Name - Describes the long name of an object