custom library - zoom_available not being invoked in R12
Hi,
We are upgrading from EBS 11,50 to R12.1.3
In some of our forms, both seeded and custom forms we have enabled zoom using custom library.
After upgrade, in one of our custom forms the zoom button is not longer enabled, though it was enabled in 11i.
I was investigating the issue - I have inserted an fnd_message.debug just after BEGIN (without enclosing it in a conditional block) in zoom_available function of the custom library CUSTOM.pll to display the the form and block name that is testing the function.
I have noticed that for the custom form in question the message is not popping up, whereas for all other forms, both custom and seeded (I have tested a few at random) the message is popping up, regardless whether zoom is actually enabled for the form/block or not.