Search Results aggregation_method
Overview
The table BIC_MEASURE_ATTRIBS, owned by the BIC schema, stores the internal attributes that define each measure used within the Oracle E-Business Suite Customer Intelligence (BIC) module. BIC has since been obsoleted in favor of later Oracle CRM and analytics products, but in EBS 12.1.1 and 12.2.2 environments where BIC objects still reside, this table remains part of the shipped schema. Each row describes the behavioral characteristics of a measure — how it is aggregated, how its list of values is presented, which SQL statement materializes its data, and other control attributes that govern its runtime treatment.
Under a heuristic Data Vault classification mined from its foreign key structure, BIC_MEASURE_ATTRIBS behaves as a hub. The measure code (MEASURE_CODE) acts as the business key, and the surrounding columns provide descriptive context similar to a satellite. This classification is a modeling suggestion: the table is a central, code-anchored entity that multiple dependent tables reference.
Key Information Stored
The table contains 15 documented columns. The most significant are summarized below.
MEASURE_CODE— the business identifier for the measure and the single column forming the primary keyBIC_MEASURE_ATTRIBS_PK. It is also exposed through the unique indexBIC_MEASURE_ATTRIBS_U1(composed ofMEASURE_CODEandZD_EDITION_NAME), which serves as the business-key candidate.LOV_FLAG— indicates whether the measure is presented through a list of values, controlling user-facing selection behavior.AGGREGATION_METHOD— defines how values are rolled up (for example sum, count, or average).SQL_STATEMENT— the query text used to compute or retrieve the measure's data.OPERATION_TYPE— describes the type of operation the measure performs.MULT_FACTOR— a numeric multiplier applied to the measure result.TIME_UNIT_CODE— the time granularity associated with the measure.SECURITY_GROUP_ID— a reference toFND_SECURITY_GROUPS, enforcing multi-organization security.DISABLE_FLAG— flags the measure as inactive.ZD_EDITION_NAME— supports the edition-based redefinition (EBR) model introduced in 12.2, enabling online patching.
Standard EBS audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN) are also present. There is no separate surrogate numeric key; the measure code itself is the identifier.
Common Use Cases and Queries
Administrators and developers working with legacy BIC reporting typically query this table to inspect or troubleshoot measure definitions. A common pattern is to join measure attributes to their aggregations and SQL text to verify a report's calculation logic.
- Retrieving all active measures and their aggregation behavior:
SELECT MEASURE_CODE, AGGREGATION_METHOD, SQL_STATEMENT FROM BIC.BIC_MEASURE_ATTRIBS WHERE NVL(DISABLE_FLAG,'N') = 'N'; - Identifying LOV-enabled measures for a given time unit:
SELECT MEASURE_CODE, TIME_UNIT_CODE FROM BIC.BIC_MEASURE_ATTRIBS WHERE LOV_FLAG = 'Y'; - Auditing changes by editor and date for compliance or debugging:
SELECT MEASURE_CODE, LAST_UPDATED_BY, LAST_UPDATE_DATE FROM BIC.BIC_MEASURE_ATTRIBS ORDER BY LAST_UPDATE_DATE DESC;
These queries are useful when reconciling measure output against source data, documenting report definitions, or preparing migration mappings away from the obsolete BIC module.
Related Objects
The table participates in several documented referential relationships.
BIC_MEASURES_ALL— references this table viaMEASURE_CODE(multiple documented foreign keys).BIC_MEASURE_HIERARCHY— references this table through bothMEASURE_CODEandPARENT_MEASURE_CODE, linking measures into hierarchies.BIC_STANDARD_VALUES— references this table viaMEASURE_CODE.FND_SECURITY_GROUPS— referenced by this table throughSECURITY_GROUP_IDfor security grouping.
These relationships confirm that BIC_MEASURE_ATTRIBS functions as the hub from which measure definitions, hierarchies, and standardized values extend.
-
Table: BIC_MEASURE_ATTRIBS
12.1.1
owner:BIC, object_type:TABLE, fnd_design_data:BIC.BIC_MEASURE_ATTRIBS, object_name:BIC_MEASURE_ATTRIBS, status:VALID, product: BIC - Customer Intelligence (obsolete) , description: This table has the internal attributes for each measure. , implementation_dba_data: BIC.BIC_MEASURE_ATTRIBS ,
-
Table: BIC_MEASURE_ATTRIBS
12.2.2
owner:BIC, object_type:TABLE, fnd_design_data:BIC.BIC_MEASURE_ATTRIBS, object_name:BIC_MEASURE_ATTRIBS, status:VALID, product: BIC - Customer Intelligence(Obsolete) , description: This table has the internal attributes for each measure. , implementation_dba_data: BIC.BIC_MEASURE_ATTRIBS ,
-
VIEW: BIC.BIC_MEASURE_ATTRIBS#
12.2.2
-
VIEW: MSC.MSC_APCC_CUSTOM_MEASURES#
12.2.2
-
VIEW: SYS.CDB_CUBE_MAPPINGS
12.2.2
-
VIEW: SYS.CDB_CUBE_MAPPINGS
12.1.1
-
VIEW: SYS.DBA_CUBE_MAPPINGS
12.2.2
owner:SYS, object_type:VIEW, object_name:DBA_CUBE_MAPPINGS, status:VALID,
-
VIEW: MSC.MSC_APCC_CUSTOM_MEASURES#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_APCC_CUSTOM_MEASURES#, status:VALID,
-
TABLE: FEM.FEM_COL_POPULATION_TMPLT_B
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_COL_POPULATION_TMPLT_B, status:VALID,
-
VIEW: BIC.BIC_MEASURE_ATTRIBS#
12.2.2
owner:BIC, object_type:VIEW, object_name:BIC_MEASURE_ATTRIBS#, status:VALID,
-
TABLE: FEM.FEM_COL_POP_REQUIREMENTS
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_COL_POP_REQUIREMENTS, status:VALID,
-
APPS.FEM_COL_POP_TMPL_PVT SQL Statements
12.1.1
-
VIEW: SYS.USER_CUBE_MAPPINGS
12.1.1
owner:SYS, object_type:VIEW, object_name:USER_CUBE_MAPPINGS, status:VALID,
-
VIEW: SYS.USER_CUBE_MAPPINGS
12.2.2
owner:SYS, object_type:VIEW, object_name:USER_CUBE_MAPPINGS, status:VALID,
-
VIEW: SYS.CDB_CUBE_MAPPINGS
12.1.1
owner:SYS, object_type:VIEW, object_name:CDB_CUBE_MAPPINGS, status:VALID,
-
VIEW: SYS.ALL_CUBE_MAPPINGS
12.2.2
owner:SYS, object_type:VIEW, object_name:ALL_CUBE_MAPPINGS, status:VALID,
-
VIEW: SYS.DBA_CUBE_MAPPINGS
12.1.1
-
VIEW: APPS.FEM_COL_POPULATION_TMPLT_VL
12.1.1
owner:APPS, object_type:VIEW, object_name:FEM_COL_POPULATION_TMPLT_VL, status:VALID,
-
VIEW: SYS.ALL_CUBE_MAPPINGS
12.1.1
owner:SYS, object_type:VIEW, object_name:ALL_CUBE_MAPPINGS, status:VALID,
-
VIEW: SYS.CDB_CUBE_MAPPINGS
12.2.2
owner:SYS, object_type:VIEW, object_name:CDB_CUBE_MAPPINGS, status:VALID,
-
VIEW: SYS.DBA_CUBE_MAPPINGS
12.1.1
owner:SYS, object_type:VIEW, object_name:DBA_CUBE_MAPPINGS, status:VALID,
-
TABLE: MSC.MSC_APCC_CUSTOM_MEASURES
12.2.2
owner:MSC, object_type:TABLE, object_name:MSC_APCC_CUSTOM_MEASURES, status:VALID,
-
VIEW: SYS.USER_CUBE_MAPPINGS
12.1.1
-
VIEW: SYS.DBA_CUBE_MAPPINGS
12.2.2
-
VIEW: SYS.USER_CUBE_MAPPINGS
12.2.2
-
TYPE: APPS.MSC_APCC_MEASURE_MAP_T
12.2.2
owner:APPS, object_type:TYPE, object_name:MSC_APCC_MEASURE_MAP_T, status:VALID,
-
APPS.FEM_COL_POPULATION_TMPLT_PKG SQL Statements
12.1.1
-
TABLE: BIC.BIC_MEASURE_ATTRIBS
12.2.2
owner:BIC, object_type:TABLE, fnd_design_data:BIC.BIC_MEASURE_ATTRIBS, object_name:BIC_MEASURE_ATTRIBS, status:VALID,
-
TABLE: BIC.BIC_MEASURE_ATTRIBS
12.1.1
owner:BIC, object_type:TABLE, fnd_design_data:BIC.BIC_MEASURE_ATTRIBS, object_name:BIC_MEASURE_ATTRIBS, status:VALID,
-
VIEW: SYS.ALL_CUBE_MAPPINGS
12.2.2
-
PACKAGE BODY: APPS.FEM_COL_POP_TMPL_PVT
12.1.1
-
VIEW: SYS.ALL_CUBE_MAPPINGS
12.1.1
-
APPS.FEM_COL_TMPLT_DEFN_API_PUB SQL Statements
12.1.1
-
APPS.MSC_DEMANTRA_PKG SQL Statements
12.2.2
-
APPS.MSD_DEM_UPLOAD_FORECAST SQL Statements
12.1.1
-
APPS.MSD_DEM_PUSH_SETUP_PARAMETERS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FEM_COL_POPULATION_TMPLT_PKG
12.1.1
-
APPS.PFT_ACCTRELCONS_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.MSC_DEMANTRA_PKG
12.2.2
-
PACKAGE: APPS.BSC_DBGEN_STD_METADATA
12.1.1
-
APPS.MSD_DEM_PUSH_SETUP_PARAMETERS SQL Statements
12.2.2
-
APPS.MSD_DEM_SOP SQL Statements
12.1.1
-
APPS.PFT_PROFITAGG_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BSC_METADATA
12.1.1
-
PACKAGE BODY: APPS.FEM_COL_TMPLT_DEFN_API_PUB
12.1.1
-
APPS.FEM_COL_TMPLT_DEFN_API_PUB dependencies on FEM_COL_POPULATION_TMPLT_VL
12.1.1
-
APPS.MSD_DEM_SOP SQL Statements
12.2.2
-
APPS.PFT_ACCTRELCONS_PUB dependencies on FEM_COL_POPULATION_TMPLT_B
12.1.1
-
PACKAGE BODY: APPS.MSD_DEM_PUSH_SETUP_PARAMETERS
12.1.1
-
APPS.FEM_COL_TMPLT_DEFN_API_PUB dependencies on DUAL
12.1.1