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 Concurrent Program along with Value Set details

SELECT fcpl1.user_concurrent_program_name       ,fdfcuv.end_user_column_name       ,ffvs.flex_value_set_name value_set_name       ,ffvt.appl...