Oracle Form message with response - TechRepublic
Question
April 29, 2011 at 10:35 AM
john.a.wills

Oracle Form message with response

by john.a.wills . Updated 15 years, 1 month ago

I want to have a question pop up from an Oracle Form and accept an input for use in the PL/SQL code. I know that such a thing exists, but I do not know what it is called. Search in the manual and in Lulushi yields nothing. I know about simple messages and about alerts. I would like to be able to write in PL/SQL something very much like this:
new_permit := question (‘Please input the new permit number’);
and I am sure this is possible, but I do not know how to do it.

This discussion is locked

All Comments