Oracle Forms (MOSC)

MOSC Banner

Forms plsql library problem

edited Jul 18, 2020 5:01AM in Oracle Forms (MOSC) 3 commentsAnswered

Hi

I have a problem with custom plsql library attached to my form. Calling any library function from the form

gives me ORA-06503 PL/SQL Function returned without value. ORA-01403 no data found.

From the library pll file all I see in function body is:

function x (y in varchar2) return varchar2

  is

begin

  null;

end;

Can the code be wrapped? or how am I supposed to change it?

I dont think that its just NULL

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center