In Oracle EBS, how to resolve the ORA-28113 error – 'Policy Predicate has Error'?
Hi,
I'm looking for assistance with the ORA-28113 – Policy Predicate has Error issue.This error occurs in the AP/AR and SLA modules when running the Create Accounting request. The output shows the error message, and both request processes end in an error status.
Here’s what I’ve done so far to try to resolve it:
Enabled SLA diagnostics by setting "SLA: Enable Diagnostics" = Yes at the user level via System Administrator > Profile > Set.Ran the following query to check the policy function for SLA in the relevant table:
SELECT application_id, security_function_nameFROM apps.xla_subledgersWHERE application_id IN (200, 707);