Use CHECKLIST_TBL and SCC_CKLSITM_TBL to maintain any type of checklist needed by your company. CHECKLIST_TBL contains the code assigned to the checklist and a description of the checklist. SCC_CKLSITM_TBL contains the specific items on the checklist. For example, if your company has employees on overseas assignments, you might have a checklist for expatriate processing and another for repatriation. The expatriate checklist might contain items such as briefing, school applications for dependents, physical exams, obtain work permits, and obtain passports and visas.

SCC_CKLSITM_TBL

(SQL Table)
Index Back

  • Related Language Record: SCC_CKLSITM_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 CHKLST_ITEM_CD Character(6) VARCHAR2(6) NOT NULL Checklist Item Code
    2 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    3 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive

    Default Value: A

    4 ITEM_ASSOCIATION Character(1) VARCHAR2(1) NOT NULL Item Association
    E=Organization
    N=Name
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    6 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description

    Default Value: SCC_CKLSITM_TBL.DESCR

    7 DESCRLONG Long Character CLOB Long Description