LM_CI_NT_VW_LNG

(SQL View)
Index Back

Catalog Item Notes

Notes associated with current, active Catalog Items

SELECT A.LM_CI_ID , A.LM_NOTES_ID , A.LANGUAGE_CD , A.LM_NOTES FROM PS_LM_CI_NOTES_LNG A , PS_LM_CI_NOTES_TBL B , PS_LM_CI_TBL C WHERE A.LM_CI_ID=C.LM_CI_ID AND A.EFFDT=C.EFFDT AND A.LM_CI_ID=B.LM_CI_ID AND A.EFFDT=B.EFFDT AND C.LM_CI_STATUS='10' AND B.LM_CS_STATUS='10' AND %CurrentDateIn BETWEEN C.EFFDT AND C.LM_END_EFFDT

  • Related Language Record for LM_CI_NOTES_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 LM_CI_ID Number(10,0) DECIMAL(10) NOT NULL Catalog Item ID - System Generated ID Number associated with each Catalog Item
    2 LM_NOTES_ID Number(10,0) DECIMAL(10) NOT NULL Notes ID - System generated unique ID for each new note entered.
    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 LM_NOTES Long Character CLOB Notes - This field holds notes that are entered at the Catalog Item level.