AR_CUSTDUNDT_VW(SQL View) |
Index Back |
---|---|
Customer Dunning Date View |
SELECT CRSPD_SETID ,CRSPD_CUST_ID ,MAX(DUN_DT) FROM PS_DUN_CUST GROUP BY CRSPD_SETID ,CRSPD_CUST_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CRSPD_SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | CRSPD_CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Correspondence Customer |
3 | DUN_DT | Date(10) | DATE | Specifies the date that a dunning letter is sent. This date is generated by the Dunning SQR. |