GM_PT_MONTH_VW(SQL View) |
Index Back |
---|---|
Detail Calendar Periods view |
SELECT A.PERIOD_ABBRV %Concat '.' %Concat %NumToChar(A.FISCAL_YEAR) , A.ACCOUNTING_PERIOD , A.FISCAL_YEAR , A.BEGIN_DT , A.END_DT FROM PS_CAL_DETP_TBL A , PS_INSTALLATION_PC B WHERE B.PC_CAL_TYPE_MT = A.CALENDAR_ID AND A.SETID = B.ANALYSIS_SETID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | MONTH_END | Character(10) | VARCHAR2(10) NOT NULL | Month End |
2 | ACCOUNTING_PERIOD | 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. |
3 | FISCAL_YEAR | Number(4,0) | SMALLINT NOT NULL | Fiscal Year |
4 | BEGIN_DT | Date(10) | DATE NOT NULL | Begin Date |
5 | END_DT | Date(10) | DATE NOT NULL | End Date |