Search Results fnd_request_sets
Overview
The FND_REQUEST_SETS table is a core data object within the Application Object Library (FND) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the master definition table for report sets, which are collections of individual concurrent programs or other request sets that can be submitted as a single job. These sets enable the automation of multi-step business processes, allowing for sequential or parallel execution, conditional logic based on prior program outcomes, and consolidated output. As a foundational table in the concurrent processing architecture, it is owned by the APPLSYS schema and is integral to defining and managing batch workflows.
Key Information Stored
The table stores the structural and control metadata for each request set. Its primary key is a composite of APPLICATION_ID and REQUEST_SET_ID, ensuring uniqueness within the application. A unique key also exists on APPLICATION_ID and REQUEST_SET_NAME. Critical columns include REQUEST_SET_ID (the internal identifier), REQUEST_SET_NAME (the internal name), and CONCURRENT_PROGRAM_ID (linking to the concurrent program definition that represents the set as a runnable entity). Other significant columns manage descriptive attributes, printing preferences (PRINTER, PRINT_STYLE), and standard EBS audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN). The OWNER column references the user responsible for the set definition.
Common Use Cases and Queries
This table is central to administrative and reporting activities concerning batch workflows. Common use cases include auditing the configuration of all request sets within an application, identifying sets owned by a specific user, or diagnosing submission issues by verifying base definitions. A typical query retrieves a set's core details by its internal name:
- SELECT request_set_id, concurrent_program_id, printer, print_style FROM apps.fnd_request_sets WHERE application_id = 123 AND request_set_name = 'XX_CUSTOM_SET';
For reporting purposes, it is frequently joined with the FND_CONCURRENT_PROGRAMS table to get executable details and with FND_REQUEST_SETS_TL for translated user-facing names. Developers may query this table to find the program ID associated with a set for use in programmatic submissions via the FND_REQUEST.SUBMIT_REQUEST API.
Related Objects
FND_REQUEST_SETS has defined relationships with several key EBS objects, primarily through foreign key constraints. The documented relationships are:
- FND_CONCURRENT_PROGRAMS: Joined via APPLICATION_ID and CONCURRENT_PROGRAM_ID. This links the set definition to its executable program entity.
- FND_REQUEST_SETS_TL: Joined via APPLICATION_ID and REQUEST_SET_ID. This table holds the translated set names and descriptions for multiple languages.
- FND_REQUEST_SET_STAGES: Joined via SET_APPLICATION_ID and REQUEST_SET_ID. This child table defines the stages within the request set.
- FND_REQUEST_GROUP_UNITS: Joined via UNIT_APPLICATION_ID and REQUEST_UNIT_ID (where the unit is the request set). This registers the set as a securable unit within a request group.
- FND_USER: Joined for the CREATED_BY, LAST_UPDATED_BY, and OWNER columns.
- FND_LOGINS: Joined for the LAST_UPDATE_LOGIN column.
- FND_PRINTER / FND_PRINTER_STYLES: Joined for the PRINTER and PRINT_STYLE columns, managing output device preferences.
-
Table: FND_REQUEST_SETS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REQUEST_SETS, object_name:FND_REQUEST_SETS, status:VALID, product: FND - Application Object Library , description: Reports sets , implementation_dba_data: APPLSYS.FND_REQUEST_SETS ,
-
Table: FND_REQUEST_SETS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REQUEST_SETS, object_name:FND_REQUEST_SETS, status:VALID, product: FND - Application Object Library , description: Reports sets , implementation_dba_data: APPLSYS.FND_REQUEST_SETS ,
-
Table: FND_REQUEST_SETS_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REQUEST_SETS_TL, object_name:FND_REQUEST_SETS_TL, status:VALID, product: FND - Application Object Library , description: Translations for FND_REQUEST_SETS , implementation_dba_data: APPLSYS.FND_REQUEST_SETS_TL ,
-
Table: FND_REQUEST_SETS_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REQUEST_SETS_TL, object_name:FND_REQUEST_SETS_TL, status:VALID, product: FND - Application Object Library , description: Translations for FND_REQUEST_SETS , implementation_dba_data: APPLSYS.FND_REQUEST_SETS_TL ,
-
View: FND_REQUEST_SETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_REQUEST_SETS_VL, object_name:FND_REQUEST_SETS_VL, status:VALID, product: FND - Application Object Library , description: View of FND_REQUEST_SETS and FND_REQUEST_SETS_TL , implementation_dba_data: APPS.FND_REQUEST_SETS_VL ,
-
View: FND_REQUEST_SETS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_REQUEST_SETS_VL, object_name:FND_REQUEST_SETS_VL, status:VALID, product: FND - Application Object Library , description: View of FND_REQUEST_SETS and FND_REQUEST_SETS_TL , implementation_dba_data: APPS.FND_REQUEST_SETS_VL ,
-
Table: FND_REQUEST_GROUP_UNITS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REQUEST_GROUP_UNITS, object_name:FND_REQUEST_GROUP_UNITS, status:VALID, product: FND - Application Object Library , description: Reports and groups within each report security group , implementation_dba_data: APPLSYS.FND_REQUEST_GROUP_UNITS ,
-
Table: FND_PRINTER
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PRINTER, object_name:FND_PRINTER, status:VALID, product: FND - Application Object Library , description: Printers registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_PRINTER ,
-
Table: FND_REQUEST_GROUP_UNITS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REQUEST_GROUP_UNITS, object_name:FND_REQUEST_GROUP_UNITS, status:VALID, product: FND - Application Object Library , description: Reports and groups within each report security group , implementation_dba_data: APPLSYS.FND_REQUEST_GROUP_UNITS ,
-
Table: FND_PRINTER_STYLES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PRINTER_STYLES, object_name:FND_PRINTER_STYLES, status:VALID, product: FND - Application Object Library , description: Printer styles , implementation_dba_data: APPLSYS.FND_PRINTER_STYLES ,
-
Table: FND_PRINTER_STYLES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PRINTER_STYLES, object_name:FND_PRINTER_STYLES, status:VALID, product: FND - Application Object Library , description: Printer styles , implementation_dba_data: APPLSYS.FND_PRINTER_STYLES ,
-
Table: FND_PRINTER
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PRINTER, object_name:FND_PRINTER, status:VALID, product: FND - Application Object Library , description: Printers registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_PRINTER ,
-
Table: FND_USER
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_USER, object_name:FND_USER, status:VALID, product: FND - Application Object Library , description: Application users , implementation_dba_data: APPLSYS.FND_USER ,
-
Table: FND_USER
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_USER, object_name:FND_USER, status:VALID, product: FND - Application Object Library , description: Application users , implementation_dba_data: APPLSYS.FND_USER ,
-
Table: FND_REQUEST_SET_STAGES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REQUEST_SET_STAGES, object_name:FND_REQUEST_SET_STAGES, status:VALID, product: FND - Application Object Library , description: Stores request set stages , implementation_dba_data: APPLSYS.FND_REQUEST_SET_STAGES ,
-
Table: FND_REQUEST_SET_STAGES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REQUEST_SET_STAGES, object_name:FND_REQUEST_SET_STAGES, status:VALID, product: FND - Application Object Library , description: Stores request set stages , implementation_dba_data: APPLSYS.FND_REQUEST_SET_STAGES ,
-
Table: FND_LOGINS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOGINS, object_name:FND_LOGINS, status:VALID, product: FND - Application Object Library , description: Sign-On Audit information about who signs on to an application and when , implementation_dba_data: APPLSYS.FND_LOGINS ,
-
Table: FND_CONCURRENT_PROGRAMS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_PROGRAMS, object_name:FND_CONCURRENT_PROGRAMS, status:VALID, product: FND - Application Object Library , description: Concurrent programs , implementation_dba_data: APPLSYS.FND_CONCURRENT_PROGRAMS ,
-
Table: FND_CONCURRENT_PROGRAMS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_PROGRAMS, object_name:FND_CONCURRENT_PROGRAMS, status:VALID, product: FND - Application Object Library , description: Concurrent programs , implementation_dba_data: APPLSYS.FND_CONCURRENT_PROGRAMS ,
-
Table: FND_LOGINS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOGINS, object_name:FND_LOGINS, status:VALID, product: FND - Application Object Library , description: Sign-On Audit information about who signs on to an application and when , implementation_dba_data: APPLSYS.FND_LOGINS ,