Error on Payables Payment Register Data Model
Summary:
Error on Payables Payment Register Data Model
Content (please ensure you mask any confidential information):
We have customized the seeded report/data model for the Payables Payment Register Report (via /XMLP server link --> Customize option) by adding a new Parameter (named P_Entity) to the data model. When attempting to run the modified data model we are encountering the below error message:
ORA-06550: line 12, column 22: PLS-00302: component 'P_ENTITY' must be declared ORA-06550: line 12, column 1: PL/SQL: Statement ignored
The parameter is properly referenced in the data model and is setup with type Menu (pointed to an LOV). It seems as if the Event Triggers referenced in the data model may not like this additional parameter, but I am not sure how to resolve this…