Search Results guide for building gantt charts
The FND_OAM_CHARTS
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical repository for storing metadata related to charts and graphical representations used within the Oracle Application Manager (OAM) framework. OAM serves as a centralized monitoring and administration tool for Oracle EBS, providing administrators with dashboards, performance metrics, and diagnostic capabilities. The FND_OAM_CHARTS
table plays a pivotal role in defining the structure, attributes, and rendering logic of these visual components, ensuring that system health and performance data are presented in an intuitive and actionable manner.
Purpose and Functionality
The primary purpose ofFND_OAM_CHARTS
is to store configuration details for charts displayed in OAM dashboards. These charts are used to visualize metrics such as concurrent processing throughput, database performance, service-level agreements (SLAs), and system resource utilization. The table contains metadata that dictates chart types (e.g., bar, line, pie), data sources, labels, colors, axes, and refresh intervals. By abstracting chart definitions into this table, Oracle enables dynamic rendering without hardcoding, allowing for flexibility in customization and scalability.
Key Columns and Their Significance
The table includes several important columns:- CHART_ID: A unique identifier for each chart configuration.
- CHART_NAME: A descriptive name for the chart, often referenced in OAM interfaces.
- CHART_TYPE: Specifies the visualization format (e.g., 'BAR', 'LINE', 'PIE').
- DATA_SOURCE: Defines the SQL query or PL/SQL function that fetches data for the chart.
- X_AXIS_LABEL and Y_AXIS_LABEL: Configure axis labels for better readability.
- REFRESH_INTERVAL: Determines how frequently the chart data is updated (in seconds).
- APPLICATION_ID: Associates the chart with a specific EBS application module.
Integration with OAM and EBS
FND_OAM_CHARTS
integrates with other OAM-related tables like FND_OAM_DASHBOARDS
and FND_OAM_METRICS
to provide a cohesive monitoring experience. For instance, a dashboard in OAM may reference multiple charts from this table, each pulling data from different EBS modules or database tables. The charts are rendered using Oracle's middleware and JavaScript libraries, ensuring cross-browser compatibility and responsive design.
Customization and Extensibility
Administrators can extend or modify charts by updating theFND_OAM_CHARTS
table directly or via OAM's administrative interfaces. Common customizations include adjusting data thresholds (e.g., warning/critical levels), adding new metrics, or changing visual styles. However, caution is advised when modifying this table, as incorrect configurations may disrupt OAM functionality. Oracle provides APIs and documented procedures for safe updates.
Version-Specific Considerations
In EBS 12.2.2, the table may include additional columns or enhanced features compared to 12.1.1, reflecting Oracle's incremental improvements in OAM. For example, 12.2.2 might support more advanced chart types or real-time data streaming. The underlying schema remains largely consistent, ensuring backward compatibility for most use cases.Conclusion
TheFND_OAM_CHARTS
table is a foundational component of Oracle EBS's monitoring infrastructure, enabling administrators to visualize critical system metrics efficiently. Its metadata-driven design ensures flexibility, while its integration with OAM dashboards provides a unified view of EBS performance. Proper understanding and utilization of this table can significantly enhance system monitoring, troubleshooting, and reporting capabilities in both EBS 12.1.1 and 12.2.2 environments.
-
Concurrent Program: OAMCHARTCOL
12.1.1
execution_filename: ChartCollectionProg , product: FND - Application Object Library , user_name: OAMCHARTCOL , description: OAM Charts and Reports Collection , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: OAMCHARTCOL
12.2.2
execution_filename: ChartCollectionProg , product: FND - Application Object Library , user_name: OAMCHARTCOL , description: OAM Charts and Reports Collection , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Table: FND_OAM_CHARTS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OAM_CHARTS, object_name:FND_OAM_CHARTS, status:VALID, product: FND - Application Object Library , description: OAM charts , implementation_dba_data: APPLSYS.FND_OAM_CHARTS ,
-
Table: FND_OAM_CHARTS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OAM_CHARTS, object_name:FND_OAM_CHARTS, status:VALID, product: FND - Application Object Library , description: OAM charts , implementation_dba_data: APPLSYS.FND_OAM_CHARTS ,
-
Table: FND_TNS_ALIASES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_TNS_ALIASES, object_name:FND_TNS_ALIASES, status:VALID, product: FND - Application Object Library , description: FND_TNS_ALIASES will be used by AutoConfig for building the tnsnames.ora , implementation_dba_data: APPLSYS.FND_TNS_ALIASES ,
-
Table: FND_TNS_ALIASES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_TNS_ALIASES, object_name:FND_TNS_ALIASES, status:VALID, product: FND - Application Object Library , description: FND_TNS_ALIASES will be used by AutoConfig for building the tnsnames.ora , implementation_dba_data: APPLSYS.FND_TNS_ALIASES ,
-
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: EXAMINE_ENVIRONMENT_VARIABLES
12.1.1
product: FND - Application Object Library , meaning: EXAMINE ENVIRONMENT VARIABLES , description: Environment variables viewable in Examine ,
-
Lookup Type: EXAMINE_ENVIRONMENT_VARIABLES
12.2.2
product: FND - Application Object Library , meaning: EXAMINE ENVIRONMENT VARIABLES , description: Environment variables viewable in Examine ,
-
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: FND_SCR_LOOKUP_OPTIONS
12.2.2
product: FND - Application Object Library , meaning: FND Log Level Options , description: Used for displaying Log Level Options for On Screen Logging ,
-
Lookup Type: FND_SCR_LOOKUP_OPTIONS
12.1.1
product: FND - Application Object Library , meaning: FND Log Level Options , description: Used for displaying Log Level Options for On Screen Logging ,
-
Lookup Type: FND_GRANTS_IS_DESCRIPTIONS
12.2.2
product: FND - Application Object Library , meaning: Instance Set Descriptions for Grants UI , description: Instance Set Descriptions for Grants UI ,
-
Lookup Type: GL_CONTROL_ACCOUNT_SOURCES
12.1.1
product: FND - Application Object Library , meaning: Sources for use by control accounts ,
-
Lookup Type: FND_GRANTS_IS_DESCRIPTIONS
12.1.1
product: FND - Application Object Library , meaning: Instance Set Descriptions for Grants UI , description: Instance Set Descriptions for Grants UI ,
-
Concurrent Program: FNDCPUFE
12.2.2
execution_filename: FNDCPUFE , product: FND - Application Object Library , user_name: Forms Context for Applications , description: Utility to upload applications context to EM Repository for Forms Servers , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Concurrent Program: FNDCPUFE
12.1.1
execution_filename: FNDCPUFE , product: FND - Application Object Library , user_name: Forms Context for Applications , description: Utility to upload applications context to EM Repository for Forms Servers , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Lookup Type: GL_CONTROL_ACCOUNT_SOURCES
12.2.2
product: FND - Application Object Library , meaning: Sources for use by control accounts ,
-
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: AUDIT_STATE
12.1.1
product: FND - Application Object Library , meaning: AUDIT STATE , description: Various states for AuditTrail ,
-
Lookup Type: AUDIT_STATE
12.2.2
product: FND - Application Object Library , meaning: AUDIT STATE , description: Various states for AuditTrail ,
-
Lookup Type: FLEX_VALIDATION_EVENTS
12.1.1
product: FND - Application Object Library , meaning: FLEX VALIDATION EVENTS , description: Valid events for value sets with validation type of Special ,
-
Lookup Type: FLEX_VALIDATION_EVENTS
12.2.2
product: FND - Application Object Library , meaning: FLEX VALIDATION EVENTS , description: Valid events for value sets with validation type of Special ,
-
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 ,
-
View: FUN_NET_RELATED_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FUN_NET_RELATED_CUSTOMERS_V, object_name:FUN_NET_RELATED_CUSTOMERS_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FUN_NET_RELATED_CUSTOMERS_V ,
-
View: FUN_NET_RELATED_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FUN_NET_RELATED_CUSTOMERS_V, object_name:FUN_NET_RELATED_CUSTOMERS_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FUN_NET_RELATED_CUSTOMERS_V ,
-
Lookup Type: FNDCPDCQ_CS_DGRP
12.1.1
product: FND - Application Object Library , meaning: FNDCPDCQ CS DGRP , description: FNDCPDCQ dynamic prompt for Cache size/Datagroup ,
-
Lookup Type: CONC_PURGE_ENTITY
12.1.1
product: FND - Application Object Library , meaning: CONC PURGE ENTITY , description: Entities to purge (used by Purge program) ,
-
Lookup Type: CONC_PURGE_ENTITY
12.2.2
product: FND - Application Object Library , meaning: CONC PURGE ENTITY , description: Entities to purge (used by Purge program) ,
-
Lookup Type: FNDCPDCQ_CS_DGRP
12.2.2
product: FND - Application Object Library , meaning: FNDCPDCQ CS DGRP , description: FNDCPDCQ dynamic prompt for Cache size/Datagroup ,
-
Concurrent Program: FNDATRPT
12.1.1
execution_filename: fnd_audit_report.audit_group_validation , product: FND - Application Object Library , user_name: FNDATRPT , description: Audit Trail Report for Audit Group Validation , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FNDATRPT
12.2.2
execution_filename: fnd_audit_report.audit_group_validation , product: FND - Application Object Library , user_name: FNDATRPT , description: Audit Trail Report for Audit Group Validation , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: SOA_DIAG_TEST
12.2.2
execution_filename: SOA_DIAG_TST.testFunctionCP , product: FND - Application Object Library , user_name: Executable For SOA Health Check Report , description: This is an executable for SOA_DIAG_TEST , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: EXTERNAL_SCHEMA
12.1.1
product: FND - Application Object Library , meaning: External Schema Name , description: External schema name for people to add any exteranl schema ,
-
Lookup Type: EXTERNAL_SCHEMA
12.2.2
product: FND - Application Object Library , meaning: External Schema Name , description: External schema name for people to add any exteranl schema ,
-
Lookup Type: FND_IANA_CHARACTER_SETS
12.1.1
product: FND - Application Object Library , meaning: IANA Character sets , description: IANA Character sets for ICX:Client IANA Encoding profile option. This list does not cover all character sets commonly used and registerd in IANA. ,
-
Lookup Type: FND_IANA_CHARACTER_SETS
12.2.2
product: FND - Application Object Library , meaning: IANA Character sets , description: IANA Character sets for ICX:Client IANA Encoding profile option. This list does not cover all character sets commonly used and registerd in IANA. ,
-
Table: FND_TRACE_LOG
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_TRACE_LOG, object_name:FND_TRACE_LOG, status:VALID, product: FND - Application Object Library , description: Log for tests of cost-based optimization; not for use in production environment , implementation_dba_data: APPLSYS.FND_TRACE_LOG ,
-
Table: WF_BES_SUBSCRIBER_PINGS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_BES_SUBSCRIBER_PINGS, object_name:WF_BES_SUBSCRIBER_PINGS, status:VALID, product: FND - Application Object Library , description: This table contains one row for each ping for each queue subscriber , implementation_dba_data: APPLSYS.WF_BES_SUBSCRIBER_PINGS ,
-
Lookup Type: FND_GRANTS_GRANTEE_NAMES
12.2.2
product: FND - Application Object Library , meaning: Grantee Names for Grants UI , description: Grantee Names for Grants UI ,
-
Table: WF_BES_SUBSCRIBER_PINGS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_BES_SUBSCRIBER_PINGS, object_name:WF_BES_SUBSCRIBER_PINGS, status:VALID, product: FND - Application Object Library , description: This table contains one row for each ping for each queue subscriber , implementation_dba_data: APPLSYS.WF_BES_SUBSCRIBER_PINGS ,
-
Table: FND_TRACE_LOG
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_TRACE_LOG, object_name:FND_TRACE_LOG, status:VALID, product: FND - Application Object Library , description: Log for tests of cost-based optimization; not for use in production environment , implementation_dba_data: APPLSYS.FND_TRACE_LOG ,
-
Lookup Type: FND_GRANTS_OBJ_TYPES
12.2.2
product: FND - Application Object Library , meaning: Object Types for Grants , description: Object Types for Grants ,
-
Lookup Type: FND_GRANTS_FUNCSET_TYPES
12.1.1
product: FND - Application Object Library , meaning: FuncSet Types for Grants UI , description: FuncSet Types for Grants UI ,
-
Lookup Type: FND_GRANTS_FUNCSET_TYPES
12.2.2
product: FND - Application Object Library , meaning: FuncSet Types for Grants UI , description: FuncSet Types for Grants UI ,
-
Lookup Type: FND_GRANTS_GRANTEE_NAMES
12.1.1
product: FND - Application Object Library , meaning: Grantee Names for Grants UI , description: Grantee Names for Grants UI ,
-
Lookup Type: FND_ANTIVIRUS_SOFTWARE_TYPE
12.1.1
product: FND - Application Object Library , meaning: FND_ANTIVIRUS_SOFTWARE_TYPE , description: Antivirus Software Type for Fnd Attachment Scan For Virus ,