Search Results bim_geography
Overview
BIM_GEOGRAPHY is a dimension table in the Oracle E-Business Suite Marketing Intelligence (BIM) module. It stores the dimension values representing geographic locations, providing the hierarchy of country, state, city, and postal code values that Marketing Intelligence uses for segmentation, targeting, and analytical reporting against customer and prospect data. The table is populated by the BIM_GEO_PKG concurrent program rather than through direct user maintenance, meaning its contents are derived and refreshed as part of the standard BIM batch cycle.
In Oracle EBS 12.1.1 and 12.2.2 the object is owned by the BIM schema and is documented as VALID in the ETRM repository. From a Data Vault modeling perspective, the metadata classifies this object heuristically as standalone, meaning it functions as a reference or dimension construct without participating in the more complex link-based relationships typical of transactional hubs. This classification is a modeling suggestion rather than a functional restriction: the table carries its own unique business keys and a foreign key to security groups, but it does not act as a junction linking other hubs.
Key Information Stored
The table contains 17 documented columns. The most significant are described below.
- LOCATION_HIERARCHY_CODE — the surrogate primary key, defined by the constraint BIM_GEOGRAPHY_PK. It also forms the single-column unique index BIM_GEOGRAPHY_U1, so it serves simultaneously as the system surrogate and a business-key candidate for hierarchy identification.
- COUNTRY, STATE, CITY, POSTAL_CODE — the geographic attribute set that constitutes the second unique index, BIM_GEOGRAPHY_U2. Together these four columns provide the natural composite business key describing a physical location.
- SECURITY_GROUP_ID — a foreign key referencing FND_SECURITY_GROUPS, enforcing row-level access control so that geography records are visible only to authorized operating units or responsibility groupings.
- PERIOD_START_DATE, PERIOD_END_DATE — effective-dating columns that support temporal validity of geography dimension members.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — standard EBS audit columns recording who created and last modified each row.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — concurrent program context columns identifying the BIM_GEO_PKG run that populated or updated the record, which is essential for tracing batch lineage.
Common Use Cases and Queries
The primary scenario is geography-based segmentation of marketing data. Analysts join BIM_GEOGRAPHY to customer, prospect, or campaign fact tables on the location hierarchy code to produce regional breakdowns. A typical pattern retrieves the hierarchy for a secured operating context:
SELECT g.location_hierarchy_code, g.country, g.state, g.city, g.postal_code
FROM bim.bim_geography g
WHERE g.security_group_id = :p_security_group_id
AND SYSDATE BETWEEN g.period_start_date AND g.period_end_date;
A second pattern resolves a location from its natural business key using the composite unique index, which is useful for validation or load routines. Batch lineage reporting uses the concurrent program columns to audit which BIM_GEO_PKG request refreshed which rows, while point-in-time reporting relies on the period start and end dates. Because the table is a maintained dimension, direct DML is discouraged; refresh should be performed through the BIM_GEO_PKG concurrent program so that the security group and effective date values remain consistent.
Related Objects
The most significant objects associated with BIM_GEOGRAPHY are:
- FND_SECURITY_GROUPS — referenced by BIM_GEOGRAPHY.SECURITY_GROUP_ID; the join enforces row-level security on geography dimension members.
- BIM_GEO_PKG — the concurrent program package that populates and maintains the table.
- BIM_GEOGRAPHY_PK — the primary key constraint on LOCATION_HIERARCHY_CODE.
- BIM_GEOGRAPHY_U1 — the unique index on LOCATION_HIERARCHY_CODE.
- BIM_GEOGRAPHY_U2 — the composite unique index on COUNTRY, STATE, CITY, POSTAL_CODE.
- BIM marketing fact and dimension tables — downstream analytical objects that resolve geographic attributes by joining on LOCATION_HIERARCHY_CODE.
- FND_CONCURRENT_REQUESTS — joined via REQUEST_ID to trace the concurrent run that populated each geography record.
-
Table: BIM_GEOGRAPHY
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_GEOGRAPHY, object_name:BIM_GEOGRAPHY, status:VALID, product: BIM - Marketing Intelligence , description: Dimension values for geographic locations and is populated by BIM_GEO_PKG concurrent program. , implementation_dba_data: BIM.BIM_GEOGRAPHY ,
-
Table: BIM_GEOGRAPHY
12.2.2
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_GEOGRAPHY, object_name:BIM_GEOGRAPHY, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Dimension values for geographic locations and is populated by BIM_GEO_PKG concurrent program. , implementation_dba_data: BIM.BIM_GEOGRAPHY ,
-
VIEW: BIM.BIM_GEOGRAPHY#
12.2.2
owner:BIM, object_type:VIEW, object_name:BIM_GEOGRAPHY#, status:VALID,
-
SYNONYM: APPS.BIM_GEOGRAPHY
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BIM_GEOGRAPHY, status:VALID,
-
VIEW: APPS.BIC_DIMV_GEOGRAPHY
12.1.1
-
VIEW: BIM.BIM_GEOGRAPHY#
12.2.2
-
TABLE: BIM.BIM_GEOGRAPHY
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_GEOGRAPHY, object_name:BIM_GEOGRAPHY, status:VALID,
-
TABLE: BIM.BIM_GEOGRAPHY
12.2.2
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_GEOGRAPHY, object_name:BIM_GEOGRAPHY, status:VALID,
-
VIEW: APPS.BIM_DIMV_GEOGRAPHY
12.1.1
-
VIEW: APPS.BIM_DIMV_GEOGRAPHY
12.2.2
-
SYNONYM: APPS.BIM_GEOGRAPHY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIM_GEOGRAPHY, status:VALID,
-
View: BIC_DIMV_GEOGRAPHY
12.2.2
product: BIC - Customer Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: BIC_DIMV_GEOGRAPHY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIC.BIC_DIMV_GEOGRAPHY, object_name:BIC_DIMV_GEOGRAPHY, status:VALID, product: BIC - Customer Intelligence (obsolete) , implementation_dba_data: APPS.BIC_DIMV_GEOGRAPHY ,
-
VIEW: APPS.BIC_DIMV_GEOGRAPHY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIC.BIC_DIMV_GEOGRAPHY, object_name:BIC_DIMV_GEOGRAPHY, status:VALID,
-
VIEW: APPS.BIM_DIMV_GEOGRAPHY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_GEOGRAPHY, object_name:BIM_DIMV_GEOGRAPHY, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: BIM_DIMV_GEOGRAPHY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_GEOGRAPHY, object_name:BIM_DIMV_GEOGRAPHY, status:VALID, product: BIM - Marketing Intelligence , description: Shows locations at the postal code level. , implementation_dba_data: APPS.BIM_DIMV_GEOGRAPHY ,
-
View: BIM_DIMV_GEOGRAPHY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_GEOGRAPHY, object_name:BIM_DIMV_GEOGRAPHY, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Shows locations at the postal code level. , implementation_dba_data: APPS.BIM_DIMV_GEOGRAPHY ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.BIM_DIMV_GEOGRAPHY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_GEOGRAPHY, object_name:BIM_DIMV_GEOGRAPHY, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - BIC Tables and Views
12.1.1
description: This table stores industry standard values for satisfaction ,
-
eTRM - BIM Tables and Views
12.2.2
description: Target segment level table . ,
-
eTRM - BIM Tables and Views
12.1.1
description: Target segment level table . ,
-
eTRM - BIC Tables and Views
12.1.1
description: This table stores industry standard values for satisfaction ,
-
eTRM - BIM Tables and Views
12.2.2
description: Target segment level table . ,
-
eTRM - BIM Tables and Views
12.1.1
description: Target segment level table . ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1