Search Results what is mt-access in rrc setup request
The FND_CONC_REQ_OUTPUTS
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical repository for managing concurrent request output files generated by the Concurrent Processing framework. This table stores metadata about output files, including their locations, formats, and associations with specific concurrent requests. Below is a detailed analysis of its structure, functionality, and significance in Oracle EBS.
1. Purpose and Role
TheFND_CONC_REQ_OUTPUTS
table serves as a central repository for tracking output files generated by concurrent programs. Each time a concurrent request executes, it may produce one or more output files (e.g., reports, logs, or data extracts). This table maintains references to these files, enabling users and applications to retrieve them efficiently. It acts as a bridge between the concurrent manager and the file system or database where outputs are stored.
2. Key Columns and Structure
The table includes several important columns:- REQUEST_ID: Foreign key linking to
FND_CONCURRENT_REQUESTS
, identifying the parent concurrent request. - OUTPUT_FILE_ID: Primary key uniquely identifying each output file.
- FILE_NAME: The name of the output file (e.g.,
report.txt
oroutput.pdf
). - FILE_DATA: In some configurations, this BLOB column stores the actual file content (if stored in the database).
- FILE_FORMAT: Indicates the file format (e.g.,
TEXT
,PDF
,HTML
). - CREATION_DATE: Timestamp of file generation.
- NODE_NAME: Identifies the server node where the file was created.
- TRANSFER_STATUS: Tracks whether the file was successfully transferred to a designated location (e.g.,
PENDING
,COMPLETED
).
3. Integration with Concurrent Processing
When a concurrent request completes, the Concurrent Manager updatesFND_CONC_REQ_OUTPUTS
with details of the generated outputs. The table interacts with other key EBS components:
- FND_CONCURRENT_REQUESTS: Provides request details (e.g., phase, status).
- FND_CONCURRENT_PROGRAMS: Defines the program associated with the output.
- FND_FILE: Oracle's utility package for file I/O operations, often used to read/write outputs referenced in this table.
4. Output Storage Mechanisms
Outputs can be stored in two ways:- File System: Files are written to directories specified by the
APPLCSF
(Application Top Concurrent Processing Log/Temp Directory) or custom paths. The table stores file paths for retrieval. - Database (BLOB): For smaller files or specific configurations, outputs may be stored directly in the
FILE_DATA
column.
5. Common Use Cases
- Report Generation: PDF or text reports from concurrent programs are logged here.
- Log Files: Debug or execution logs for troubleshooting.
- Data Exports: Outputs from data extraction programs (e.g., CSV files).
- Integration: External systems query this table to fetch outputs via APIs or direct SQL.
6. Administration and Maintenance
Administrators should:- Monitor table growth, as BLOB storage can consume significant space.
- Purge obsolete entries using
FND_CONCURRENT_REQUESTS
cleanup utilities. - Ensure proper filesystem permissions for output directories.
7. Performance Considerations
Indexes onREQUEST_ID
and OUTPUT_FILE_ID
optimize query performance. For high-volume environments, consider partitioning or archiving historical data.
8. Differences in EBS 12.1.1 vs. 12.2.2
While the core structure remains consistent, EBS 12.2.2 may include enhancements:- Improved BLOB handling for larger files.
- Additional columns for cloud or multi-node environments.
- Tighter integration with Oracle WebLogic in 12.2.2.
Conclusion
TheFND_CONC_REQ_OUTPUTS
table is indispensable for managing concurrent request outputs in Oracle EBS. Its design ensures traceability, accessibility, and scalability, supporting critical reporting and data processing workflows. Proper understanding of this table aids in troubleshooting, auditing, and optimizing concurrent processing operations.
-
File: Concurrent Request Sets ERD.pdf
12.1.1
product: FND - Application Object Library , size: 6.193 KBytes , file_type: PDF Diagram ,
-
File: Concurrent Request Sets ERD.pdf
12.2.2
product: FND - Application Object Library , size: 6.193 KBytes , file_type: PDF Diagram ,
-
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: 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: 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: CONC_REPORT_ACCESS_LEVEL
12.1.1
product: FND - Application Object Library , meaning: CONC REPORT ACCESS LEVEL , description: Controls on-line access to concurrent request output files ,
-
Lookup Type: CONC_REPORT_ACCESS_LEVEL
12.2.2
product: FND - Application Object Library , meaning: CONC REPORT ACCESS LEVEL , description: Controls on-line access to concurrent request output files ,
-
Concurrent Program: FNDCPCLN
12.2.2
execution_filename: afcpclean , product: FND - Application Object Library , user_name: FNDCPCLN , description: To clean up target database in a cloning case. , argument_method: Standard , enabled: Yes , execution_method: Host ,
-
Concurrent Program: FNDCPCLN
12.1.1
execution_filename: afcpclean , product: FND - Application Object Library , user_name: FNDCPCLN , description: To clean up target database in a cloning case. , argument_method: Standard , enabled: Yes , execution_method: Host ,
-
Lookup Type: UMX_REQUEST_STATUS
12.2.2
product: FND - Application Object Library , meaning: UMX Request Status ,
-
Lookup Type: UMX_REQUEST_STATUS
12.1.1
product: FND - Application Object Library , meaning: UMX Request Status ,
-
Table: FND_CONC_REQ_OUTPUTS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONC_REQ_OUTPUTS, object_name:FND_CONC_REQ_OUTPUTS, status:VALID, product: FND - Application Object Library , description: This table stores output files created by Concurrent Request. Initial output file generated by Concurrent Request will be stored in FND_CONCURRENT_REQUESTS table and all remaining output files generated Concurrent Request including XML Publ , implementation_dba_data: APPLSYS.FND_CONC_REQ_OUTPUTS ,
-
Lookup Type: APPS_MAINTENANCE_MODE_SUPPORT
12.2.2
product: FND - Application Object Library , meaning: Applications Maintenance Mode Support , description: Used by the Functions form for values of FND_FUNCTION table column MAINTENANCE_MODE_SUPPORT ,
-
Table: FND_CONC_REQ_OUTPUTS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONC_REQ_OUTPUTS, object_name:FND_CONC_REQ_OUTPUTS, status:VALID, product: FND - Application Object Library , description: This table stores output files created by Concurrent Request. Initial output file generated by Concurrent Request will be stored in FND_CONCURRENT_REQUESTS table and all remaining output files generated Concurrent Request including XML Publ , implementation_dba_data: APPLSYS.FND_CONC_REQ_OUTPUTS ,
-
Lookup Type: APPS_MAINTENANCE_MODE_SUPPORT
12.1.1
product: FND - Application Object Library , meaning: Applications Maintenance Mode Support , description: Used by the Functions form for values of FND_FUNCTION table column MAINTENANCE_MODE_SUPPORT ,
-
Lookup Type: FND_SOA_REQUEST_STATUS
12.2.2
product: FND - Application Object Library , meaning: ISG: SOAP Request Status , description: ISG: SOAP Request Status ,
-
Lookup Type: EXAMINE_GLOBAL_VARIABLES
12.1.1
product: FND - Application Object Library , meaning: EXAMINE GLOBAL VARIABLES , description: Global variables viewable in Examine ,
-
Lookup Type: EXAMINE_GLOBAL_VARIABLES
12.2.2
product: FND - Application Object Library , meaning: EXAMINE GLOBAL VARIABLES , description: Global variables viewable in Examine ,
-
Lookup Type: SRS_REQUEST_UNIT_TYPES
12.2.2
product: FND - Application Object Library , meaning: SRS REQUEST UNIT TYPES , description: Types of request units to include in a report group ,
-
Lookup Type: SRS_REQUEST_UNIT_TYPES
12.1.1
product: FND - Application Object Library , meaning: SRS REQUEST UNIT TYPES , description: Types of request units to include in a report group ,
-
Lookup Type: CLN_COLLABORATION_DOC_TYPE
12.2.2
product: FND - Application Object Library , meaning: Collaboration document type , description: Collaboration document type ,
-
Lookup Type: CLN_COLLABORATION_DOC_TYPE
12.1.1
product: FND - Application Object Library , meaning: Collaboration document type , description: Collaboration document type ,
-
Lookup Type: CONC_VIEW_REQ_QUERY_TYPE
12.2.2
product: FND - Application Object Library , meaning: Concurrent SSWA View Request Query Type , description: Concurrent SSWA View Request Query Type ,
-
Lookup Type: FND_SQLNET_ACCESS_TYPES
12.1.1
product: FND - Application Object Library , meaning: SQL Net Access Types , description: SQL Net Access Types ,
-
Lookup Type: FND_SQLNET_ACCESS_TYPES
12.2.2
product: FND - Application Object Library , meaning: SQL Net Access Types , description: SQL Net Access Types ,
-
Lookup Type: MSC_CRITERIA_FIELD_PROMPT
12.2.2
product: FND - Application Object Library , meaning: MSC_CRITERIA_FIELD_PROMPT , description: MSC_CRITERIA_FIELD_PROMPT ,
-
Lookup Type: MSC_CRITERIA_FIELD_PROMPT
12.1.1
product: FND - Application Object Library , meaning: MSC_CRITERIA_FIELD_PROMPT , description: MSC_CRITERIA_FIELD_PROMPT ,
-
Lookup Type: CONC_VIEW_REQ_QUERY_TYPE
12.1.1
product: FND - Application Object Library , meaning: Concurrent SSWA View Request Query Type , description: Concurrent SSWA View Request Query Type ,
-
Lookup Type: FND_SOA_MESSAGE_PATTERN
12.2.2
product: FND - Application Object Library , meaning: ISG: Message Exchange Pattern , description: ISG Message Exchange Pattern ,
-
Lookup Type: FNDWF_MANAGE_MORE_INFO
12.2.2
product: FND - Application Object Library , meaning: More Information Request Notification actions , description: More Information Request Notification actions ,
-
Lookup Type: FNDCPREQUESTTYPE
12.1.1
product: FND - Application Object Library , meaning: Concurrent Request Type ,
-
Lookup Type: FNDCPREQUESTTYPE
12.2.2
product: FND - Application Object Library , meaning: Concurrent Request Type ,
-
Lookup Type: FNDCPREQUESTSETTYPE
12.1.1
product: FND - Application Object Library , meaning: Concurrent Request Set Type ,
-
Lookup Type: FNDCPREQUESTSETTYPE
12.2.2
product: FND - Application Object Library , meaning: Concurrent Request Set Type ,
-
Lookup Type: FND_FUNC_CONTEXT_DEPENDENCE
12.2.2
product: FND - Application Object Library , meaning: Function Context Dependence , description: List of Values for table FND_FORM_FUNCTIONS column CONTEXT_DEPENDENCE ,
-
Lookup Type: FNDWF_ANSWER_MODE
12.2.2
product: FND - Application Object Library , meaning: Notification Answer Mode , description: Notfication Answer Mode to dictate whether user wants to Answer More Information Request or Transfer it ,
-
Lookup Type: FND_FUNC_CONTEXT_DEPENDENCE
12.1.1
product: FND - Application Object Library , meaning: Function Context Dependence , description: List of Values for table FND_FORM_FUNCTIONS column CONTEXT_DEPENDENCE ,
-
Lookup Type: FND_SOA_OPERATION_TYPE
12.1.1
product: FND - Application Object Library , meaning: SOA: Operation Type , description: SOA Operation Type ,
-
Lookup Type: FNDCPSEARCHORDERBY
12.2.2
product: FND - Application Object Library , meaning: Concurrent Request Search Order By ,
-
Lookup Type: FND_SIF_INTERACTION_PATTERN
12.2.2
product: FND - Application Object Library , meaning: SIF: Service Interaction Pattern , description: Interaction pattern of Service Invocation Definition ,
-
Lookup Type: FNDCPSEARCHORDERBY
12.1.1
product: FND - Application Object Library , meaning: Concurrent Request Search Order By ,
-
Lookup Type: STANDARD_READY
12.1.1
product: FND - Application Object Library , meaning: Standards , description: Standards for Integration Repository ,
-
Lookup Type: STANDARD_READY
12.2.2
product: FND - Application Object Library , meaning: Standards , description: Standards for Integration Repository ,
-
Concurrent Program: FNDSCMPI
12.1.1
execution_filename: fnd_function.compile , product: FND - Application Object Library , user_name: FNDSCMPI , description: Security Compile. Flattens menu hierarchy in database for fast runtime access. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FNDSCMPI
12.2.2
execution_filename: fnd_function.compile , product: FND - Application Object Library , user_name: FNDSCMPI , description: Security Compile. Flattens menu hierarchy in database for fast runtime access. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: FND_PASSIVATION_LEVELS
12.1.1
product: FND - Application Object Library , meaning: FND PASSIVATION LEVELS , description: Level values for passivation (state persistence) ,
-
Lookup Type: FND_PASSIVATION_LEVELS
12.2.2
product: FND - Application Object Library , meaning: FND PASSIVATION LEVELS , description: Level values for passivation (state persistence) ,
-
Lookup Type: CP_PHASE_CODE
12.2.2
product: FND - Application Object Library , meaning: Concurrent Request Phase Code , description: Concurrent Request Phase Code ,
-
Table: FND_OAM_BIZEX_SUBSCRIP
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OAM_BIZEX_SUBSCRIP, object_name:FND_OAM_BIZEX_SUBSCRIP, status:VALID, product: FND - Application Object Library , description: OAM Notification Setup Table for Exceptions , implementation_dba_data: APPLSYS.FND_OAM_BIZEX_SUBSCRIP ,