QCK_ADM_INST_VW(SQL View) |
Index Back |
---|---|
Institution-Admit Security VwPrompt view of the Institution Table and Quick Admit Temp table which enforces institutional security by operator. |
select distinct a.institution ,b.oprid ,a.effdt ,a.eff_status ,a.descr ,b.access_cd from PS_INSTITUTION_TBL a ,ps_scrty_tbl_inst b ,ps_qck_adm_temp c where b.access_cd = 'Y' and b.institution = a.institution and a.institution = c.institution |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL |
A user's ID (see PSOPRDEFN).
Prompt Table: OPRDEFN2 |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | ACCESS_CD | Character(1) | VARCHAR2(1) NOT NULL |
Access Code
N=No Access Y=Read/Write Access |