Oracle Forms (MOSC)

MOSC Banner

Can someone please tell me whats wrong with this code?

edited May 14, 2013 8:00AM in Oracle Forms (MOSC) 29 commentsAnswered ✓
 Does this look correct? From looking at the examples it looks like that was all the I needed to change. I think I might have missed something but I am not sure. Basically I am replacing the RUN_PRODUCT with the new SET_REPORT_OBJECT_PROPERTY but for some reason when I compile I an getting this error.
Error at line 13, column 1,  
Wrong number or types if arguments in call to 'SET_REPORT_OBJECT_PROPERTY' Statement ignored

 PROCEDURE iproj_report(v VARCHAR2,s VARCHAR2,p VARCHAR2) IS
 pl_id paramlist;
 REPORTS REPORT_OBJECT;
BEGIN 
if p is not null then

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