Ciritcal Ratio and Backwards scheduling issue
"Tom E Stieger" <testieger-7y5+ka1ulstWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.systems.as400.mapics |
|---|---|
| Message-ID | <[email protected]> |
To the list, I am currently working with support on an issue regarding incorrect critical ratios for some of our MO's. It is given CR = 0 for several orders that are not late and in no danger of being late. For example, one order has 1.25 hours of time remaining and is due on 12/15/11 and shows a critical ratio = 0. I am curous if anyone else has the same or similar issue. If anyone has time to run the following SQL, it will show any orders that have critical ratio = 0 and the due date is not in the past. select * from amflib.momast where ratio = 0 and date(digits(dec(19000000+odudt,8,0))||'000000') > current_date and acrec <> 'X' and orlcd <> 8 Thanks for any help and input into this problem. -Tom Stieger IT Manager California Fine Wire _______________________________________________ This is the MAPICS ERP System Discussion (MAPICS-L) mailing list To post a message email: MAPICS-L-Zwy7GipZuJhWk0Htik3J/[email protected] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/mapics-l or email: MAPICS-L-request-Zwy7GipZuJhWk0Htik3J/[email protected] Before posting, please take a moment to review the archives at http://archive.midrange.com/mapics-l.