How to launch a pop up window using javascript from OA controller extension when an image is clicked
I am trying to launch a separate pop up window in EBS 12.2 system when i click an image in an OAF page. This is currently opening a page but always throws error message "You have insufficient privileges for the current operation. Please contact your System Administrator".
In EBS 12.1.3 this was working as the following profiles were set to "None".
Profile options:
1) FND_VALIDATION_LEVEL
2) FND_FUNCTION_VALIDATION_LEVEL
3)Framework Validation Level
But in EBS 12.2.3 these profiles options are always set to "Error" and user has no provision to set it to "None".
Any help on how to launch a pop up windows using Javascript would be grateful! Thanks.