Modifying ACH NACHA program to include Record type 7 Addenda
We are trying to modify the ACH report to include a record type 7 addenda in Oracle EBS 11.5.10.2 modifying APXNACHA.rdf sql script but now our output has 95 characters instead of 94 on every record type line. I understand the format being used currently in 11i is CCD and we want to modify it to like CTX for some payments we have to make to a few select vendors.
Here is the sql script that we are using. We have tried to use RTRIM to trim off position 95 on the first record line but still it is not working.
Any help will be appreciated.
Here is the sql script that we are using. We have tried to use RTRIM to trim off position 95 on the first record line but still it is not working.
Any help will be appreciated.
0