Versions Compared

Key

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

Builds EBS artifacts from Source Control Management. Creates a zip artifact to be used with the deploy operation. Refer to Source Control Folder Structure for folder structure recommendations for your source control.  See also EBS Object Types Reference for a list of supported EBS object types.

Full Deployment

If building an EBS project in Full deployment mode, Sql files will be added to the build in the order given in the SQL_ORDER.seq file if it exists. If the SQL_ORDER.seq file is not available, files will be ordered based on the extensions of the files in the EBS SQL Extensions project property.

Image Added

If you have multiple files in the SQL_ORDER.seq file, those sqls will be first in the list, and the rest will be added after in their extension order. 

Partial Deployment

If populating a Partial Deploy EBS project, a file named FD_ORDER.seq can be created in the root folder that is being checked out to determine the order of files to be populated. Otherwise, the EBS SQL Extensions project property is used to determine populate order.

Image Added

 Once partial deploy project files are in order on the project files tab, creating a build with them will retain the order. This order may be adjusted on the build screen.

Image Added

When you click Submit Request, the order is saved to be used at deploy time. The deploy step does not adjust the order from the build.

Environment/Instance Properties

Property Name

Property Code

Required

Description

EBS Source Script

FDEBS_SOURCE_SCRIPT

Yes

Source Script with full path. 
e.g. /u1/apps/apps_st/appl/APPSorcl_ebs01.env

If you would like to apply changes directly to run edition for EBS R 12.2+, specify the run param after the script. By default it connects to patch edition when performing the deploy operation. All other operations are sourced from run by default.

e.g. /u1/apps/apps_st/appl/APPSorcl_ebs01.env run

  

Project Properties

Property Name

Property Code

Required

Description

EBS Module Application Short Name

FDEBS_APPLICATION_SHORT_NAME

No

App short name (

E

e.g

: web.xml).

. XXAR). If source includes multiple custom tops, leave it empty and make sure top directory matches top name.

FDEBS_FILE_EXCLUDES

No

List of files to exclude while Building. (E.g: server.xml,
Java Root Source Directory

FDEBS_JAVA_ROOT_SOURCE_DIR

No

Where java/class/xml file's package resides. (For all AOL files).

E

e.g

:

. classes.
Default is java.

FDEBS_SQL_ROOT_SOURCE_DIR

No

Source folder for sql and pls files.
eg: db.
Default is sql.

Concurrent Program SQL Root Source Directory

FDEBS_CP_SQL_ROOT_SOURCE_DIR

No

Source folder for Concurrent

Prorgram

Program's SQL files (Not executed after deploy).

eg:

e.g. movesql.
Default is cp_sql.

Java Stored Procedure Root Source Directory

FDEBS_

PUBLISHER

LOAD_JAVA_ROOT_SOURCE_DIR

No

Source folder for

Publisher

Java Stored Procedure files.

eg: xmlpub

e.g. javasp.
Default is

publisher

loadjava.

SQL Root Source Directory

FDEBS_

FORMS

SQL_ROOT_SOURCE_DIR

No

Source folder for

Forms

sql and pls files.

E

e.g

: Form

. db.
Default is

forms.FDEBS_REPORTS

sql.

SQL Extensions

FDEBS_SQL_EXTENSIONS

No

SQL file extensions in their order to process. Specify the list of comma-separated extensions if you would like to change.
Default value is: {{seq,tbl,idx,typ,tps,tpb,sql,pkh,plb,pks,pkb,pls,pck,fnc,trg,spc,bdy,prc}}

SQL*Loader Root Source Directory

FDEBS_SQL_LDR_ROOT_SOURCE_DIR

No

Source folder for

Reports

control (ctl) files.

E

e.g

: report

. control.
Default is

reports

sqlldr.

Forms Root Source Directory

FDEBS_

MEDIA

FORMS_ROOT_SOURCE_DIR

No

Source folder for

image files

Forms.

E

e.g

: oa_media

. Form.
Default is

media

forms.

Reports Root Source Directory

FDEBS_

HTML

REPORTS_ROOT_SOURCE_DIR

No

Source folder for

web files

Reports.

E

e.g

: web

. report.
Default is

html

reports.

Workflows Root Source Directory

FDEBS_

FONTS

WORKFLOWS_ROOT_SOURCE_DIR

No

Source folder for

font

workflow files.

E

e.g

: font

. wf.
Default is

fonts

workflows.

FDEBS_

PROG

LIBRARIES_ROOT_SOURCE_DIR

NoSource folder for
Prog files.
E,g: cm.
Default is prog.
Form Libraries. (e.g. Form) Default is forms.
Publisher Root Source Directory

FDEBS_

WORKFLOWS

PUBLISHER_ROOT_SOURCE_DIR

No

Source folder for

workflow

Publisher files.

E

e.g

: wf

. xmlpub.
Default is

workflows

publisher.

Program Files Root Source Directory

FDEBS_

SCRIPTS

PROG_ROOT_SOURCE_DIR

No

Source folder for

scripts

Prog files.

eg: scripting

e.g. cm.
Default is

scripts

prog.

Fonts Root Source Directory

FDEBS_

PERL

FONTS_ROOT_SOURCE_DIR

No

Source folder for

perl modules

font files.

eg: pm

e.g. font.
Default is

perl

fonts.

Scripts Root Source Directory

FDEBS_

JAR

SCRIPTS_ROOT_SOURCE_DIR

No

Source folder for

JAR

scripts files.

eg: achieves

e.g. scripting.
Default is

jar

scripts.

Perl Module Root Source Directory

FDEBS_

EAR

PERL_ROOT_SOURCE_DIR

No

Source folder for

EAR files

perl modules.

eg: achieves

e.g. pm.
Default is

ear

perl.

Media Root Source Directory

FDEBS_

LOAD

MEDIA_

JAVA_

ROOT_SOURCE_DIR

No

Source folder for

Java Stored Procedure

image files.

eg: javasp

e.g. oa_media.
Default is

loadjava

media.

HTML Root Source Directory

FDEBS_

DAT

HTML_ROOT_SOURCE_DIR

No

Source folder for

data

web files.

eg: sqldata

e.g. web.
Default is

data.

html.

FDEBS_

SQL_LDR_ROOT_SOURCE_DIR

No

Source folder for control (ctl) files.
eg: control.
Default is sqlldr.

FDEBS_SQL_EXTENSIONS

No

SQL file extensions in their order to process. Specify the list of comma separated extensions if you would like to change.
Default value is: seq,tbl,idx,typ,tps,tpb,sql,pkh,plb,pks,pkb,pls,pck,fnc,trg,spc,bdy,prc

Inputs

Input Name

Required

Description

FILE_EXCLUDES

No

List of files to exclude while building. (e.g. server.xml, web.xml).

(Full deployment model only)

Project File ExcludesFD_PARTIAL_FILE_EXCLUDESNoControls files excluded from Project Files. Enter expressions separated by ##. Leave empty to select all files. Begin or end the expression with * for simple wildcards. Otherwise, regex is used. (e.g. /java/*##*.java##*person*##/java/.*[tT]est.*\.java)
Project File ExcludesFD_PARTIAL_FILE_INCLUDESNoControls files included in Project Files. Enter expressions separated by ##. Leave empty to select all files. Begin or end the expression with * for simple wildcards. Otherwise, regex is used. (e.g. /java/*##*.java##*person*##/java/.*[tT]est.*\.java)

Inputs

Input Name

Input Code

Required

Description

Include Files

FDEBS_INP_INCLUDE_FILES

No

Build Artifact will be generated with only these files. Separate files with comma.

Outputs

 

Output Name

Required

Description

 

 




Artifacts

This operation builds a zip file artifact and saves it to the artifacts repository.  

Endpoint Selection

This operation will select all available endpoints associated to the environment instance.

Endpoint Execution

This operation will run randomly execute on one of the endpoints identified during selection.

Special Considerations

See Supported EBS Object Types at the end of this document for Reference for supported objects and considerations.
Do not save files with spaces to source control system as spaces are not allowed in file names.