Issues extending PO Requisition Lines Entity Object in R12.2.6
Hi,
I am using jdeveloper 10.1.3.5.0.3 for R12.2.6 extensions.
I've followed the steps mentioned in Oracle iProcurement Implementation and Administration Guide Release 12.2 to extend oracle.apps.icx.por.schema.server.PoRequisitionLineEO
after following all these steps when I am running the page, its throwing following error
oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition xxcust.oracle.apps.icx.por.schema.server.XXPoRequisitionLineEO of type Entity Definition not found
The installation steps are
- Copy XXPoRequisitionLineEODefImpl.java and XXPoRequisitionLineEOImpl.java to $XXCUST_TOP/oracle/apps/icx/por/schema/server.
- Compile java files using javac command and change the permission of the class files to 777