CHKLST_ORG_VW(SQL View) |
Index Back |
---|---|
Checklist Org ViewCHKLST_ORG_VW is used as a prompt in the letter generation process. If the 'One Org ID' option was specified, this view will be used to show the user those checklist codes which belong to the ID selected. |
SELECT DISTINCT A.Common_Id , A.Checklist_CD , A.Checklist_Status FROM PS_PERSON_CHECKLST A WHERE SA_ID_TYPE = 'O' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EXT_ORG_ID | Character(11) | VARCHAR2(11) NOT NULL |
External Org ID
Prompt Table: EXT_ORG_TBL |
2 | CHECKLIST_CD | Character(6) | VARCHAR2(6) NOT NULL | Checklist Code |
3 | CHECKLIST_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Checklist Status
C=Completed I=Initiated |