ACCOUNT_TORG_VW(SQL View) |
Index Back |
---|---|
Account Total org ViewSum of Account balance for a Business Unit and External Org ID |
select a.business_unit ,a.ext_org_id ,sum(a.account_balance) from PS_ACCOUNT_ORG_SF a where a.include_in_balance <> 'N' group by a.business_unit ,a.ext_org_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | EXT_ORG_ID | Character(11) | VARCHAR2(11) NOT NULL | External Org ID |
3 | ACCOUNT_BALANCE | Signed Number(18,2) | DECIMAL(16,2) NOT NULL | Account Balance |