HI All, We have a requirement to add new field (which would store value in custom table). The custom table is extension table of AP suppliers table. So we developed RN with fields, VO , AM etc. Imported RN.xml successfully and added new region in the seeded page via personalization.
However exception occurs after personalizatin:
oracle.jbo.NoDefException: JBO-25002 : Definition <company_name>.oracle.apps.xxap.pos.supplier.server.xxAPTaxAM of type Application module is not found.
xxAPTaxAM is nothing but the AM created for region xxAPTaxRN.
So tried to import .jpx file that was created in Jdeveloper but unable to do so. Getting a error that .JPXimported class does not exits.
Error message: Error: Could not find or load main class oracle.jrad.tools.jpx.importer.JPXImporter
Any advice on such issue while extending the seeded page with custom region.
For reference:
java oracle.jrad.tools.xml.importer.XMLImporter works for RN.xml and PG.xml
java oracle.jrad.tools.xml.importer.XMLImporter does not work for AM.xml
java oracle.jrad.tools.jpx.importer.JPXImporter does not work since class file is not found