ENRL_RSN_VW(SQL View) |
Index Back |
---|---|
Enrollment Reason View |
select distinct a.setid, a.enrl_action_reason, a.descr from PS_ENRL_RSN_TBL a where a.effdt = (select max(b.effdt) from PS_ENRL_RSN_TBL b where b.setid = a.setid and b.acad_career = a.acad_career and b.enrl_action = a.enrl_action and b.enrl_action_reason = a.enrl_action_reason and b.effdt <= %currentdatein and b.eff_status = 'A') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_CS.SETID_CAREER Prompt Table: SETID_TBL |
2 | ENRL_ACTION_REASON | Character(4) | VARCHAR2(4) NOT NULL | Enrollment Action Reason |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |