CAL_FISYR_LANG(SQL View) |
Index Back |
---|---|
FS Calendar/Fiscal Year View |
SELECT DISTINCT a.setid , a.calendar_id , b.fiscal_year , a.language_cd , a.descr FROM PS_CAL_DEFN_LANG 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 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
|
2 | Character(2) | VARCHAR2(2) NOT NULL | Calendar ID | |
3 | Number(4,0) | SMALLINT NOT NULL | Fiscal Year | |
4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |