Error FRM 92101 for the custom form
Hi,
We have ORACLE EBS R12.1.3 and Oracle DB 11g
We have developed custom form to display the Sub Inventory wise On Hand Stock.
To get the result, we have used the seeded API : apps.INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES in the custom Form.
This API is running perfectly in PL/SQL Block, giving the correct results.
But when same API (package) we are using oracle Form 10g, it's giving an error .
FRM-92101 : There was a failure in Forms Server during startup, This could happen due to invalid configuration.
Please look into web-server log file for details.
After Developed the custom form , we are calling the form using Navigation path : MENU > TOOLS > ON HAND QUANTITY (CUSTOM) .