Search Results carrying value
The FND_CONC_STAT_PERIODS
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical repository for storing statistical data related to concurrent processing. This table is part of the Oracle Applications Foundation (FND) module and serves as a key component in monitoring and analyzing the performance of concurrent programs over defined time periods. It captures aggregated metrics that help administrators evaluate system efficiency, identify bottlenecks, and optimize resource allocation.
Purpose and Functionality
The primary purpose of FND_CONC_STAT_PERIODS
is to store summarized statistics for concurrent programs executed within specific time intervals. These intervals, referred to as "periods," can be hourly, daily, weekly, or monthly, depending on the configuration. The table aggregates data such as execution counts, average runtime, success/failure rates, and resource consumption (CPU, I/O) for concurrent requests. This enables administrators to perform trend analysis and capacity planning.
Key Columns and Structure
The table includes several important columns:
- PERIOD_ID: A unique identifier for each statistical period.
- PERIOD_TYPE: Defines the time interval (e.g., 'HOUR', 'DAY', 'WEEK', 'MONTH').
- START_TIME and END_TIME: Timestamps marking the beginning and end of the period.
- CONCURRENT_PROGRAM_ID: Links to
FND_CONCURRENT_PROGRAMS
to identify the program. - EXECUTIONS: Total number of executions during the period.
- AVG_RUNTIME: Average runtime of the program in seconds.
- SUCCESS_COUNT and FAILURE_COUNT: Tracks successful and failed executions.
- RESOURCE_USAGE: Metrics like CPU time and memory consumption.
Integration with Concurrent Processing
The data in FND_CONC_STAT_PERIODS
is populated by the Concurrent Processing Manager, which logs execution details to FND_CONCURRENT_REQUESTS
and periodically aggregates them into this table. The table supports Oracle EBS's built-in performance dashboards and can be queried for custom reports using SQL or tools like Oracle BI Publisher.
Use Cases
Administrators leverage this table for:
- Performance Tuning: Identifying long-running programs or periods of high load.
- Capacity Planning: Analyzing historical trends to predict future resource needs.
- Failure Analysis: Pinpointing programs with high failure rates for debugging.
- SLA Compliance: Monitoring whether programs meet expected runtime thresholds.
Maintenance Considerations
Oracle provides purge utilities (e.g., FND_STATS_PURGE
) to manage table growth. Inactive periods should be archived or purged to maintain performance. The table is also indexed on key columns like PERIOD_ID
and CONCURRENT_PROGRAM_ID
for efficient querying.
Version-Specific Notes
In EBS 12.2.2, the table may include additional columns for cloud-oriented metrics, such as elasticity adjustments. However, its core functionality remains consistent with 12.1.1. Both versions rely on this table for the Concurrent Processing Statistics Report (FNDSCPST.rdf
).
In summary, FND_CONC_STAT_PERIODS
is a foundational table for concurrent processing analytics in Oracle EBS, enabling data-driven decision-making for system optimization.
-
File: R11510 Flexfield Value Set ERD.pdf
12.2.2
product: FND - Application Object Library , size: 18.761 KBytes , file_type: PDF Diagram ,
-
File: R11510 Flexfield & Value Set Overview ERD.pdf
12.2.2
product: FND - Application Object Library , size: 25.986 KBytes , file_type: PDF Diagram ,
-
File: R11510 Flexfield Value Set ERD.pdf
12.1.1
product: FND - Application Object Library , size: 18.761 KBytes , file_type: PDF Diagram ,
-
File: R11510 Flexfield & Value Set Overview ERD.pdf
12.1.1
product: FND - Application Object Library , size: 25.986 KBytes , file_type: PDF Diagram ,
-
Concurrent Program: FNDFFUPG_CLONE_DATE
12.1.1
execution_filename: fnd_flex_upgrade_utilities.cp_srs_clone_date_vset , product: FND - Application Object Library , user_name: Flexfields Clone a Date, or DateTime Value Set as Standard Date, or Standard DateTime Value Set. , description: Flexfields Clone a Date, or DateTime Value Set as Standard Date, or Standard DateTime Value Set. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FNDFFUPG_CLONE_DATE
12.2.2
execution_filename: fnd_flex_upgrade_utilities.cp_srs_clone_date_vset , product: FND - Application Object Library , user_name: Flexfields Clone a Date, or DateTime Value Set as Standard Date, or Standard DateTime Value Set. , description: Flexfields Clone a Date, or DateTime Value Set as Standard Date, or Standard DateTime Value Set. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: FLEXBUILDER_VALUE_SET_COLUMNS
12.1.1
product: FND - Application Object Library , meaning: FLEXBUILDER VALUE SET COLUMNS , description: Columns of value sets to use as output values for derived parameters ,
-
Lookup Type: FLEXBUILDER_VALUE_SET_COLUMNS
12.2.2
product: FND - Application Object Library , meaning: FLEXBUILDER VALUE SET COLUMNS , description: Columns of value sets to use as output values for derived parameters ,
-
Concurrent Program: FNDFFUPG_NUMBER_ONE
12.1.1
execution_filename: fnd_flex_upgrade_utilities.cp_srs_upgrade_number_one , product: FND - Application Object Library , user_name: Flexfields Upgrade One Number Value Set. , description: Flexfields Upgrade One Number Value Set. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FNDFFUPG_NUMBER_ALL
12.2.2
execution_filename: fnd_flex_upgrade_utilities.cp_srs_upgrade_number_all , product: FND - Application Object Library , user_name: Flexfields Upgrade All Number Value Sets. , description: Flexfields Upgrade All Number Value Sets. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FNDFFUPG_NUMBER_ONE
12.2.2
execution_filename: fnd_flex_upgrade_utilities.cp_srs_upgrade_number_one , product: FND - Application Object Library , user_name: Flexfields Upgrade One Number Value Set. , description: Flexfields Upgrade One Number Value Set. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FNDFFUPG_LIST_DATE
12.1.1
execution_filename: fnd_flex_upgrade_utilities.cp_srs_list_date_usages , product: FND - Application Object Library , user_name: Flexfields List Date or DateTime Value Set Usages. , description: Flexfields List Date or DateTime Value Set Usages. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FNDFFUPG_NUMBER_ALL
12.1.1
execution_filename: fnd_flex_upgrade_utilities.cp_srs_upgrade_number_all , product: FND - Application Object Library , user_name: Flexfields Upgrade All Number Value Sets. , description: Flexfields Upgrade All Number Value Sets. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FNDFFUPG_DATE_ONE
12.1.1
execution_filename: fnd_flex_upgrade_utilities.cp_srs_upgrade_date_one , product: FND - Application Object Library , user_name: Flexfields Upgrade One Standard Date or Standard DateTime Value Set. , description: Flexfields Upgrade One Standard Date or Standard DateTime Value Set. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FNDFFUPG_LIST_DATE
12.2.2
execution_filename: fnd_flex_upgrade_utilities.cp_srs_list_date_usages , product: FND - Application Object Library , user_name: Flexfields List Date or DateTime Value Set Usages. , description: Flexfields List Date or DateTime Value Set Usages. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FNDFFUPG_DATE_ONE
12.2.2
execution_filename: fnd_flex_upgrade_utilities.cp_srs_upgrade_date_one , product: FND - Application Object Library , user_name: Flexfields Upgrade One Standard Date or Standard DateTime Value Set. , description: Flexfields Upgrade One Standard Date or Standard DateTime Value Set. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FNDFFUPG_DATE_ALL
12.2.2
execution_filename: fnd_flex_upgrade_utilities.cp_srs_upgrade_date_all , product: FND - Application Object Library , user_name: Flexfields Upgrade All Standard Date and Standard DateTime Value Sets. , description: Flexfields Upgrade All Standard Date and Standard DateTime Value Sets. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FNDFFUPG_DATE_ALL
12.1.1
execution_filename: fnd_flex_upgrade_utilities.cp_srs_upgrade_date_all , product: FND - Application Object Library , user_name: Flexfields Upgrade All Standard Date and Standard DateTime Value Sets. , description: Flexfields Upgrade All Standard Date and Standard DateTime Value Sets. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
View: BIS_APPR_STATUS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.BIS_APPR_STATUS, object_name:BIS_APPR_STATUS, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.BIS_APPR_STATUS ,
-
View: BIS_APPR_STATUS
12.2.2
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
Concurrent Program: FDFCHY
12.1.1
execution_filename: FNDFFCHY , product: FND - Application Object Library , user_name: FDFCHY , description: Compiled flexfield value set hierarchies. Submitted implicitly by the Define Key Segment Values form , subroutine_name: fdfchy , argument_method: Standard , enabled: Yes , execution_method: Immediate ,
-
Concurrent Program: FDFCHY
12.2.2
execution_filename: FNDFFCHY , product: FND - Application Object Library , user_name: FDFCHY , description: Compiled flexfield value set hierarchies. Submitted implicitly by the Define Key Segment Values form , subroutine_name: fdfchy , argument_method: Standard , enabled: Yes , execution_method: Immediate ,
-
Lookup Type: FND_TRUE_FALSE_LKP
12.2.2
product: FND - Application Object Library , meaning: FND: True False Lookup , description: True false look up for FND ,
-
Lookup Type: FND_INLINE_ATTACHMENTS_LKP
12.2.2
product: FND - Application Object Library , meaning: Fnd: Inline Attachments Lookup , description: This is a lookup for profile FND: Disable Inline Attachments ,
-
Lookup Type: FND_LOOK_AHEAD_LOV
12.2.2
product: FND - Application Object Library , meaning: FND: Look Ahead Lov Lookup , description: This is the lookup for the profile option FND: Disable Look Ahead LOV. ,
-
Lookup Type: FLEX_VST_SECURITY_ENABLED_FLAG
12.1.1
product: FND - Application Object Library , meaning: FLEX VALUE SET SECURITY ENABLED FLAG , description: Security types used in Flex Value Sets. ,
-
Lookup Type: FLEX_VST_SECURITY_ENABLED_FLAG
12.2.2
product: FND - Application Object Library , meaning: FLEX VALUE SET SECURITY ENABLED FLAG , description: Security types used in Flex Value Sets. ,
-
Lookup Type: FWK_RICHUI_INLINE_ATTACH
12.2.2
product: FND - Application Object Library , meaning: Inline Attachment messages ,
-
Concurrent Program: FNDWFBULKRESETNTFPREF
12.2.2
execution_filename: WF_LOCAL_SYNCH.BULK_RESET_NTFPREF , product: FND - Application Object Library , user_name: Workflow Directory Services Bulk Reset DISABLED Notification Preference , description: This program resets the notification preference of all DISABLED users/roles by Mailer due to some error to its previous value , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: YES_NO
12.1.1
product: FND - Application Object Library , meaning: Yes and No , description: Yes and No ,
-
Lookup Type: YES_NO
12.2.2
product: FND - Application Object Library , meaning: Yes and No , description: Yes and No ,
-
Table: FND_CONC_STAT_PERIODS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONC_STAT_PERIODS, object_name:FND_CONC_STAT_PERIODS, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPLSYS.FND_CONC_STAT_PERIODS ,
-
Table: FND_CONC_STAT_PERIODS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONC_STAT_PERIODS, object_name:FND_CONC_STAT_PERIODS, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPLSYS.FND_CONC_STAT_PERIODS ,
-
Table: FND_OAM_METVAL_INST
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OAM_METVAL_INST, object_name:FND_OAM_METVAL_INST, status:VALID, product: FND - Application Object Library , description: OAM Dashboard Metric Value Group by Instance , implementation_dba_data: APPLSYS.FND_OAM_METVAL_INST ,
-
Table: FND_OAM_METVAL_INST
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OAM_METVAL_INST, object_name:FND_OAM_METVAL_INST, status:VALID, product: FND - Application Object Library , description: OAM Dashboard Metric Value Group by Instance , implementation_dba_data: APPLSYS.FND_OAM_METVAL_INST ,
-
Table: FND_OAM_METVAL_NODE
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OAM_METVAL_NODE, object_name:FND_OAM_METVAL_NODE, status:VALID, product: FND - Application Object Library , description: OAM Dashboard Metric Value Group by Node , implementation_dba_data: APPLSYS.FND_OAM_METVAL_NODE ,
-
Table: FND_OAM_METVAL_NODE
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OAM_METVAL_NODE, object_name:FND_OAM_METVAL_NODE, status:VALID, product: FND - Application Object Library , description: OAM Dashboard Metric Value Group by Node , implementation_dba_data: APPLSYS.FND_OAM_METVAL_NODE ,
-
Lookup Type: FND_WF_VALUE_SOURCE
12.1.1
product: FND - Application Object Library , meaning: FND_WF_VALUE_SOURCE , description: Workflow attribute value sources ,
-
Lookup Type: CONTEXT_PROMPT
12.1.1
product: FND - Application Object Library , meaning: CONTEXT PROMPT , description: Context prompt for flexfields ,
-
View: BIS_APPR_MSGTYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.BIS_APPR_MSGTYPE, object_name:BIS_APPR_MSGTYPE, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.BIS_APPR_MSGTYPE ,
-
Lookup Type: CONTEXT_PROMPT
12.2.2
product: FND - Application Object Library , meaning: CONTEXT PROMPT , description: Context prompt for flexfields ,
-
Lookup Type: FND_WF_VALUE_SOURCE
12.2.2
product: FND - Application Object Library , meaning: FND_WF_VALUE_SOURCE , description: Workflow attribute value sources ,
-
Table: FND_FLEX_VALUE_HIER_ALL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_FLEX_VALUE_HIER_ALL, object_name:FND_FLEX_VALUE_HIER_ALL, status:VALID, product: FND - Application Object Library , description: All value hierarchy ranges for key flexfield segment , implementation_dba_data: APPLSYS.FND_FLEX_VALUE_HIER_ALL ,
-
View: BIS_APPR_MSGTYPE
12.2.2
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
Table: FND_FLEX_VALUE_HIER_ALL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_FLEX_VALUE_HIER_ALL, object_name:FND_FLEX_VALUE_HIER_ALL, status:VALID, product: FND - Application Object Library , description: All value hierarchy ranges for key flexfield segment , implementation_dba_data: APPLSYS.FND_FLEX_VALUE_HIER_ALL ,
-
View: BIS_RSG_CONTENT_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.BIS_RSG_CONTENT_TYPE_V, object_name:BIS_RSG_CONTENT_TYPE_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.BIS_RSG_CONTENT_TYPE_V ,
-
Table: WF_ATTRIBUTE_CACHE
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_ATTRIBUTE_CACHE, object_name:WF_ATTRIBUTE_CACHE, status:VALID, product: FND - Application Object Library , description: This table is used to store attribute name / attribute value pairs for entities. , implementation_dba_data: APPLSYS.WF_ATTRIBUTE_CACHE ,
-
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: 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: WF_ATTRIBUTE_CACHE
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_ATTRIBUTE_CACHE, object_name:WF_ATTRIBUTE_CACHE, status:VALID, product: FND - Application Object Library , description: This table is used to store attribute name / attribute value pairs for entities. , implementation_dba_data: APPLSYS.WF_ATTRIBUTE_CACHE ,