As mentioned in an earlier blog, I've been working more with SWAMP, a custom Oracle-based application used here at the Physical Plant.
Mike has shown me some of the steps he takes when he receives routine requests to to correct data-entry on the part of end-users. Usually, these tasks involve simply querying, then editing, data from within the various Oracle tables. As Mike was involved in the actual development of SWAMP, his experience tells him which tables to edit. As I gain more experience with the application, my knowledge of the tables will become more intuitive.
I've also completed a new report within SWAMP to list open work orders. Querying the table and displaying the data was very simple, but the formatting of the data into two columns per page and the ordering of the data alphabetically involved more work. Mike ended up giving me some great guidance, as he has written several reports within SWAMP. We rewrote the procedure, and were able to get the data to display properly.
