LM_OBJV_TBL_VW

(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 LM_OBJV_CD , LM_OBJV_ID , LM_OBJV_DESC , LM_OBJV_SDESC , LM_ROW_ADDED_DTTM , LM_ROW_ADDED_OPRID , LM_ROW_MAINT_DTTM , LM_ROW_MAINT_OPRID , LM_OBJV_LDESC FROM PS_LM_OBJV_TBL

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 LM_OBJV_CD Character(30) VARCHAR2(30) NOT NULL Objective code.
2 LM_OBJV_ID Number(10,0) DECIMAL(10) NOT NULL Objective ID. System Generated ID Number associated with each Objective.
3 LM_OBJV_DESC Character(100) VARCHAR2(100) NOT NULL Objective description.
4 LM_OBJV_SDESC Character(10) VARCHAR2(10) NOT NULL Objective short description.
5 LM_ROW_ADDED_DTTM DateTime(26) TIMESTAMP Datetime Added
6 LM_ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL Added By
7 LM_ROW_MAINT_DTTM DateTime(26) TIMESTAMP Row Maintainted DateTime
8 LM_ROW_MAINT_OPRID Character(30) VARCHAR2(30) NOT NULL Row Maintained Oprid
9 LM_OBJV_LDESC Long Character CLOB Objective long description.