Oracle Applications JumpStart Guide
This guide is designed to get you a basic Oracle Applications connection that is useful without going through the different parts of the documentation. At the end of this walk through you will find links to relevant topics for each step, should you wish to customize the setup.
Prerequisites
- JDBC connection string to the Oracle database of the Oracle Applications system
- Database user with privileges to start ADS Current Vacancy Details (
PER_ADSCURVACDET
).
Process Flow
- Create JDBC Credential
- Create Database Connection
- Create Oracle Applications System
- Import Concurrent Program
- Schedule Imported Concurrent Program
Create JDBC Credential
- Navigate to Security > Credentials.
- Choose New Credential from the context-menu.
- Choose
JDBC
Protocol. - Fill the database username into the Real User.
- Fill the password and confirm the password in the Password and Retype.
- Fill the database name server into the Endpoint field.
Create Database Connection
- Navigate to Environment > Database.
- Choose New Database from the context-menu.
- Fill the database name server into the Name field; it must match your credential Endpoint field.
- Select Oracle Thin in Connection > Jdbc Driver Class Name field.
- Fill the database server hostname (ideally FQDN name) into the Host field, the Port field is optional, fill this when the port number is not
1521
, fill the database service name into the Database field. - Select the previously created credential in the Connection User field and choose Test Connection, a message Successfully connected to
<database_url>
using<jdbc_driver_class>
is displayed.
Create Oracle Applications System
- Navigate to Environment > Oracle Applications.
- Choose New Oracle Applications system from the context-menu.
- Fill a name into the Name field, select the previously created Oracle database connection in the Database field.
- Select a time zone for the database, if in doubt, use the time zone of the physical location of the database.
- Choose Output Retrieval > Retrieve files using HTTP(s).
- Choose Save & Close.
Import a Concurrent Program
- Navigate to Definitions > Processes.
- Fill
System_OraApps
in the Search field and choose the magnifying glass. - Choose Submit from the context-menu of System_OraApps_ConcurrentProgramImport.
- Select your Oracle Applications system in the Applications System name field, fill
Human
and select Human Resources in the Application Short name field, fillADS
and select ADS Current Vacancy Details in the Concurrent Program name field. - Choose Submit and Submit.
- Choose Monitor related processes from the context-menu of System_OraApps_ConcurrentProgramImport and ensure the import process reaches status Completed.
- Expand Files, open stdout.log, notice the name of the imported definition is PER_ADSCURVACDET.
Schedule Imported Concurrent Program
- Navigate to Definitions > Processes, search for
PER_ADSCURVACDET
. - Choose Submit from the context-menu of PER_ADSCURVACDET.
- Select your Oracle Applications system in the Applications System name field, select your user name, select HRMS Progress UK Super User.
- Choose the Layout tab, select Current Vacancy Details in the Layout Code field, select EXCEL in the Format field.
- Choose Submit and Submit.
- Choose Monitor related processes from the context-menu of PER_ADSCURVACDET. Once the process has reached status Completed, expand Files, and open oraAppsTemplate.out.
Further Reading
- Prepare Oracle Application Instance
- Connecting to Oracle Applications Instances
- Intercepting Oracle Applications Jobs
- Calling Oracle Applications Functions and Procedures
- Oracle EBS Process Definitions
- Importing Oracle Applications Concurrent Programs
- Importing Oracle Applications Functions and Procedures
- Importing Oracle Applications Request Sets
- Using the Oracle Apps Definition Type
- Oracle Applications Job Interception Configuration
- The Oracle Applications Connector
- Create EBS system connections