LM_EQUIV_PT

(SQL View)
Index Back

Equivalency Prompt

Equivalency Prompt, filtered to only show the current effective dated rows

SELECT A.LM_CI_ID , A.LM_CS_SHRT_NM , A.LM_CS_LONG_NM FROM PS_LM_CI_TBL A WHERE %CurrentDateIn BETWEEN A.EFFDT AND A.LM_END_EFFDT AND A.LM_CI_STATUS='10' OR A.LM_CI_STATUS='40'

  • Related Language Record: LM_EQUIV_PT_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 LM_EQUIV_ID Number(10,0) DECIMAL(10) NOT NULL Equivalent ID - This ID represents a Catalog Item that is equivalent to another Catalog Item in the Catalog. They meet the same requirements.
    2 LM_CS_SHRT_NM Character(10) VARCHAR2(10) NOT NULL Short Name - Describes the short name of an object
    3 LM_CS_LONG_NM Character(200) VARCHAR2(200) NOT NULL Long Name - Describes the long name of an object