Calling reports from Forms - 11g version
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');