Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The Development environment is both the build environment and the single target environment mapped to for deployment.
  • The build instance instance is also used for deployment.
  • The build workflow, Build EBS, is created/linked and bound to all EBS projects created through this blueprint.
  • The deploy workflow, Deploy EBS, is created once and bound to all EBS projects created through this blueprint.
  • The instance is created based on the EBS verison. 
    • One instance, EBS 12.1.3, is created and shared by all EBS 12.1.3 projects created through this blueprint.
    • One instance, EBS 12.2, is created and shared by all EBS 12.2 projects created through this blueprint.


Blueprint Properties

Property NameRequiredDescriptionHow its used
Module Short NameYesThe module short name for the custom top (do not include "_TOP" in the name).  e.g. XXHR, XXAR, XXACME
  • FlexDeploy project is named using this value
  • FlexDeploy project property is configured to this value
EBS VersionYesWhether the project is for Oracle EBS 12.1.3 or 12.2
  • FlexDeploy instance is created using this value
  • FlexDeploy project is mapped to the instance
Module DescriptionNoA description for the EBS project
  • FlexDeploy project's description is set to this value


Build

All EBS Customizations are built using FlexDeploy's Oracle EBS Plugin (with Partial Deployment).  As such, the only and default build option is Build EBS

There are no Build Properties for this blueprint.

Image Modified

A single Development endpoint is created and linked to all EBS Customization projects for each instance (12.1.3/12.2).

Tip
titleWhich endpoint?

If you will be sourcing all EBS customization files from source control the build endpoint can really be any server.  If you will source some of the EBS customizations from the EBS development server itself, you will need to set the build endpoint to be the primary node of the EBS application-tier in development.


Deploy