Search Results process manufacturing
The FND_OAM_FORMS_RTI
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository table that stores runtime information related to Oracle Application Manager (OAM) forms. This table is part of the Oracle Application Framework (OAF) and plays a key role in managing form-based interactions within the EBS environment. Below is a detailed analysis of its structure, purpose, and significance.
1. Purpose and Functional Role
TheFND_OAM_FORMS_RTI
table primarily serves as a runtime repository for form-related metadata and transactional data used by Oracle Application Manager. It captures real-time execution details of forms, including session-specific attributes, navigation history, and state management. This table ensures that form-based applications maintain consistency during user interactions, particularly in multi-step processes or complex workflows.
2. Key Columns and Data Structure
The table consists of several important columns, including:- RTI_ID: A unique identifier for each runtime instance.
- FORM_ID: References the form definition from
FND_FORMS
or related metadata tables. - SESSION_ID: Links to the user session in
FND_SESSIONS
. - STATUS: Indicates the current state (e.g., ACTIVE, COMPLETED, ERROR).
- CREATION_DATE and LAST_UPDATE_DATE: Timestamps for auditing.
- ATTRIBUTE1-ATTRIBUTEn: Custom fields for extensibility.
3. Integration with Oracle Application Manager (OAM)
The table is tightly integrated with OAM's monitoring and diagnostic capabilities. It allows administrators to:- Track active form sessions for performance tuning.
- Diagnose issues by analyzing runtime errors or hangs.
- Audit user navigation paths for compliance.
4. Technical Considerations
In EBS 12.2.2, the table may leverage Oracle RAC (Real Application Clusters) for high availability. Partitioning strategies are often employed to manage large datasets efficiently. The table is indexed on key columns likeRTI_ID
, SESSION_ID
, and FORM_ID
to optimize query performance.
5. Customization and Extensibility
While primarily used by Oracle's seeded functionality, the table can be extended via custom attributes to support bespoke requirements. However, direct DML operations are discouraged; APIs likeFND_OAM_FORMS_PKG
should be used instead.
6. Maintenance and Performance
Regular purging of stale records via concurrent programs is recommended to prevent table bloating. In EBS 12.2.2, the table benefits from In-Memory Column Store (IMCS) optimizations when configured.7. Security Implications
Access to this table should be restricted due to its sensitive runtime data. Oracle's Virtual Private Database (VPD) policies may be applied in 12.2.2 for row-level security.Conclusion
TheFND_OAM_FORMS_RTI
table is a foundational component in Oracle EBS for managing form runtime states. Its design reflects Oracle's emphasis on scalability and diagnosability, particularly in complex enterprise deployments. Understanding this table is essential for EBS administrators and developers working on form customization or performance optimization.
-
View: FND_V$PROCESS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_V$PROCESS, object_name:FND_V$PROCESS, status:VALID, product: FND - Application Object Library , description: View of V$PROCESS and V$SESSION needed by the Concurrent Processing and Security features , implementation_dba_data: APPS.FND_V$PROCESS ,
-
View: FND_V$PROCESS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_V$PROCESS, object_name:FND_V$PROCESS, status:VALID, product: FND - Application Object Library , description: View of V$PROCESS and V$SESSION needed by the Concurrent Processing and Security features , implementation_dba_data: APPS.FND_V$PROCESS ,
-
Lookup Type: PMI_GLOBAL
12.1.1
product: FND - Application Object Library , meaning: Global , description: To interpret the meaning of null in Oracle Process Manufacturing. ,
-
Lookup Type: PMI_GLOBAL
12.2.2
product: FND - Application Object Library , meaning: Global , description: To interpret the meaning of null in Oracle Process Manufacturing. ,
-
Lookup Type: PMI_YES_NO
12.1.1
product: FND - Application Object Library , meaning: Yes or No for Process Manufacturing Intelligence , description: Yes / No for Quality Control Source Views. ,
-
Lookup Type: PMI_YES_NO
12.2.2
product: FND - Application Object Library , meaning: Yes or No for Process Manufacturing Intelligence , description: Yes / No for Quality Control Source Views. ,
-
Lookup Type: BUSINESS_ENTITY
12.1.1
product: FND - Application Object Library , meaning: Business Entity(1) ,
-
Lookup Type: BUSINESS_ENTITY
12.2.2
product: FND - Application Object Library , meaning: Business Entity(1) ,
-
Lookup Type: MENU_FORM_TITLES
12.2.2
product: FND - Application Object Library , meaning: MENU FORM TITLES , description: Form titles from FND_MENU_ENTRY.ACTION_ARGUMENTS ,
-
Lookup Type: MENU_FORM_TITLES
12.1.1
product: FND - Application Object Library , meaning: MENU FORM TITLES , description: Form titles from FND_MENU_ENTRY.ACTION_ARGUMENTS ,
-
Lookup Type: FND_WF_PROCESS_STATUS_LIST
12.1.1
product: FND - Application Object Library , meaning: FND WF PROCESS STATUS LIST , description: High-level statuses used to find workflow processes. ,
-
Lookup Type: FND_WF_PROCESS_STATUS_LIST
12.2.2
product: FND - Application Object Library , meaning: FND WF PROCESS STATUS LIST , description: High-level statuses used to find workflow processes. ,
-
Concurrent Program: FNDWFBGRAC
12.2.2
execution_filename: WF_ENGINE_RAC.BackgroundConcurrent , product: FND - Application Object Library , user_name: Workflow Background Process with RAC support , description: Same as Workflow Background process with the option to run on a given partition , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: CP_PROCESS_STATUS_CODE
12.1.1
product: FND - Application Object Library , meaning: CP PROCESS STATUS CODE , description: Status of concurrent managers ,
-
Lookup Type: CP_PROCESS_STATUS_CODE
12.2.2
product: FND - Application Object Library , meaning: CP PROCESS STATUS CODE , description: Status of concurrent managers ,
-
Lookup Type: FND_SOA_REQUEST_STATUS
12.2.2
product: FND - Application Object Library , meaning: ISG: SOAP Request Status , description: ISG: SOAP Request Status ,
-
Concurrent Program: FNDWFLST
12.1.1
execution_filename: WF_EVENT.LISTEN_CONCURRENT , product: FND - Application Object Library , user_name: Oracle Workflow Agent Listener , description: Runs a Listen Process to dequeue messages of Inbound Agents , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FNDWFBG
12.2.2
execution_filename: WF_ENGINE.BACKGROUNDCONCURRENT , product: FND - Application Object Library , user_name: Oracle Workflow Background Engine , description: Runs a background engine for processing deferred and/or timed out activities , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FNDWFLST
12.2.2
execution_filename: WF_EVENT.LISTEN_CONCURRENT , product: FND - Application Object Library , user_name: Oracle Workflow Agent Listener , description: Runs a Listen Process to dequeue messages of Inbound Agents , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FNDWFBG
12.1.1
execution_filename: WF_ENGINE.BACKGROUNDCONCURRENT , product: FND - Application Object Library , user_name: Oracle Workflow Background Engine , description: Runs a background engine for processing deferred and/or timed out activities , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: FORM_FUNCTION_TYPE
12.1.1
product: FND - Application Object Library , meaning: FORM_FUNCTION_TYPE , description: Determines the type of the function ,
-
Lookup Type: OPEN_INTERFACE
12.1.1
product: FND - Application Object Library , meaning: Open interfaces for the Integration Repository , description: Open interfaces for the Integration Repository ,
-
Lookup Type: OPEN_INTERFACE
12.2.2
product: FND - Application Object Library , meaning: Open interfaces for the Integration Repository , description: Open interfaces for the Integration Repository ,
-
Lookup Type: FORM_FUNCTION_TYPE
12.2.2
product: FND - Application Object Library , meaning: FORM_FUNCTION_TYPE , description: Determines the type of the function ,
-
Table: FND_OAM_FORMS_RTI
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OAM_FORMS_RTI, object_name:FND_OAM_FORMS_RTI, status:VALID, product: FND - Application Object Library , description: Forms Listener runtime process info. , implementation_dba_data: APPLSYS.FND_OAM_FORMS_RTI ,
-
Table: PA_BILLING_PROCESS_GT
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:FND.PA_BILLING_PROCESS_GT, object_name:PA_BILLING_PROCESS_GT, status:VALID, product: FND - Application Object Library , description: Having project ids elgible for revenue/invoice process , implementation_dba_data: APPS.PA_BILLING_PROCESS_GT ,
-
Table: FND_OAM_FRD_LOG
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OAM_FRD_LOG, object_name:FND_OAM_FRD_LOG, status:VALID, product: FND - Application Object Library , description: Forms Listener runtime process FRD log info. , implementation_dba_data: APPLSYS.FND_OAM_FRD_LOG ,
-
Table: FND_OAM_FORMS_RTI
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OAM_FORMS_RTI, object_name:FND_OAM_FORMS_RTI, status:VALID, product: FND - Application Object Library , description: Forms Listener runtime process info. , implementation_dba_data: APPLSYS.FND_OAM_FORMS_RTI ,
-
Table: PA_BILLING_PROCESS_GT
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.PA_BILLING_PROCESS_GT, object_name:PA_BILLING_PROCESS_GT, status:VALID, product: FND - Application Object Library , description: Having project ids elgible for revenue/invoice process , implementation_dba_data: APPS.PA_BILLING_PROCESS_GT ,
-
Table: FND_OAM_FRD_LOG
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OAM_FRD_LOG, object_name:FND_OAM_FRD_LOG, status:VALID, product: FND - Application Object Library , description: Forms Listener runtime process FRD log info. , implementation_dba_data: APPLSYS.FND_OAM_FRD_LOG ,
-
Lookup Type: UMX_REG_SERVICE_ELIGIBILITY
12.2.2
product: FND - Application Object Library , meaning: UMX Registration Process Eligibility ,
-
Lookup Type: UMX_REG_SERVICE_ELIGIBILITY
12.1.1
product: FND - Application Object Library , meaning: UMX Registration Process Eligibility ,
-
Table: FND_ENV_CONTEXT
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_ENV_CONTEXT, object_name:FND_ENV_CONTEXT, status:VALID, product: FND - Application Object Library , description: FND_ENV_CONTEXT stores information about environment name and value for each of the concurrent process , implementation_dba_data: APPLSYS.FND_ENV_CONTEXT ,
-
Table: FND_ENV_CONTEXT
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_ENV_CONTEXT, object_name:FND_ENV_CONTEXT, status:VALID, product: FND - Application Object Library , description: FND_ENV_CONTEXT stores information about environment name and value for each of the concurrent process , implementation_dba_data: APPLSYS.FND_ENV_CONTEXT ,
-
Table: PA_EI_CDL_CM_GTEMP
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:FND.PA_EI_CDL_CM_GTEMP PA.PA_EI_CDL_CM_GTEMP, object_name:PA_EI_CDL_CM_GTEMP, status:VALID, product: FND - Application Object Library , description: This global temporary table is created for storing the valid CDL details to be picked up by create and distribute burden trasactions process for creating burden transactions , implementation_dba_data: PA.PA_EI_CDL_CM_GTEMP ,
-
Table: PA_EI_CDL_CM_GTEMP
12.2.2
product: FND - Application Object Library , description: This global temporary table is created for storing the valid CDL details to be picked up by create and distribute burden trasactions process for creating burden transactions , implementation_dba_data: Not implemented in this database ,
-
Table: FND_CONCURRENT_PROCESSES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_PROCESSES, object_name:FND_CONCURRENT_PROCESSES, status:VALID, product: FND - Application Object Library , description: Operating system and ORACLE process IDs for concurrent managers , implementation_dba_data: APPLSYS.FND_CONCURRENT_PROCESSES ,
-
View: WF_RUNNABLE_PROCESSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_RUNNABLE_PROCESSES_V, object_name:WF_RUNNABLE_PROCESSES_V, status:VALID, product: FND - Application Object Library , description: All runnable processes , implementation_dba_data: APPS.WF_RUNNABLE_PROCESSES_V ,
-
Table: FND_CONCURRENT_PROCESSES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_PROCESSES, object_name:FND_CONCURRENT_PROCESSES, status:VALID, product: FND - Application Object Library , description: Operating system and ORACLE process IDs for concurrent managers , implementation_dba_data: APPLSYS.FND_CONCURRENT_PROCESSES ,
-
Table: FND_CONCURRENT_QUEUE_SIZE
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_QUEUE_SIZE, object_name:FND_CONCURRENT_QUEUE_SIZE, status:VALID, product: FND - Application Object Library , description: Number of requests concurrent managers can process at a time within their work shifts , implementation_dba_data: APPLSYS.FND_CONCURRENT_QUEUE_SIZE ,
-
View: WF_RUNNABLE_PROCESSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_RUNNABLE_PROCESSES_V, object_name:WF_RUNNABLE_PROCESSES_V, status:VALID, product: FND - Application Object Library , description: All runnable processes , implementation_dba_data: APPS.WF_RUNNABLE_PROCESSES_V ,
-
Table: FND_CONCURRENT_QUEUE_SIZE
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_QUEUE_SIZE, object_name:FND_CONCURRENT_QUEUE_SIZE, status:VALID, product: FND - Application Object Library , description: Number of requests concurrent managers can process at a time within their work shifts , implementation_dba_data: APPLSYS.FND_CONCURRENT_QUEUE_SIZE ,
-
Table: WF_PROCESS_ACTIVITIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_PROCESS_ACTIVITIES, object_name:WF_PROCESS_ACTIVITIES, status:VALID, product: FND - Application Object Library , description: Activity data within a process , implementation_dba_data: APPLSYS.WF_PROCESS_ACTIVITIES ,
-
Table: WF_PROCESS_ACTIVITIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_PROCESS_ACTIVITIES, object_name:WF_PROCESS_ACTIVITIES, status:VALID, product: FND - Application Object Library , description: Activity data within a process , implementation_dba_data: APPLSYS.WF_PROCESS_ACTIVITIES ,
-
Table: WF_ACTIVITIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_ACTIVITIES, object_name:WF_ACTIVITIES, status:VALID, product: FND - Application Object Library , description: Defines a unit of work that contributes to the accomplishment of a process. , implementation_dba_data: APPLSYS.WF_ACTIVITIES ,
-
Concurrent Program: FNDWFLOAD
12.2.2
execution_filename: WFLOAD , product: FND - Application Object Library , user_name: Oracle Workflow Definitions Loader , description: Loads and/or saves process definitions from a database or flat file , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Table: WF_ACTIVITIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_ACTIVITIES, object_name:WF_ACTIVITIES, status:VALID, product: FND - Application Object Library , description: Defines a unit of work that contributes to the accomplishment of a process. , implementation_dba_data: APPLSYS.WF_ACTIVITIES ,
-
Concurrent Program: FNDWFLOAD
12.1.1
execution_filename: WFLOAD , product: FND - Application Object Library , user_name: Oracle Workflow Definitions Loader , description: Loads and/or saves process definitions from a database or flat file , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Lookup Type: CP_MANAGER_TYPE
12.1.1
product: FND - Application Object Library , meaning: CP MANAGER TYPE , description: Concurrent Manager type ,
-
Lookup Type: CP_MANAGER_TYPE
12.2.2
product: FND - Application Object Library , meaning: CP MANAGER TYPE , description: Concurrent Manager type ,