GPES_ADLNSEQ_VW

(SQL View)
Index Back

Adv/Loan total repaid amount

Retrieves all repayments that have been deducted for a sequence number

SELECT MIN (A.EMPLID ) , MIN (A.SEQNUM ) , SUM(A.GPES_DED_AMT) FROM PS_GPES_LN_RSLT_VW A GROUP BY A.EMPLID , A.SEQNUM

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

Prompt Table: PERSON

2 SEQNUM Number(3,0) SMALLINT NOT NULL Sequence Number
3 GPES_DED_AMT Number(11,2) DECIMAL(10,2) NOT NULL Advance/Loan repayment deduction amount