OI_CAL_DETP_VW(SQL View) |
Index Back |
---|---|
Detail Period Calendar viewDetail Period Calendar view |
SELECT DISTINCT SETID , CALENDAR_ID ,FISCAL_YEAR , 0 ACCOUNTING_PERIOD , MIN(BEGIN_DT) BEGIN_DT , MAX(END_DT) END_DT FROM %Table(CAL_DETP_TBL) GROUP BY SETID , CALENDAR_ID ,FISCAL_YEAR |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
2 | Character(2) | VARCHAR2(2) NOT NULL | Calendar ID | |
3 | Number(4,0) | SMALLINT NOT NULL | Fiscal Year | |
4 | Number(3,0) | SMALLINT NOT NULL | Identifies a time period to which you post transactions. Typically, an accounting period represents a month, but it can also represent a week, a day, or any user-defined interval. An accounting period has a beginning date and an ending date, and is defined in the calendar table. | |
5 | BEGIN_DT | Date(10) | DATE | Begin Date |
6 | END_DT | Date(10) | DATE | End Date |