LM_CI_PRQ_VW

(SQL View)
Index Back

Pre-req Tbl

This table is used to define pre-requistes for a given Catalog Item

SELECT A.LM_CI_ID , A.LM_DISP_ORDER , A.LM_OBJ_ID , A.LM_PRQ_OBJ_TYPE , A.LM_REVIEW_RATING FROM PS_LM_CI_PRQ_TBL A , PS_LM_CI_TBL B WHERE A.LM_CI_ID=B.LM_CI_ID AND A.EFFDT=B.EFFDT AND %CurrentDateIn BETWEEN B.EFFDT AND B.LM_END_EFFDT

  • Parent record: LM_CI_TBL
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 LM_CI_ID Number(10,0) DECIMAL(10) NOT NULL Catalog Item ID - System Generated ID Number associated with each Catalog Item

    Default Value: 0

    2 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.
    3 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

    4 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

    5 LM_REVIEW_RATING Character(1) VARCHAR2(1) NOT NULL REview points for Rating models from HRMS