FRM-40222: Disabled item ''%s.%s'' failed validation.
Cause: Probable application design error. Forms determined that the item contains an invalid value, but it cannot give focus to the item because it is disabled. This could happen because either:
The application programmatically assigned an invalid valid to the item.
The application programmatically disabled the item after the end user entered an invalid valid in the item (and before the item was validated).
Action: Correct the application logic.
Trigger: ON-ERROR