LM_LPLN_DEF_VW(SQL View) |
Index Back |
---|---|
Learning Plan ViewThis is the Learning Plan view |
SELECT LM_LPLN_ID , LM_LPLN_NAME , LM_LPLN_CREATED_BY , LM_LPLN_CREATED_DT FROM PS_LM_LPLN UNION SELECT 9999999999 ,B.MESSAGE_TEXT ,0 ,%DateNull FROM PS_INSTALLATION A , PSMSGCATDEFN B WHERE B.MESSAGE_SET_NBR = 18100 AND B.MESSAGE_NBR = 18 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_LPLN_ID | Number(10,0) | DECIMAL(10) NOT NULL | Learning Plan ID |
2 | LM_LPLN_NAME | Character(30) | VARCHAR2(30) NOT NULL | Learning Plan Code or Title |
3 | LM_LPLN_CREATED_BY | Number(15,0) | DECIMAL(15) NOT NULL | Assigned By |
4 | LM_LPLN_CREATED_DT | Date(10) | DATE |
Learning Plan Creation Date
Default Value: %DATE |