Search Results the blue lagoon nude
The BSC_COLOR_TYPE_PROPS table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Balanced Scorecard (BSC) module, which is part of Oracle's Enterprise Performance Management (EPM) solution. This table stores configuration data related to color-coding schemes used for visualizing performance metrics, thresholds, and KPIs (Key Performance Indicators) within the BSC framework. Below is a detailed technical summary of its structure, purpose, and functional relevance in Oracle EBS.
Purpose and Functional Context
The BSC_COLOR_TYPE_PROPS table defines color properties associated with different performance indicator types in Oracle BSC. It enables administrators to configure visual representations (e.g., red/yellow/green thresholds) for metrics displayed in dashboards, scorecards, and reports. This table works in conjunction with other BSC metadata tables like BSC_KPI_COLOR_THRESHOLDS and BSC_SYS_COLORS_B to enforce consistent color-coding rules across the application.Table Structure and Key Columns
The table typically includes the following columns:- COLOR_TYPE_ID: Primary key identifier for the color type configuration.
- COLOR_TYPE_CODE: A unique code representing the color scheme (e.g., 'THRESHOLD', 'TREND').
- COLOR_TYPE_NAME: Descriptive name of the color type.
- APPLICATION_ID: Links to the Oracle application module (e.g., BSC module ID).
- DEFAULT_COLOR_ID: References BSC_SYS_COLORS_B.COLOR_ID for default color assignments.
- ENABLED_FLAG: Boolean indicating whether the color type is active.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY: Standard Oracle audit columns.
Integration with BSC Functionality
- Threshold Management: The table supports dynamic threshold-based coloring (e.g., red for underperformance, green for targets met).
- Trend Analysis: Color types may represent directional trends (e.g., upward/downward arrows with assigned colors).
- Customization Allows organizations to tailor visual indicators to corporate branding or industry standards.
Technical Considerations
- Indexes: Typically indexed on COLOR_TYPE_ID and COLOR_TYPE_CODE for performance optimization.
- Dependencies: Child tables may reference COLOR_TYPE_ID via foreign keys.
- Patches & Upgrades: Customizations to this table may require special handling during EBS upgrades.
Usage Example
A SQL query to retrieve active color types:SELECT COLOR_TYPE_CODE, COLOR_TYPE_NAME FROM BSC_COLOR_TYPE_PROPS WHERE ENABLED_FLAG = 'Y' AND APPLICATION_ID = [BSC_APP_ID];
Conclusion
The BSC_COLOR_TYPE_PROPS table serves as a foundational element for visual performance management in Oracle BSC. Its configuration directly impacts user experience by translating quantitative data into intuitive visual cues. Administrators should exercise caution when modifying its data, as changes may propagate across dependent BSC objects and reports.-
Lookup Type: BSC_UI_COLOR
12.1.1
product: BSC - Balanced Scorecard , meaning: User interface colors , description: User interface colors ,
-
Lookup Type: BSC_CALCULATION
12.1.1
product: BSC - Balanced Scorecard , meaning: System Calculations , description: System Calculations ,
-
Table: BSC_COLOR_TYPE_PROPS
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_COLOR_TYPE_PROPS, object_name:BSC_COLOR_TYPE_PROPS, status:VALID, product: BSC - Balanced Scorecard , description: This table stores the Color Ranges for the KPI Measures and Objectives. We kept this separate so as to allow multiple threshold ranges for the same KPI Measure (or Objective) for different color types. For Simulation Objective, KPI_MEASURE_ , implementation_dba_data: BSC.BSC_COLOR_TYPE_PROPS ,
-
Table: BSC_SYS_OBJECTIVE_COLORS
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_SYS_OBJECTIVE_COLORS, object_name:BSC_SYS_OBJECTIVE_COLORS, status:VALID, product: BSC - Balanced Scorecard , description: Table to store the color of the Objectives , implementation_dba_data: BSC.BSC_SYS_OBJECTIVE_COLORS ,
-
Lookup Type: BSC_PMA_GS_GRAPH_SLICES
12.1.1
product: BSC - Balanced Scorecard , meaning: Graph Defaults for the System , description: Graph Defaults for the System ,
-
File: BSC_Tables.html
12.1.1
product: BSC - Balanced Scorecard , size: 787.309 KBytes , file_type: HTML Report , description: BSC_Tables.html is an html report that documents the table and view definitions for the BSC product. ,
-
Lookup Type: BSC_USER_OPTION
12.1.1
product: BSC - Balanced Scorecard , meaning: User Options types , description: User Options types ,
-
View: BSC_DB_BASIC_DIM_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_DB_BASIC_DIM_SETS_V, object_name:BSC_DB_BASIC_DIM_SETS_V, status:VALID, product: BSC - Balanced Scorecard , description: View of dimension sets and datasets by analysis option , implementation_dba_data: APPS.BSC_DB_BASIC_DIM_SETS_V ,
-
Table: BSC_COLOR_RANGES
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_COLOR_RANGES, object_name:BSC_COLOR_RANGES, status:VALID, product: BSC - Balanced Scorecard , description: Table to store the color tresholds/ranges , implementation_dba_data: BSC.BSC_COLOR_RANGES ,
-
Table: BSC_EDW_MAP_KPI
12.1.1
product: BSC - Balanced Scorecard , description: Dimensiong Levels, Periodicities information for the KPI. , implementation_dba_data: Not implemented in this database ,
-
Table: BSC_SYS_COLORS_B
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_SYS_COLORS_B, object_name:BSC_SYS_COLORS_B, status:VALID, product: BSC - Balanced Scorecard , description: Table to store all colors and related properties, mainly used for the Performance Bands. , implementation_dba_data: BSC.BSC_SYS_COLORS_B ,
-
Table: BSC_DB_VALIDATION
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_DB_VALIDATION, object_name:BSC_DB_VALIDATION, status:VALID, product: BSC - Balanced Scorecard , description: Log of the input table validation error , implementation_dba_data: BSC.BSC_DB_VALIDATION ,
-
File: BSCProduct_Dependencies.html
12.1.1
product: BSC - Balanced Scorecard , size: 17.953 KBytes , file_type: HTML Report , description: BSCProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the BSC product. ,
-
File: BSC_Dependencies.html
12.1.1
product: BSC - Balanced Scorecard , size: 225.009 KBytes , file_type: HTML Report , description: BSC_Dependencies.html is an html report that documents dependencies to tables and views in the BSC product. ,
-
Concurrent Program: BSC_METADATA_OPTIMIZER_DOC
12.1.1
execution_filename: BSC_METADATA_OPTIMIZER_PKG.Documentation , product: BSC - Balanced Scorecard , user_name: BSC_METADATA_OPTIMIZER_DOC , description: Generate Documentation , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: BSC_METADATA_OPTIMIZER
12.1.1
execution_filename: BSC_METADATA_OPTIMIZER_PKG.run_metadata_optimizer , product: BSC - Balanced Scorecard , user_name: BSC_METADATA_OPTIMIZER , description: BSC Metadata optimizer executable , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
View: BSC_OAF_DIM_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_OAF_DIM_LEVELS_V, object_name:BSC_OAF_DIM_LEVELS_V, status:VALID, product: BSC - Balanced Scorecard , description: View of the dimension levels for IBUILDER , implementation_dba_data: APPS.BSC_OAF_DIM_LEVELS_V ,
-
Lookup Type: BSC_CUSTOM
12.1.1
product: BSC - Balanced Scorecard , meaning: BSC_CUSTOM , description: Custom lookups ,
-
Table: BSC_KPI_MEASURE_WEIGHTS
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_KPI_MEASURE_WEIGHTS, object_name:BSC_KPI_MEASURE_WEIGHTS, status:VALID, product: BSC - Balanced Scorecard , description: Table to store weights of the KPI Measure. Same KPI can have more than one weight if this KPI belongs to more than one Weighted Average KPI; or, there can be possible multiple weights for a KPI for different dimension object combination in , implementation_dba_data: BSC.BSC_KPI_MEASURE_WEIGHTS ,
-
Concurrent Program: BSCLOADER_DIMTABLES_APPS
12.1.1
execution_filename: bsc_update.run_concurrent_loader_dim_apps , product: BSC - Balanced Scorecard , user_name: bscloader_dim_apps , description: Load Dimension Tables , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: BSCLOADER_APPS
12.1.1
execution_filename: bsc_update.run_concurrent_loader_apps , product: BSC - Balanced Scorecard , user_name: bscloader_apps , description: Load Input Tables , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: BSC_PROJ_METHOD
12.1.1
product: BSC - Balanced Scorecard , meaning: System projection methods , description: System projection methods ,
-
View: BSC_DB_COLOR_AO_DEFAULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_DB_COLOR_AO_DEFAULTS_V, object_name:BSC_DB_COLOR_AO_DEFAULTS_V, status:VALID, product: BSC - Balanced Scorecard , description: View of the default analysis option combination by indicator. , implementation_dba_data: APPS.BSC_DB_COLOR_AO_DEFAULTS_V ,
-
Lookup Type: BSC_UI_IVIEWER
12.1.1
product: BSC - Balanced Scorecard , meaning: User interface Captions for Iviewer , description: User interface Captions for Iviewer ,
-
View: BSC_PMF_MEAS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_PMF_MEAS_V, object_name:BSC_PMF_MEAS_V, status:VALID, product: BSC - Balanced Scorecard , description: View of the PMF measures for IBUILDER , implementation_dba_data: APPS.BSC_PMF_MEAS_V ,
-
View: BSC_BIS_DIM_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_BIS_DIM_LEVELS_V FND.BSC_BIS_DIM_LEVELS_V, object_name:BSC_BIS_DIM_LEVELS_V, status:VALID, product: BSC - Balanced Scorecard , description: View of the BIS/BSC dimension levels for IBUILDER , implementation_dba_data: APPS.BSC_BIS_DIM_LEVELS_V ,
-
Lookup Type: BSC_UI_BUILDER
12.1.1
product: BSC - Balanced Scorecard , meaning: User interface Captions for Builder , description: User interface Captions for Builder ,
-
View: BSC_OPTS_PMF_MEAS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_OPTS_PMF_MEAS_V, object_name:BSC_OPTS_PMF_MEAS_V, status:VALID, product: BSC - Balanced Scorecard , description: View of the PMF measures by analysis option for IBUILDER , implementation_dba_data: APPS.BSC_OPTS_PMF_MEAS_V ,
-
Lookup Type: BSC_UI_VBVIEWER
12.1.1
product: BSC - Balanced Scorecard , meaning: User interface Captions for Viewer , description: User interface Captions for Viewer ,
-
Lookup Type: BSC_UI_KPIDESIGNER
12.1.1
product: BSC - Balanced Scorecard , meaning: User interface Captions for Designer , description: User interface Captions for Designer ,