0% found this document useful (0 votes)
78 views

Concepts of Oracle Applications

Oracle Applications concepts include database objects, module directory structures, flexfields, value sets, and the Concurrent Manager. Flexfields allow customizing data fields without programming and can be key or descriptive. Value sets define codes and meanings using lookups. The Concurrent Manager manages submitted concurrent programs and their parallel execution in the background continuously.

Uploaded by

Ranjita08
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
78 views

Concepts of Oracle Applications

Oracle Applications concepts include database objects, module directory structures, flexfields, value sets, and the Concurrent Manager. Flexfields allow customizing data fields without programming and can be key or descriptive. Value sets define codes and meanings using lookups. The Concurrent Manager manages submitted concurrent programs and their parallel execution in the background continuously.

Uploaded by

Ranjita08
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 12

Concepts of Oracle Applications

 DATABASE OBJECTS

 Module Specific Directory Structure

 Flexfields

 Value Sets

 Concurrent Manager
DATABASE OBJECTS
SCHEMA STRUCTURE
Module Specific Directory Structure

/d2/hora10/APPS/ont/11.5.0/forms/US/OEXOEORD.fmx
FLEXFIELDS

Flexfield: A flexfield is a flexible data field that an organization can customize to the business
needs without programming.

Two Types of Flexfields:


1. Key Flexfields
2. Descriptive Flexfields

 KEY Flexfield: It appears as a normal field on a form. The value of a key flex field is like a
concatenated value having segment separator.
Example: Stock Locator in Inventory Module
 Navigation: Inventory>SETUP> Organization>Sub Inventories> Stock Locators
 Descriptive Flexfield: To capture the additional information that is
important and unique to the business. It appears in a block as a two
character unnamed field enclosed in square brackets.
Example: Additional Header Information in OM

 Navigation: Order Management>Orders> Sales Orders


VALUE SETS

 Types of Value Sets:


Independent
Dependent
Table
None
LOOKUP
 It is a set of codes and their meanings.
 TABLE: FND_LOOKUPS

 NAVIGATION:
Application Developer > Application > Lookups
> Application Object Library
TRANSLATION TABLES

 Oracle Applications stores language


specific attributes in a separate table
know as the translation table, ...
CONCURRENT MANAGER

.
1 Concurrent Manager is related to Concurrent  Programs.
2. Purpose of a Concurrent manager is to manage the submitted
concurrent programs and also manages the parallel execution of
concurrent programs.

3. Concurrent Manager that runs in the background all the time. This
background process, called Concurrent Manager ideally will be running
24x7.

Running The Concurrent programs:

 Submit a Single Request


 Request Set
 Scheduling a Request

You might also like