I want to create a button using JavaScript/ Apex, so that when I click on it, a PL-SQL procedure is being "called". Similar to a regular html button, but the onClick="JavaScript function()" will be a pl-sql procedure instead. I'm trying to do this in a PL-SQL package.
Is it even possible? If it is, I'd really appreciate a simple example of how it's done.