LM_CI_OBJV_VW

(SQL View)
Index Back

Catalog Item-Objectives Ext Vw

The external view of the Catalog Item Objectives relationship, filtered only for active catalog items of the current effective date

SELECT A.LM_CI_ID , A.EFFDT , A.LM_OBJV_ID , A.LM_REVIEW_RATING , A.LM_PRIMARY_OBJV FROM PS_LM_CI_OBJV_TBL A , PS_LM_CI_TBL C WHERE A.LM_CI_ID=C.LM_CI_ID AND A.LM_CI_ID=C.LM_CI_ID AND A.EFFDT=C.EFFDT AND %CurrentDateIn BETWEEN C.EFFDT AND C.LM_END_EFFDT AND C.LM_CI_STATUS= '10'

# 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 EFFDT Date(10) DATE Effective Date

Default Value: %date

3 LM_OBJV_ID Number(10,0) DECIMAL(10) NOT NULL Objective ID. System Generated ID Number associated with each Objective.
4 LM_REVIEW_RATING Character(1) VARCHAR2(1) NOT NULL REview points for Rating models from HRMS
5 LM_PRIMARY_OBJV Character(1) VARCHAR2(1) NOT NULL Indicates whether the global objective is the primary global object.

Y/N Table Edit

Default Value: N