LM_OBJV_TBL_VW4

(SQL View)
Index Back

Objectives Table

The Objectives Table is where ELM Objectives are defined. The Objective ID field is used for purposes of attaching Objectives to the Catalog

SELECT A.LM_OBJV_ID , A.LM_OBJV_CD , A.LM_OBJV_DESC , A.LM_RATING_MODEL FROM PS_LM_OBJV_VW A

  • Related Language Record: LM_OBJTBLVW4_LG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 LM_OBJV_ID Number(10,0) DECIMAL(10) NOT NULL Objective ID. System Generated ID Number associated with each Objective.
    2 LM_OBJV_CD Character(30) VARCHAR2(30) NOT NULL Objective code.
    3 LM_OBJV_DESC Character(100) VARCHAR2(100) NOT NULL Objective description.
    4 LM_RATING_MODEL Character(4) VARCHAR2(4) NOT NULL Used in Competency Sync messages

    Prompt Table: LM_RVW_RTNG_VW4