1099 Minimum amounts not working

JDE User11

Active Member
Hello List,

We have an issue when running the A/P method for 1099s when processing the media files. The minimum amounts processing options are being ignored. I.E. we are getting 1099s produced for amounts less than $600.

I debugged the problem down to an issue in the code with R04515 Write Media. In that program they are setting the BC 1099 State Code variable instead of using an event variable. In the Do section of the code they delete lines from the work table based on this variable which no longer matches the database, so the record does not get deleted. It seems to me that a lot of people should be experiencing this problem, but Oracle support says that we are the only ones.

I am wondering if anyone else has experienced this issue.

I am also wondering if it is possible that other platforms/databases/release levels behave differently when bringing in the BC value at the beginning of the Do section. Anyone have observations or comments on that?

We are on 8.10 tools 8.96.1 Microsoft Windows server 2003 running SQL server 2000 service pack 4.

Thanks in advance for any feedback.
 
Back
Top