LM_OPRID_LRQ_VW

(SQL View)
Index Back

Learning Requests of learner

Learning Requests of learner

SELECT A.OPRID ,A.LM_PERSON_ID , B.LM_LRQ_ID FROM PS_LM_OPRID_PER_VW A , PS_LM_LRN_REQ B , PS_LM_LRN_REQ_LNR C WHERE B.LM_LRQ_ID = C.LM_LRQ_ID AND A.LM_PERSON_ID = C.LM_PERSON_ID AND C.LM_LRQ_LRNR_STTS = '1'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
2 LM_PERSON_ID Number(15,0) DECIMAL(15) NOT NULL ELM Person ID
3 LM_LRQ_ID Number(10,0) DECIMAL(10) NOT NULL New field for ELM 9.0, stores unique identifier for a single learning request.