FRM-40010 Cannot read form
EBS 12.2.10
Database 19c (19.18.0.0.0)
Form Builder: Forms [32 Bit] Version 10.1.2.0.2 (Production)
I want to open Form B from form A through a button click but it is throwing below error:
FRM-40010 Cannot read form B.fmx
I am using following procedure to call form
OPEN_FORM('B.fmx')
what I am missing ?