CHKLST_ITEM_TBL

(SQL Table)
Index Back

Assignment Chklst Item Codes

Use CHECKLIST_TBL and CHKLST_ITEM_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. CHKLST_ITEM_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.

  • Related Language Record: CHKLST_ITM_LANG
  • # 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 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    5 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
    6 DL_LINK_ID Character(30) VARCHAR2(30) NOT NULL Dynamic Link

    Prompt Table: DL_LINK_TBL

    7 DATA_TYPE_CD Character(1) VARCHAR2(1) NOT NULL Data Type CD
    N=Customer Data
    S=Sample Data
    Y=System Data

    Default Value: N

    8 DESCRLONG Long Character CLOB Long Description