LM_PER_PSOBJ_VW

(SQL View)
Index Back

Person Position Obj

Effective dates are not filtered based on current effective date

SELECT DISTINCT A.LM_PERSON_ID , A.EFFDT , B.LM_POSITION_NBR , B.LM_OBJV_ID , A.LM_END_EFFDT FROM PS_LM_CURR_JOB_VW A , PS_LM_POSTN_OBJV B WHERE %CurrentDateIn BETWEEN A.EFFDT AND A.LM_END_EFFDT AND B.LM_POSITION_NBR = A.LM_POSITION_NBR

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 LM_PERSON_ID Number(15,0) DECIMAL(15) NOT NULL ELM Person ID
2 EFFDT Date(10) DATE NOT NULL Effective Date

Default Value: %date

3 LM_POSITION_NBR Character(15) VARCHAR2(15) NOT NULL Position Number
4 LM_OBJV_ID Number(10,0) DECIMAL(10) NOT NULL Objective ID. System Generated ID Number associated with each Objective.
5 LM_END_EFFDT Date(10) DATE The end effective date, automatically maintained, there's a doc on how this works, so read it