Monday, November 20, 2017

OAException class in Oracle OAF



The OAException class is used to display the message on the OAF page. The second parameter is exception type.

There are different exception types available. They are:

  •  INFORMATION 
  • CONFIRMATION
  • WARNING
  • ERROR 
  • SEVERE


Note: The exception types “ERROR” and” SEVERE” terminate the program.

         The exception types “INFORMATION”, “CONFIRMATION” and “WARNING” are
          continue the execution of the program.

No comments:

Post a Comment

Query to get the list of contexts for each formula type in Oracle Fusion HCM

select t.base_formula_type_name ,      ttl.formula_type_name ,      ttl.description ,      c.base_context_name from   ff_formula_types_b t ,...