AV_CMPGN_IGP_VW(SQL View) |
Index Back |
|---|---|
Irrevocable Gift Present ValView to produce the Irrevocable Gift Annuity Present Value where INST_ACT_VAL = 0. |
| SELECT INSTITUTION, INTV_CD, SUM(INST_EST_VAL) FROM PS_AV_GIFTAN_TBL WHERE PG_IRREVOCABLE = 'Y' AND INST_ACT_VAL = 0 GROUP BY INSTITUTION, INTV_CD |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Initiative Code | |
| 3 | DEFERRED_GIFT_TOT | Number(16,2) | DECIMAL(15,2) NOT NULL | Field used in views to sum various Deferred Gift Amounts. ex: Irrevocable Gifts - Present Value Irrevocable Gifts - Market Value Revocable Gifts - Present Value Revocable Gifts - Market Value |