AV_INTV_BUDGET(SQL Table) |
Index Back |
---|---|
Initiative Budget TableInitiative Budget table. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
2 | INTV_CD | Character(10) | VARCHAR2(10) NOT NULL |
Initiative Code
Prompt Table: AV_INTV_TBL |
3 | BUDGET_CATEGORY | Character(4) | VARCHAR2(4) NOT NULL |
The classification to which the expense will be allocated.
Prompt Table: AV_BUDGET_TBL |
4 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL |
Currency Code
Default Value: AV_INSTALL_INST.BASE_CURRENCY Prompt Table: CURRENCY_CD_TBL |
5 | BUDGET_CTGRY_AMT | Number(16,2) | DECIMAL(15,2) NOT NULL | The amount of the overall budget that will be allocated for expenses to this classification. |