Hi,
I am trying to set a default value for a field on the form when it is submitted.
List of Values are IDs (1, 2, 3) in that field. In a table these IDs 1, 2, 3 have names as OPEN, CLOSED, PENDING, respectively. Now I put PL/SQL Function body command as RETURN get_status('OPEN'); but I am getting below error:
ORA-06550 line 1, column 140: PLS-00201: identifier 'GET_STATUS' must be declared
Below is also the screenshot.

Regards,
Adnan Arshad.