SAD_PRS_PLN_VWL(SQL View) |
Index Back |
---|---|
Acad Plan Related Langage VWThis is the related language view for SAD_ACAD_PLN_VW |
SELECT DISTINCT a.institution , b.acad_prog , a.acad_plan , d.oprid , a1.language_cd , a1.descr FROM ps_acad_plan_tbl a , ps_acad_prog_tbl b , PS_SCRTY_TBL_PLAN d , ps_acad_plan_lang a1 WHERE a.institution = a1.institution AND a.acad_plan = a1.acad_plan AND a.effdt = a1.effdt AND a.institution = b.institution AND (a.acad_prog = b.acad_prog OR (a.acad_prog = ' ' AND a.acad_career = b.acad_career)) AND (%CurrentDateIn <= a.SSR_LAST_PRS_DT OR a.SSR_LAST_PRS_DT IS NULL) AND a.effdt = ( SELECT MAX(effdt) FROM ps_acad_plan_tbl a2 WHERE a.institution = a2.institution AND a.acad_plan = a2.acad_plan AND a1.effdt <= %CurrentDateIn) AND a.eff_status <> 'I' AND a.institution = d.institution AND (a.acad_plan = d.acad_plan OR d.acad_plan = 'ALL') AND NOT EXISTS ( SELECT 'X' FROM PS_SCRTY_TBL_PLAN e WHERE e.access_cd = 'N' AND e.oprid = d.oprid AND e.institution = d.institution AND e.acad_plan = d.acad_plan) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Institution field to store institution information in campus solution system.
Prompt Table: INSTITUTION_TBL |
2 | ACAD_PROG | Character(5) | VARCHAR2(5) NOT NULL |
Academic program field coming from campus solution system.
Prompt Table: ACAD_PROG_TBL |
3 | ACAD_PLAN | Character(10) | VARCHAR2(10) NOT NULL |
Academic Plan field coming from campus solution system
Prompt Table: ACAD_PLAN_TBL |
4 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
5 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |