1. Oracle Official Documentation - Using Integrations in Oracle Integration 3:
Section: Call JavaScript Code in an Integration
Content: The documentation explicitly outlines the process: "You can create a JavaScript library with functions that you want to call from multiple integrations. You then register the library with Oracle Integration and call the functions from a JavaScript action in your integrations." It details the steps to add a JavaScript library to a project and then call its functions.
Reference: Oracle Help Center
Using Integrations in Oracle Integration 3
"Call JavaScript Code in an Integration".
2. Oracle Official Documentation - Using Integrations in Oracle Integration 3:
Section: Add a JavaScript Action
Content: This section describes the configuration of the JavaScript action itself. It shows how to either write inline code or
more relevantly
call a function from a registered library. This confirms that the "JavaScript" action is the correct component to use.
Reference: Oracle Help Center
Using Integrations in Oracle Integration 3
"Add a JavaScript Action".
3. Oracle Official Documentation - Using Integrations in Oracle Integration 3:
Section: Add a Function Call Action
Content: This documentation clarifies that the "Function Call" action is used to "configure a call to an Oracle Functions application." This directly refutes option D by specifying the action's true purpose.
Reference: Oracle Help Center
Using Integrations in Oracle Integration 3
"Add a Function Call Action".