Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to write Run_Product in 12c while manually migrating from forms 6i.

3297515Mar 10 2019 — edited Mar 18 2019

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.

Comments
Post Details
Added on Mar 10 2019
10 comments
2,542 views