LM_CERT_SRCH_VW(SQL View) |
Index Back |
---|---|
Certification Search ViewLists all programs that are Certifications |
SELECT LM_PRG_ID , LM_PRG_CD , LM_PRG_LONG_NM FROM PS_LM_PRG A WHERE A.LM_PRG_TYPE = 'CE' AND A.EFFDT = ( SELECT MAX(B.EFFDT) FROM PS_LM_PRG B WHERE B.LM_PRG_ID = A.LM_PRG_ID AND B.EFFDT <= %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_PRG_ID | Number(10,0) | DECIMAL(10) NOT NULL |
Program ID is a unique identifier for curriculum and certification Programs.
Prompt Table: LM_PRG_VW |
2 | LM_PRG_CD | Character(30) | VARCHAR2(30) NOT NULL | Program Code is a user defined field. This field allows duplicates and is not part of the primary key structure. |
3 | LM_PRG_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Program Long Name |