Search Results ams_dm_bin_values
Overview
The AMS_DM_BIN_VALUES table is a core data structure within the Oracle E-Business Suite (EBS) Marketing (AMS) module. It serves as a repository for binning or bucketing definitions applied to data source fields. In the context of marketing analytics and campaign management, binning is a critical data preparation technique where continuous or discrete field values are grouped into discrete ranges, or "bins," to facilitate analysis, segmentation, and model building. This table enables administrators and analysts to predefine these logical groupings for fields sourced from marketing lists, ensuring consistent data categorization across reporting and predictive modeling activities within the application.
Key Information Stored
The table's primary purpose is to store the metadata that defines each bucket. While the full column list is not provided in the excerpt, the documented primary and foreign keys reveal its essential structure. The BIN_VALUE_ID column serves as the unique primary key identifier for each bin definition record. The SOURCE_FIELD_ID is a critical foreign key column that links each bin definition to its parent data source field in the AMS_LIST_SRC_FIELDS table. Additional columns, typical for such a configuration table, would store the bin's descriptive name, the lower and upper bounds for numeric or date ranges, discrete value mappings, and the sort order for display. This structure allows multiple bins (e.g., "High," "Medium," "Low") to be associated with a single source field.
Common Use Cases and Queries
This table is central to configuring and executing targeted marketing segmentation. A common use case involves creating audience segments based on binned values of customer attributes, such as grouping annual revenue into tiers or ages into generational cohorts. For reporting, queries often join this table to transactional or customer data to summarize metrics by these predefined categories. A typical analytical SQL pattern would join the bin values to the source data to categorize records:
- SELECT bv.BIN_NAME, COUNT(*) AS RECORD_COUNT FROM AMS_CUSTOMER_DATA cd JOIN AMS_DM_BIN_VALUES bv ON cd.SOURCE_FIELD_VALUE BETWEEN bv.LOW_VALUE AND bv.HIGH_VALUE WHERE bv.SOURCE_FIELD_ID = 12345 GROUP BY bv.BIN_NAME;
Administrative queries might retrieve all bin definitions for a specific source field to review or audit segmentation rules.
Related Objects
The table maintains a direct foreign key relationship with the AMS_LIST_SRC_FIELDS table, which defines the available fields from marketing data sources. The documented relationship is:
- Foreign Key to: AMS_LIST_SRC_FIELDS
- Join Column: AMS_DM_BIN_VALUES.SOURCE_FIELD_ID references AMS_LIST_SRC_FIELDS (key column not specified in excerpt, but typically a SOURCE_FIELD_ID or similar).
This relationship ensures referential integrity, meaning a bin definition cannot exist without a valid parent source field. The table is also likely referenced by various marketing analytics engine packages and views that apply these binning rules during data processing for segmentation and model scoring.
-
Table: AMS_DM_BIN_VALUES
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_BIN_VALUES, object_name:AMS_DM_BIN_VALUES, status:VALID, product: AMS - Marketing , description: Definitions of buckets for data source fields. , implementation_dba_data: AMS.AMS_DM_BIN_VALUES ,
-
Table: AMS_DM_BIN_VALUES
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_BIN_VALUES, object_name:AMS_DM_BIN_VALUES, status:VALID, product: AMS - Marketing , description: Definitions of buckets for data source fields. , implementation_dba_data: AMS.AMS_DM_BIN_VALUES ,
-
APPS.AMS_DM_BINVALUES_PVT dependencies on AMS_DM_BIN_VALUES
12.2.2
-
APPS.AMS_DM_BINVALUES_PVT dependencies on AMS_DM_BIN_VALUES
12.1.1
-
APPS.AMS_DM_BIN_VALUES_PKG dependencies on AMS_DM_BIN_VALUES
12.1.1
-
APPS.AMS_DM_BIN_VALUES_PKG dependencies on AMS_DM_BIN_VALUES
12.2.2
-
VIEW: AMS.AMS_DM_BIN_VALUES#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_DM_BIN_VALUES#, status:VALID,
-
SYNONYM: APPS.AMS_DM_BIN_VALUES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_DM_BIN_VALUES, status:VALID,
-
APPS.AMS_DM_BINVALUES_PVT SQL Statements
12.1.1
-
SYNONYM: APPS.AMS_DM_BIN_VALUES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_DM_BIN_VALUES, status:VALID,
-
APPS.AMS_DM_BINVALUES_PVT SQL Statements
12.2.2
-
VIEW: AMS.AMS_DM_BIN_VALUES#
12.2.2
-
APPS.AMS_DM_BIN_VALUES_PKG SQL Statements
12.1.1
-
APPS.AMS_DM_BIN_VALUES_PKG SQL Statements
12.2.2
-
APPS.AMS_DM_BINVALUES_PVT dependencies on DUAL
12.1.1
-
APPS.AMS_DM_BINVALUES_PVT dependencies on DUAL
12.2.2
-
Table: AMS_LIST_SRC_FIELDS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_SRC_FIELDS, object_name:AMS_LIST_SRC_FIELDS, status:VALID, product: AMS - Marketing , description: This table stores all fields associated to a certain list source type. , implementation_dba_data: AMS.AMS_LIST_SRC_FIELDS ,
-
PACKAGE BODY: APPS.AMS_DM_BIN_VALUES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DM_BIN_VALUES_PKG, status:VALID,
-
Table: AMS_LIST_SRC_FIELDS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_SRC_FIELDS, object_name:AMS_LIST_SRC_FIELDS, status:VALID, product: AMS - Marketing , description: This table stores all fields associated to a certain list source type. , implementation_dba_data: AMS.AMS_LIST_SRC_FIELDS ,
-
PACKAGE BODY: APPS.AMS_DM_BINVALUES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DM_BINVALUES_PVT, status:VALID,
-
TABLE: AMS.AMS_DM_BIN_VALUES
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_BIN_VALUES, object_name:AMS_DM_BIN_VALUES, status:VALID,
-
TABLE: AMS.AMS_DM_BIN_VALUES
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_BIN_VALUES, object_name:AMS_DM_BIN_VALUES, status:VALID,
-
PACKAGE BODY: APPS.AMS_DM_BINVALUES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DM_BINVALUES_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_DM_BIN_VALUES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DM_BIN_VALUES_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_DM_BIN_VALUES_PKG
12.2.2
-
PACKAGE BODY: APPS.AMS_DM_BIN_VALUES_PKG
12.1.1
-
APPS.AMS_DM_BIN_VALUES_PKG dependencies on FND_API
12.2.2
-
APPS.AMS_DM_BINVALUES_PVT dependencies on JTF_PLSQL_API
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.AMS_DM_BIN_VALUES_PKG dependencies on FND_API
12.1.1
-
APPS.AMS_DM_BINVALUES_PVT dependencies on JTF_PLSQL_API
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA 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.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.AMS_DM_BINVALUES_PVT
12.2.2
-
PACKAGE BODY: APPS.AMS_DM_BINVALUES_PVT
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.AMS_DM_BINVALUES_PVT dependencies on AMS_UTILITY_PVT
12.1.1
-
APPS.AMS_DM_BINVALUES_PVT dependencies on AMS_UTILITY_PVT
12.2.2
-
APPS.AMS_DM_BINVALUES_PVT dependencies on STANDARD
12.2.2
-
APPS.AMS_DM_BINVALUES_PVT dependencies on STANDARD
12.1.1
-
APPS.AMS_DM_BINVALUES_PVT dependencies on FND_API
12.1.1
-
APPS.AMS_DM_BINVALUES_PVT dependencies on FND_API
12.2.2
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,