FRM:40734-Internal Error PL/SQL error occurred in webutil
Hi All,
I am getting the error "FRM:40734-Internal Error PL/SQL error occurred " on button press of the form where I am using webutil component given below :
WEBUTIL_FILE.FILE_SELECTION_DIALOG('','Select csv Files','|*.*|','Select a File',OPEN_FILE, TRUE);.
The version for Oracle forms is 11.1.2.2.0.
Below is the activity what I am doing to develope and deploy the form in ther server.
I have created a form in local system(Windows 7).The form is taking a csv file as input and it will fetch the details from the file and inserts into a table.