Installation Script

Write a PL/SQL installation script that loads both of the packages you created in Step 1 of development—with the final, production-quality functions and procedures.

The installation script must:

  • Create an input parameter that accepts the value of the user group ID of the user group the customer company wants to assign to the Adapter Area.
  • Read Package B from the file system, create a CLOB of the file, and pass the CLOB to the CreateSourceCode API in Package A; see Adapter Development Process.