AR_WC_EPYIDF_VW(SQL View) |
Index Back |
---|---|
Pymt to Post - Payment ID View |
SELECT DISTINCT a.PAYMENT_ID FROM PS_PAYMENT a , PS_DEPOSIT_CONTROL b WHERE a.deposit_bu=b.deposit_bu AND a.deposit_id=b.deposit_id AND a.payment_status ='A' AND b.PAY_WS_TYPE='E' |
# | 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. |