CS_CHKLST_ITEM

(SQL Table)
Index Back

CS Checklist Item

Use CS_CHKLST_TBL and CS_CHKLST_ITEM to create and maintain checklists used by your institution. CS_CHKLST_TBL contains the code assigned to the checklist and a description of the checklist. It also contains the Administrative Function to which it is related. CS_CHKLST_ITEM contains the specific items on the checklist. Checklists may be used to keep track of documents people need to submit to fulfill a requirement, to generate a series of communication items, to assign admission conditions, to create staff assignments, etc.

  • Parent record: CS_CHKLST_TBL
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution

    Default Value: OPR_DEF_TBL_CS.INSTITUTION

    Prompt Table: INSTITUTION_TBL

    2 CHECKLIST_CD Character(6) VARCHAR2(6) NOT NULL Checklist Code

    Prompt Table: CS_CHKLST_TBL

    3 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    4 CHECKLIST_SEQ Number(6,0) INTEGER NOT NULL Checklist Sequence
    5 CHKLST_ITEM_CD Character(6) VARCHAR2(6) NOT NULL Checklist Item Code

    Prompt Table: CHKLST_ITEM_VW

    6 DEFAULT_DUE_DT Date(10) DATE Default Due Date

    Default Value: CS_CHKLST_TBL.DEFAULT_DUE_DT

    7 DUE_DAYS Number(3,0) SMALLINT NOT NULL Due Days

    Default Value: CS_CHKLST_TBL.DUE_DAYS

    8 COMM_KEY Character(8) VARCHAR2(8) NOT NULL Communication Speed Key

    Prompt Table: COMM_SPDKEY_TBL

    9 SCC_TODO_HIDE_ITM Character(1) VARCHAR2(1) NOT NULL Field to hide a particular item in Fluid Self-Service
    N=Hide
    Y=Display