Oracle Forms (MOSC)

MOSC Banner

Calling reports from Forms - 11g version

edited Jan 29, 2015 8:30PM in Oracle Forms (MOSC) 1 commentAnswered

Hi All,

Can anyone please help me to convert the below Oracle forms 6i code to 11g code. I have tried converting the 6i Forms by using migration utility but its working.

Purpose : To Call report from forms.


Below is 6 i version Code  ----- please tell me how to convert the below code to 11g version code.
----------------------------------------------------------------------------------------
declare

   PL_ID           PARAMLIST;
   vch2_command    varchar2(100):=null;
   vch2_path       varchar2(50):= 'C:\Misclient\';
   vch2_rpt_dest   varchar2(50):= 'C:\BNM\Output\';
   p_filename    VARCHAR2(50);
 
Begin


if  CHECKBOX_CHECKED('CB_APP1') then
         :sts := 'Generating...Appendix 1A';
         PL_ID := GET_PARAMETER_LIST('TEMPDATA');

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