CHKLST_SRCH_LNG(SQL View) |
Index Back |
---|---|
CHKLST_SRCH_LNGThis is the Related Language view for CHKLST_SRCH. |
SELECT DISTINCT e.oprclass , d.oprid , a.common_id , a.seq_3c , g.language_cd , e.country , e.national_id_type , g.descrshort , e.national_id FROM ps_person_checklst a , PS_SCC_PRI_NAME_VW b , ps_cs_chklst_3cgrp c , ps_opr_grp_3c_tbl d , ps_pers_nid_msk_vw e , PS_HCR_NID_TYP_I f , ps_hcr_nid_typ_lni g WHERE a.common_id = b.emplid AND a.institution = c.institution AND a.checklist_cd = c.checklist_cd AND c.institution = d.institution AND c.group_3c = d.group_3c AND d.entry_use_ind = 'Y' AND a.common_id = e.emplid AND f.country = e.country AND f.country = g.country AND f.national_id_type = e.national_id_type AND f.national_id_type = g.national_id_type AND f.national_id_type = e.national_id_type |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(30) | VARCHAR2(30) NOT NULL | Operator Class | |
2 | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). | |
3 | Character(11) | VARCHAR2(11) NOT NULL |
Common ID to store Personal ID / Ext Org ID value
Prompt Table: PEOPLE_SRCH |
|
4 | Number(5,0) | INTEGER NOT NULL | Sequence Number | |
5 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
6 | NID_COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | National ID Country |
7 | NATIONAL_ID_TYPE | Character(6) | VARCHAR2(6) NOT NULL | National ID Type |
8 | NID_DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | NID Short Description |
9 | NATIONAL_ID | Character(20) | VARCHAR2(20) NOT NULL | National ID |