MOAC-Setting Org Context not working in R12.1.3
We are upgrading from R12.1.1 to R12.1.3. In
R12.1.1, we have been using fnd_global.apps_initialize and
dbms_Application_info.set_client_info api's to set the application and
org context respectively.
This is not working in R12.1.3.
As per note, 462383.1, we can continue to use above api's by setting a profile option MO: Set Client_Info for Debugging to "Yes".
After this setup, dbms_application_info.client_info is setting org appropriately but fnd_global.apps_initialize is setting the org to -1.
With this setup, some of our reports that were not printing any output started printing data.
This is not working in R12.1.3.
As per note, 462383.1, we can continue to use above api's by setting a profile option MO: Set Client_Info for Debugging to "Yes".
After this setup, dbms_application_info.client_info is setting org appropriately but fnd_global.apps_initialize is setting the org to -1.
With this setup, some of our reports that were not printing any output started printing data.
0