Search Results fnd_run_req_pp_actions
Overview
The FND_RUN_REQ_PP_ACTIONS table is a core technical table within the Application Object Library (FND) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It functions as a persistent queue for managing post-processing actions associated with concurrent request sets. When a request set completes, the system may need to perform specific follow-up tasks, such as sending notifications or triggering subsequent processes. This table stores the definitions of those pending actions, ensuring they are tracked and executed by the appropriate post-processing engine. Its role is critical for the automated workflow and chaining of business processes initiated through the concurrent manager.
Key Information Stored
The table's structure is defined by its composite primary key, which precisely identifies a specific action within the context of a completed request set. The key columns are PARENT_REQUEST_ID, REQUEST_SET_PROGRAM_ID, SET_APPLICATION_ID, REQUEST_SET_ID, and SEQUENCE. These fields collectively link the action to the original parent concurrent request (PARENT_REQUEST_ID) and the specific program (REQUEST_SET_PROGRAM_ID) within a defined request set (REQUEST_SET_ID from a specific SET_APPLICATION_ID). The SEQUENCE column orders multiple actions. While the provided metadata does not list non-key columns, typical data would include the action type (e.g., 'SEND_MAIL'), action parameters, status flags, and timestamps to manage the execution lifecycle of the post-processing task.
Common Use Cases and Queries
This table is primarily used for administrative monitoring and troubleshooting of the post-request processing subsystem. Common scenarios include diagnosing why a post-completion email notification was not sent or investigating hung workflow steps after a request set finishes. A typical diagnostic query would join to the main concurrent requests table to examine pending actions for a specific request.
- Sample Query to Find Pending Actions:
SELECT rrpa.* FROM apps.FND_RUN_REQ_PP_ACTIONS rrpa, apps.FND_CONCURRENT_REQUESTS fcr WHERE rrpa.parent_request_id = fcr.request_id AND fcr.request_id = &REQUEST_ID; - Reporting Use Case: Generating a report of all incomplete post-processing actions across the system to identify potential stalls in business process automation.
Related Objects
The table maintains strict referential integrity through documented foreign key relationships with core concurrent processing tables. These relationships are essential for understanding its data lineage and for constructing accurate joins in queries.
- FND_CONCURRENT_REQUESTS: Links via
FND_RUN_REQ_PP_ACTIONS.PARENT_REQUEST_ID = FND_CONCURRENT_REQUESTS.REQUEST_ID. This ties each action to the master concurrent request record. - FND_REQUEST_SET_PROGRAMS: Links via a composite foreign key:
FND_RUN_REQ_PP_ACTIONS.SET_APPLICATION_ID = FND_REQUEST_SET_PROGRAMS.APPLICATION_ID,FND_RUN_REQ_PP_ACTIONS.REQUEST_SET_ID = FND_REQUEST_SET_PROGRAMS.REQUEST_SET_ID, andFND_RUN_REQ_PP_ACTIONS.REQUEST_SET_PROGRAM_ID = FND_REQUEST_SET_PROGRAMS.REQUEST_SET_PROGRAM_ID. This relationship connects the action to the specific program definition within the request set's structure.
-
Table: FND_RUN_REQ_PP_ACTIONS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_RUN_REQ_PP_ACTIONS, object_name:FND_RUN_REQ_PP_ACTIONS, status:VALID, product: FND - Application Object Library , description: FND_RUN_REQ_PP_ACTIONS stores the post request processing actions , implementation_dba_data: APPLSYS.FND_RUN_REQ_PP_ACTIONS ,
-
Table: FND_RUN_REQ_PP_ACTIONS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_RUN_REQ_PP_ACTIONS, object_name:FND_RUN_REQ_PP_ACTIONS, status:VALID, product: FND - Application Object Library , description: FND_RUN_REQ_PP_ACTIONS stores the post request processing actions , implementation_dba_data: APPLSYS.FND_RUN_REQ_PP_ACTIONS ,
-
APPS.FND_SUBMIT dependencies on FND_RUN_REQ_PP_ACTIONS
12.2.2
-
APPS.FND_REQUEST_SET dependencies on FND_RUN_REQ_PP_ACTIONS
12.2.2
-
APPS.FND_MLS_REQUEST dependencies on FND_RUN_REQ_PP_ACTIONS
12.1.1
-
APPS.FND_RESUB_PRIVATE dependencies on FND_RUN_REQ_PP_ACTIONS
12.2.2
-
APPS.FND_DELIVERY dependencies on FND_RUN_REQ_PP_ACTIONS
12.2.2
-
APPS.FND_MLS_REQUEST dependencies on FND_RUN_REQ_PP_ACTIONS
12.2.2
-
APPS.FND_RESUB_PRIVATE dependencies on FND_RUN_REQ_PP_ACTIONS
12.1.1
-
APPS.FND_SUBMIT dependencies on FND_RUN_REQ_PP_ACTIONS
12.1.1
-
APPS.FND_PROGRAM dependencies on FND_RUN_REQ_PP_ACTIONS
12.2.2
-
APPS.FND_REQUEST_SET dependencies on FND_RUN_REQ_PP_ACTIONS
12.1.1
-
APPS.FND_MLS_SUBMIT dependencies on FND_RUN_REQ_PP_ACTIONS
12.1.1
-
APPS.FND_REQUEST dependencies on FND_RUN_REQ_PP_ACTIONS
12.2.2
-
APPS.FND_PROGRAM dependencies on FND_RUN_REQ_PP_ACTIONS
12.1.1
-
SYNONYM: APPS.FND_RUN_REQ_PP_ACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_RUN_REQ_PP_ACTIONS, status:VALID,
-
SYNONYM: APPS.FND_RUN_REQ_PP_ACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_RUN_REQ_PP_ACTIONS, status:VALID,
-
VIEW: APPLSYS.FND_RUN_REQ_PP_ACTIONS#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:FND_RUN_REQ_PP_ACTIONS#, status:VALID,
-
VIEW: APPLSYS.FND_RUN_REQ_PP_ACTIONS#
12.2.2
-
TABLE: APPLSYS.FND_RUN_REQ_PP_ACTIONS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_RUN_REQ_PP_ACTIONS, object_name:FND_RUN_REQ_PP_ACTIONS, status:VALID,
-
APPS.FND_MLS_REQUEST SQL Statements
12.2.2
-
TABLE: APPLSYS.FND_RUN_REQ_PP_ACTIONS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_RUN_REQ_PP_ACTIONS, object_name:FND_RUN_REQ_PP_ACTIONS, status:VALID,
-
APPS.FND_PROGRAM dependencies on FND_CONC_PP_ACTIONS
12.1.1
-
APPS.FND_MLS_REQUEST SQL Statements
12.1.1
-
APPS.FND_PROGRAM dependencies on FND_CONC_PP_ACTIONS
12.2.2
-
APPS.FND_PROGRAM dependencies on FND_FILE_TEMP
12.1.1
-
APPS.FND_PROGRAM dependencies on FND_FILE_TEMP
12.2.2
-
PACKAGE BODY: APPS.FND_MLS_REQUEST
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_MLS_REQUEST, status:VALID,
-
PACKAGE BODY: APPS.FND_PROGRAM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_PROGRAM, status:VALID,
-
PACKAGE BODY: APPS.FND_RESUB_PRIVATE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_RESUB_PRIVATE, status:VALID,
-
PACKAGE BODY: APPS.FND_MLS_REQUEST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_MLS_REQUEST, status:VALID,
-
APPS.FND_SUBMIT dependencies on FND_RUN_REQUESTS
12.1.1
-
PACKAGE BODY: APPS.FND_RESUB_PRIVATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_RESUB_PRIVATE, status:VALID,
-
Table: FND_REQUEST_SET_PROGRAMS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REQUEST_SET_PROGRAMS, object_name:FND_REQUEST_SET_PROGRAMS, status:VALID, product: FND - Application Object Library , description: Reports within report sets , implementation_dba_data: APPLSYS.FND_REQUEST_SET_PROGRAMS ,
-
Table: FND_REQUEST_SET_PROGRAMS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REQUEST_SET_PROGRAMS, object_name:FND_REQUEST_SET_PROGRAMS, status:VALID, product: FND - Application Object Library , description: Reports within report sets , implementation_dba_data: APPLSYS.FND_REQUEST_SET_PROGRAMS ,
-
PACKAGE BODY: APPS.FND_DELIVERY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_DELIVERY, status:VALID,
-
PACKAGE BODY: APPS.FND_REQUEST_SET
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_REQUEST_SET, status:VALID,
-
PACKAGE BODY: APPS.FND_MLS_SUBMIT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_MLS_SUBMIT, status:VALID,
-
PACKAGE BODY: APPS.FND_REQUEST_SET
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_REQUEST_SET, status:VALID,
-
PACKAGE BODY: APPS.FND_SUBMIT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_SUBMIT, status:VALID,
-
PACKAGE BODY: APPS.FND_SUBMIT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_SUBMIT, status:VALID,
-
PACKAGE BODY: APPS.FND_PROGRAM
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_PROGRAM, status:VALID,
-
APPS.FND_SUBMIT dependencies on FND_RUN_REQUESTS
12.2.2
-
APPS.FND_REQUEST_SET SQL Statements
12.2.2
-
APPS.FND_SUBMIT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.FND_REQUEST
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_REQUEST, status:VALID,
-
APPS.FND_SUBMIT SQL Statements
12.1.1
-
APPS.FND_MLS_SUBMIT SQL Statements
12.1.1
-
APPS.FND_REQUEST_SET SQL Statements
12.1.1
-
APPS.FND_DELIVERY SQL Statements
12.2.2