Unable to call the pl/sql function in java while implementing the nested Application Module in OAF
Hello,
I am working on OAF. Currently I am involved in developing a functionality which validates a particular text field (Container Number field)on an OA page.
I need to change my Controller class and the application module to include a method that will validate the text field. I am trying to do this through nesting of Application Module and then extending the controller to call the validation function created in the nested Application Module. I have created a pl/sql function in database which validates the container number field and its working fine. This pl/sql function takes container number as the input and returns string value as output.
I am working on OAF. Currently I am involved in developing a functionality which validates a particular text field (Container Number field)on an OA page.
I need to change my Controller class and the application module to include a method that will validate the text field. I am trying to do this through nesting of Application Module and then extending the controller to call the validation function created in the nested Application Module. I have created a pl/sql function in database which validates the container number field and its working fine. This pl/sql function takes container number as the input and returns string value as output.
0