AV_FSCL_YR_VW(SQL View) |
Index Back |
---|---|
INST FISCAL YR BEGIN MONTHThis view retrieves the fiscal year for a given institution. It then will be used to default the institutions first fiscal month. ----------------------------------------------------------------------------------------------------------------- |
SELECT A.SETID , A.CALENDAR_ID , A.ACCOUNTING_PERIOD , A.BEGIN_DT FROM PS_CAL_DETP_TBL A WHERE A.ACCOUNTING_PERIOD = 1 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | CALENDAR_ID | Character(2) | VARCHAR2(2) NOT NULL | Calendar ID |
3 | ACCOUNTING_PERIOD | Number(3,0) | SMALLINT NOT NULL | Accounting Period |
4 | BEGIN_DT | Date(10) | DATE | Begin Date |