BUS_CAL_YR_VW

(SQL View)
Index Back

Business Calendar/Year View


SELECT DISTINCT a.setid , a.calendar_id , b.calendar_year , a.descr FROM PS_BUS_CAL_DFN_TBL a , ps_bus_cal_hol_tbl b WHERE a.setid = b.setid AND a.calendar_id = b.calendar_id

  • Related Language Record: BUS_CAL_YR_LANG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

    Default Value: OPR_DEF_TBL_FS.SETID

    Prompt Table: SP_SETID_NONVW

    2 CALENDAR_ID Character(2) VARCHAR2(2) NOT NULL Calendar ID

    Prompt Table: BUS_CAL_DFN_TBL

    3 CALENDAR_YEAR Number(4,0) SMALLINT NOT NULL Calendar Year
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description