LM_PRG_PRQ_P_VW(SQL View) |
Index Back |
---|---|
Program Prerequisite Page ViewThis View is used to define pre-requisites for a given Program |
SELECT A.LM_PRG_ID , A.LM_OBJ_ID , A.LM_PRQ_OBJ_TYPE , A.LM_DISP_ORDER FROM PS_LM_PRG_PRQ A , PS_LM_PRG B WHERE A.LM_PRG_ID=B.LM_PRG_ID AND A.EFFDT=B.EFFDT AND %CurrentDateIn BETWEEN B.EFFDT AND B.LM_END_EFFDT |
# | 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_OBJ_ID | Number(10,0) | DECIMAL(10) NOT NULL |
Object ID - This value is relies upon the Object Type. The Object ID will either be the Catalog Item ID or the Learning Objective ID.
Prompt Table: %EDITTABLE |
3 | LM_PRQ_OBJ_TYPE | Character(3) | VARCHAR2(3) NOT NULL |
Prerequisite Object Type - The Object Type consists of a list with the following values: Mandatory Item, Catalog Item Learning Objective or Learning Objective.
10=Course 20=Objective 30=Program Default Value: 10 |
4 | LM_DISP_ORDER | Number(10,0) | DECIMAL(10) NOT NULL | Display Order - A number indicating the ascending order in which the child category will appear under the parent. |