What is the correct way to access data from Fusion Apps in your AppUI extension?
A.
Use a service from the service catalog
B.
Define a new service endpoint providing the direct service URL
C.
Establish a JDBC connection to the Oracle Fusion Apps database
The Answer Is:
A
This question includes an explanation.
Explanation:
Full Detailed in Depth Explanation:
AppUI extensions use predefined services from the Fusion Apps service catalog (A) for secure data access. Direct URLs (B) and JDBC (C) bypass Oracle’s standards.