Oracle Forms (MOSC)

MOSC Banner

HOW CAN PASS PARAMETERS

edited Mar 9, 2020 5:05AM in Oracle Forms (MOSC) 3 commentsAnswered

Dear all,

I am calling BI server report from form 10g by below method , how can i pass BI server password and parameter for the report.

DECLARE

repid REPORT_OBJECT;

report_prop VARCHAR2(20);

v_xmlpserver varchar2(100);

v_rep varchar2(100);

BEGIN

v_xmlpserver := 'http://10.0.0.147:7001/xmlpserver/~weblogic/Learn/EmpRep.xdo';

web.show_document(v_xmlpserver,'_blank');

END;

Thanks

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