In an Oracle Integration (OIC) project, you are asked to leverage a custom JavaScript library function to be used within an Application pattern integration flow. Which set of steps should you follow to handle this requirement?
A. Import the JavaScript library file into your OIC instance's database schema, then use a Local Invoke action to call the function
B. Import the JavaScript library file to the project, then use the JavaScript action within the integration flow to reference the library function
C. Copy and paste the JavaScript function code into a new JavaScript stage within the integration flow, then map the inbound and outbound data elements in the corresponding Map action
D. Use the Function Call action within the integration flow to reference the external URL that is hosting the JavaScript library function