CAL_FISYR_VW(SQL View) |
Index Back |
---|---|
FS Calendar/Fiscal Year ViewFS Calendar/Fiscal Year View |
select distinct a.setid, a.calendar_id, b.fiscal_year, a.descr from PS_CAL_DEFN_TBL a, ps_cal_detp_tbl b where a.setid = b.setid and a.calendar_id = b.calendar_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
2 | CALENDAR_ID | Character(2) | VARCHAR2(2) NOT NULL | Calendar ID |
3 | FISCAL_YEAR | Number(4,0) | SMALLINT NOT NULL | Fiscal Year |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |