AR_WC_PYPIDF_VW

(SQL View)
Index Back

Pymt to Post - Payment ID View


SELECT DISTINCT a.PAYMENT_ID FROM PS_PAYMENT a , PS_DEPOSIT_CONTROL b , PS_GROUP_CONTROL c WHERE a.deposit_bu=b.deposit_bu AND a.deposit_id=b.deposit_id AND a.payment_status ='A' AND b.PAY_WS_TYPE='P' AND c.DEPOSIT_BU = a.DEPOSIT_BU AND c.DEPOSIT_ID = a.DEPOSIT_ID AND c.PAYMENT_SEQ_NUM = a.PAYMENT_SEQ_NUM

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 PAYMENT_ID Character(15) VARCHAR2(15) NOT NULL Identifies a customer payment. This is usually a check number but may be some other identifying number.