LM_PRG_PRGS_VW(SQL View) |
Index Back |
---|---|
Prog Progress Search ViewProgram progress search view. Used as the search view for the currriculum and certification progress components. |
SELECT B.LM_PRG_ID , B.EFFDT , B.LM_END_EFFDT , B.LM_PRG_CD , B.LM_VERSION , B.LM_PRG_LONG_NM , B.LM_PRG_SHORT_NM FROM PS_LM_PRG B |
# | 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 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
3 | LM_END_EFFDT | Date(10) | DATE | The end effective date, automatically maintained, there's a doc on how this works, so read it |
4 | 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. |
5 | LM_VERSION | Character(30) | VARCHAR2(30) NOT NULL | Program Version |
6 | LM_PRG_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Program Long Name |
7 | LM_PRG_SHORT_NM | Character(10) | VARCHAR2(10) NOT NULL | Program Short Name |