Package [com.oaframework.toolkit.common.server]
Extends oracle.apps.fnd.framework.server.OAViewObjectImpl
The class is useful for View Objects that do not contain a SQL statement. This type of VO is often used for Properties VO's.
This overrides the standard OAViewObject initQuery() method. If is has not been called before on the current VO, this method creates and inserts an empty Row into the VO and sets the row state to STATUS_INITIALIZED, as required by the OA Framework Coding Standards. If VO has already been initialised, the single Row is removed and the VO is re-initialised as above.
A useful shortcut method to get a handle to the one and only Row in this VO