About :Oracle Apps(E-Business Suite), Oracle Application Framework (OAF), Application Development Framework (ADF) / ADF Mobile
Tuesday, January 27, 2015
Wednesday, January 21, 2015
What happens when you execute an entity-based view object?
ViewObject vo = applicationModule.findViewObject("Departments");
vo.execute();//execute view object to fetch rows
Row row=vo.first();//Move to the first row in the row set
The following sequence diagram highlights how the business components interact
with one another to query the database:
Note : The above content is from : Jobinesh : Oracle ADF Real World Developer Guide a fantastic book on ADF.
Just shared the above for reference to others.
Subscribe to:
Posts (Atom)