SS_ACCT_UNIT_VW

(SQL View)
Index Back

Self Service Student Acct. Vw.

View of Account SF

SELECT A.EMPLID, SUM(A.ACCOUNT_BALANCE), ' ' FROM PS_ACCOUNT_SF A where a.include_in_balance <> 'N' GROUP BY A.EMPLID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
2 ACCOUNT_BALANCE Signed Number(18,2) DECIMAL(16,2) NOT NULL Account Balance
3 SRVC_IND_NEG Character(1) VARCHAR2(1) NOT NULL Negative Service Indicators