AV_CMPGN_IG1_VW(SQL View) |
Index Back |
---|---|
Irrevocable Gift Present Val 2View to produce the Irrevocable Gift Annuity Present Value where INST_ACT_VAL <> 0. |
SELECT INSTITUTION, INTV_CD, SUM(INST_ACT_VAL) FROM PS_AV_GIFTAN_TBL WHERE PG_IRREVOCABLE = 'Y' GROUP BY INSTITUTION, INTV_CD |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution |
2 | INTV_CD | 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 |