LM_PG_PRG_EX_VW(SQL View) |
Index Back |
|---|---|
Program Details viewProgram Details view |
| SELECT A.LM_PRG_ID ,A.LM_EXPR_DT , A.LM_PRG_SHORT_NM FROM PS_LM_PRG A WHERE A.EFFDT = ( SELECT MAX(A_ED.EFFDT) FROM PS_LM_PRG A_ED WHERE A.LM_PRG_ID = A_ED.LM_PRG_ID AND A_ED.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. |
| 2 | LM_EXPR_DT | Date(10) | DATE | Certification Expiration Date is a fixed, preset date when the certification will expire. |
| 3 | LM_PRG_SHORT_NM | Character(10) | VARCHAR2(10) NOT NULL | Program Short Name |