Hi All,
I am manually trying to compiling the forms 6i .fmb sources code by opening in 12c Oracle Fusion Middleware
I have a form which calls a forms inside. We are maintaining form's source code in FORMS 6i but the form has to be compiled and executed by FORMS 12c.
The form calling mechanism uses RUN_PRODUCT in 6i which is not supported by FORMS 12c.
Run_Product(FORM, ’empreport’, SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id, NULL);
I tried by writing RUN_REPORT_OBJECT in place of Run_Product but its still showing an error in form 12c and not compiling the code.
Please help me with some alternative solution. So, that i can compile the form 6i by using 12c without using Form Migration Assistant.
Thanks.