Skip to Main Content

E-Business Suite

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!

OAF - R12.2.13 - Added custom RN in Seeded PG- New field , Custom table - Unable to import .JPX

RajeswaraJun 7 2026 — edited Jun 8 2026

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

This post has been answered by Dmitry Borisov on Jun 7 2026
Jump to Answer
Comments
Post Details
Added on Jun 7 2026
3 comments
113 views