SRVC_TK_CHK_VW(SQL View) |
Index Back |
---|---|
Service Take Check ViewThis table contains services an institution provides. |
select a.institution, a.service_impact, a.descr from PS_SRVC_IMPACT_TBL a where a.effdt = (select max(b.effdt) from PS_SRVC_IMPACT_TBL b where a.institution = b.institution and a.service_impact = b.service_impact and b.effdt <= %CurrentDatein and b.eff_status = 'A') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
2 | SRVC_TAKE_CHK | Character(5) | VARCHAR2(5) NOT NULL | Service Take Check |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |