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.

...

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.g. XXAR). If source includes multiple custom tops, leave it empty and make sure top directory matches top name.

Java Root Source Directory

FDEBS_JAVA_ROOT_SOURCE_DIR

No

Where java/class/xml file's package resides. (For all AOL files).
e.g. classes.
Default is java.

Concurrent Program SQL Root Source Directory

FDEBS_CP_SQL_ROOT_SOURCE_DIR

No

Source folder for Concurrent Prorgram's SQL files (Not executed after deploy).
e.g. movesql.
Default is cp_sql.

Java Stored Procedure Root Source Directory

FDEBS_LOAD_JAVA_ROOT_SOURCE_DIR

No

Source folder for Java Stored Procedure files.
e.g. javasp.
Default is loadjava.

SQL Root Source Directory

FDEBS_SQL_ROOT_SOURCE_DIR

No

Source folder for sql and pls files.
e.g. db.
Default is 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 control (ctl) files.
e.g. control.
Default is sqlldr.

Forms Root Source Directory

FDEBS_FORMS_ROOT_SOURCE_DIR

No

Source folder for Forms.
e.g. Form.
Default is forms.

Reports Root Source Directory

FDEBS_REPORTS_ROOT_SOURCE_DIR

No

Source folder for Reports.
e.g. report.
Default is reports.

Workflows Root Source Directory

FDEBS_WORKFLOWS_ROOT_SOURCE_DIR

No

Source folder for workflow files.
e.g. wf.
Default is workflows.

FDEBS_LIBRARIES_ROOT_SOURCE_DIR

NoSource folder for Form Libraries. (e.g. Form) Default is forms.
Publisher Root Source Directory

FDEBS_PUBLISHER_ROOT_SOURCE_DIR

No

Source folder for Publisher files.
e.g. xmlpub.
Default is publisher.

Program Files Root Source Directory

FDEBS_PROG_ROOT_SOURCE_DIR

No

Source folder for Prog files.
e.g. cm.
Default is prog.

Fonts Root Source Directory

FDEBS_FONTS_ROOT_SOURCE_DIR

No

Source folder for font files.
e.g. font.
Default is fonts.

Scripts Root Source Directory

FDEBS_SCRIPTS_ROOT_SOURCE_DIR

No

Source folder for scripts files.
e.g. scripting.
Default is scripts.

Perl Module Root Source Directory

FDEBS_PERL_ROOT_SOURCE_DIR

No

Source folder for perl modules.
e.g. pm.
Default is perl.

Media Root Source Directory

FDEBS_MEDIA_ROOT_SOURCE_DIR

No

Source folder for image files.
e.g. oa_media.
Default is media.

HTML Root Source Directory

FDEBS_HTML_ROOT_SOURCE_DIR

No

Source folder for web files.
e.g. web.
Default is html.

FDEBS_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.  

...