You want to convert a default set of business components for Departments into service interface.
Which two components would you use to do this?
A.
Application module, entity object
B.
Entity object, associations
C.
Entity object, view object
D.
Application module, view object
E.
View object, view links
Explanation:
http://docs.oracle.com/cd/E12839_01/web.1111/b31974/bcextservices.htm (topic 11.3;
second paragraph)
Correct answer is: D
Please read question carefully – you need to convert some set of business components to service interface. You can do this from application module and his data model (view objects)
You can make Entity Object based on Service Interface, but you never have direct access to your entity objects through Application module.
yes it is D
D like Abdullah have said Application module can never have direct access to an EO.