Current Budget Status by Activity
WOU could not get output from this report. Investigating found an error with determining the end fiscal period because of its status. So we got past that and ran into the 2nd problem. No amounts but zeros in the report. Turns out it’s related to the parameter Master Orgn Privilege = N which is what was on the last page. The fields it pulls from on fobprof should be giving a Y. Looking at the select statement on the proC source pointed at a problem with the userid variable not getting read correctly. I changed the code to select user from dual and that seems to have solved the issue.