Search Results dimension_level_name
Overview
APPS.BIX_TOTAL_CALL_AGENT_V is a lightweight dimensional helper view delivered within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments. It belongs to the BIX (Business Intelligence) family of seeded objects that supply the semantic layer supporting Oracle's embedded BI and Daily Business Intelligence (DBI) reporting. Its specific role is to resolve the human-readable dimension level name associated with the short name TOTAL_CALL_AGENTS, returning a constant identifier of '-1' alongside that descriptive label.
Rather than storing transactional or aggregated fact data, this view functions as a dimension-lookup utility. Reporting engines, drill-down queries, and dashboard prompts reference it when they need to translate the internal short name of a call-center dimension level into its display name. The result set is deliberately minimal — a single pseudo-key value and a single descriptive column — making the view a convenient, stable abstraction over the underlying dimension-levels table.
Underlying Base Objects
The documented view text is straightforward:
- SELECT '-1', d1.dimension_level_name FROM BISBV_DIMENSION_LEVELS d1 WHERE d1.dimension_level_short_name = 'TOTAL_CALL_AGENTS'
The only referenced base object is BISBV_DIMENSION_LEVELS, the seeded BI dimension-levels table that catalogues each dimension level by both a short name and a longer descriptive name. The view applies a single-row filter on DIMENSION_LEVEL_SHORT_NAME = 'TOTAL_CALL_AGENTS', so the returned dataset contains at most one record. ETRM metadata does not document any further base tables, materialized views, or synonyms beneath this object; the join surface is limited to the one dimension-levels table.
Key Columns
- '-1' — an unnamed, hard-coded literal serving as a surrogate dimension key. Consumers that expect a numeric key for the TOTAL_CALL_AGENTS level receive the constant -1, which typically flags an aggregate or "total" rollup rather than a leaf-level identifier.
- dimension_level_name — the descriptive label pulled from BISBV_DIMENSION_LEVELS, providing the displayable name of the TOTAL_CALL_AGENTS dimension level for reports, headers, and prompts.
Because the view exposes no other attributes, it is intended strictly for name resolution, not for measure aggregation or filtering that would require a broader key set.
Common Use Cases and Queries
This view is typically invoked when a report needs to confirm or render the label of a total-level call-agent dimension. A representative query follows:
SELECT * FROM APPS.BIX_TOTAL_CALL_AGENT_V;— retrieves the constant key and the dimension level name for use in a report header or prompt list of values.- Embedding as a scalar subquery within a larger drill query to supply the total-level caption while base facts are aggregated over the TOTAL_CALL_AGENTS level.
- Validating that the BISBV_DIMENSION_LEVELS seed data contains the expected TOTAL_CALL_AGENTS short name, useful during patching or upgrade verification in 12.1.1 and 12.2.2.
Because the filter restricts output to a single row keyed on a seeded short name, results depend entirely on BISBV_DIMENSION_LEVELS being correctly populated. If the short name is absent, the view returns no rows, and any dependent report prompt may appear empty until the dimension-levels data is corrected.
-
VIEW: APPS.BIX_TOTAL_CALL_AGENT_V
12.1.1
-
APPS.BIS_DIM_LEVEL_VALUE_PVT SQL Statements
12.1.1
-
VIEW: APPS.BIC_TOTAL_MARKET_SEGMENT_V
12.1.1
-
VIEW: APPS.BIC_TOTAL_CUST_CATEGORY_V
12.1.1
-
APPS.BSC_PMF_UI_API_PUB SQL Statements
12.1.1
-
View: BIX_TOTAL_CALL_AGENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIX.BIX_TOTAL_CALL_AGENT_V, object_name:BIX_TOTAL_CALL_AGENT_V, status:VALID, product: BIX - Interaction Center Intelligence , implementation_dba_data: APPS.BIX_TOTAL_CALL_AGENT_V ,
-
View: BIX_TOTAL_CALL_AGENT_V
12.2.2
product: BIX - Interaction Center Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.BIS_DIMENSION_LEVEL_PVT SQL Statements
12.1.1
-
View: BIC_TOTAL_CUST_CATEGORY_V
12.2.2
product: BIC - Customer Intelligence(Obsolete) , description: This view gets the dimension level names for customer category from bisbv_dimension_levels. , implementation_dba_data: Not implemented in this database ,
-
View: BIC_TOTAL_MARKET_SEGMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIC.BIC_TOTAL_MARKET_SEGMENT_V, object_name:BIC_TOTAL_MARKET_SEGMENT_V, status:VALID, product: BIC - Customer Intelligence (obsolete) , description: This view gets the dimension level names for market segment from bisbv_dimension_levels. , implementation_dba_data: APPS.BIC_TOTAL_MARKET_SEGMENT_V ,
-
View: BIC_TOTAL_CUST_CATEGORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIC.BIC_TOTAL_CUST_CATEGORY_V, object_name:BIC_TOTAL_CUST_CATEGORY_V, status:VALID, product: BIC - Customer Intelligence (obsolete) , description: This view gets the dimension level names for customer category from bisbv_dimension_levels. , implementation_dba_data: APPS.BIC_TOTAL_CUST_CATEGORY_V ,
-
View: BIC_TOTAL_MARKET_SEGMENT_V
12.2.2
product: BIC - Customer Intelligence(Obsolete) , description: This view gets the dimension level names for market segment from bisbv_dimension_levels. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.BISFV_LEVELS_CUSTOMIZATIONS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:BISFV_LEVELS_CUSTOMIZATIONS_V, status:VALID,
-
View: BISBV_DIMENSION_LEVELS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BISBV_DIMENSION_LEVELS, object_name:BISBV_DIMENSION_LEVELS, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BISBV_DIMENSION_LEVELS ,
-
View: BISBV_DIMENSION_LEVELS
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.BISFV_DIMENSION_LEVELS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BISFV_DIMENSION_LEVELS, object_name:BISFV_DIMENSION_LEVELS, status:VALID,
-
View: BISFV_DIMENSION_LEVELS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BISFV_DIMENSION_LEVELS, object_name:BISFV_DIMENSION_LEVELS, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BISFV_DIMENSION_LEVELS ,
-
View: BISFV_DIMENSION_LEVELS
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.BISBV_DIMENSION_LEVELS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BISBV_DIMENSION_LEVELS, object_name:BISBV_DIMENSION_LEVELS, status:VALID,
-
PACKAGE BODY: APPS.BIS_DIM_LEVEL_VALUE_PVT
12.1.1
-
PACKAGE: APPS.BIS_DIM_LEVEL_VALUE_PUB
12.1.1
-
PACKAGE BODY: APPS.BIS_DIMENSION_LEVEL_PVT
12.1.1
-
PACKAGE BODY: APPS.BSC_PMF_UI_API_PUB
12.1.1
-
PACKAGE: APPS.BIS_DIMENSION_LEVEL_PUB
12.1.1
-
APPS.BIS_DIM_LEVEL_VALUE_PUB dependencies on BIS_LEVELS_TL
12.1.1
-
APPS.BIS_DIMENSION_LEVEL_PUB dependencies on BIS_LEVELS_TL
12.1.1
-
APPS.BIS_DIMENSION_LEVEL_PUB dependencies on BIS_DIMENSIONS_TL
12.1.1
-
APPS.BIS_DIMENSION_LEVEL_PVT dependencies on BISBV_DIMENSION_LEVELS
12.1.1
-
APPS.BSC_PMF_UI_API_PUB dependencies on BISFV_DIMENSION_LEVELS
12.1.1
-
APPS.BIS_DIMENSION_LEVEL_PUB dependencies on BIS_LEVELS
12.1.1
-
APPS.BIS_DIMENSION_LEVEL_PVT dependencies on BISFV_DIMENSION_LEVELS
12.1.1
-
PACKAGE BODY: APPS.BSC_UPGRADES
12.1.1
-
PACKAGE BODY: APPS.BIS_TARGET_PVT
12.1.1
-
APPS.BIS_DIM_LEVEL_VALUE_PVT dependencies on FND_API
12.1.1
-
APPS.BIS_DIMENSION_LEVEL_PVT dependencies on BIS_UTILITIES_PUB
12.1.1
-
APPS.BIS_DIMENSION_LEVEL_PVT dependencies on FND_API
12.1.1
-
eTRM - BIS Tables and Views
12.1.1