ACCT_SUMM_SSVW2(SQL View) |
Index Back |
---|---|
Term Summary SF |
SELECT a.common_id ,a.item_term ,b.institution ,d.institution_set ,SUM(a.item_amt) FROM PS_ITEM_SF a ,ps_bus_unit_tbl_sf b ,ps_iset_bu_dtl d WHERE a.sa_id_type = 'P' AND a.item_type_cd <> 'T' AND a.item_type_cd <> 'L' AND a.business_unit=b.business_unit AND d.business_unit = b.business_unit GROUP BY a.common_id, a.item_term, b.institution, d.institution_set |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | COMMON_ID | Character(11) | VARCHAR2(11) NOT NULL | Common ID to store Personal ID / Ext Org ID value |
2 | STRM | Character(4) | VARCHAR2(4) NOT NULL | Term |
3 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution |
4 | INSTITUTION_SET | Character(5) | VARCHAR2(5) NOT NULL | Institution Set |
5 | BALANCE_AMT | Signed Number(18,2) | DECIMAL(16,2) NOT NULL | Charge Balance |