Search Results ams_dm_source
Overview
The AMS_DM_SOURCE table is a core data structure within the Oracle E-Business Suite (EBS) Marketing (AMS) module, specifically designed to support data mining activities. It functions as a central repository for the parties—typically customers, prospects, or contacts—who are subjects of data mining operations. Its primary role is to serve as a container that links these parties to either a data mining model building process or a scoring process. By storing both the source party identifiers and the resulting target values or scores, this table enables the integration of predictive analytics into marketing campaigns, facilitating targeted customer segmentation and personalized outreach based on modeled behavior.
Key Information Stored
The table's structure is designed to uniquely identify a party within the context of a specific data mining activity. The critical columns include:
- SOURCE_ID: The primary key column, uniquely identifying each record in this container table.
- ARC_USED_FOR_OBJECT: A column that, in conjunction with USED_FOR_OBJECT_ID, helps define the type of data mining object (e.g., model or score) the record is associated with.
- USED_FOR_OBJECT_ID: A foreign key that links the party record to a specific data mining model or score. This is the pivotal column connecting the source data to the analytical results.
- PARTY_ID: The identifier for the party (customer, contact, etc.) from the Trading Community Architecture (TCA) who is the subject of the mining or scoring activity.
Common Use Cases and Queries
This table is essential for retrieving the list of parties used to build a predictive model or to generate scores for a target population. A common reporting use case involves analyzing the scored output for a campaign. For instance, to retrieve all parties and their associated scores from a specific scoring run, a developer might join AMS_DM_SOURCE to the scores table. A typical query pattern would be:
SELECT s.party_id, sc.score_value
FROM ams_dm_source s,
ams_dm_scores_all_b sc
WHERE s.used_for_object_id = sc.score_id
AND s.arc_used_for_object = 'SCORE'
AND sc.campaign_id = :p_campaign_id;
Another critical use case is auditing model training data, where queries join AMS_DM_SOURCE to AMS_DM_MODELS_ALL_B to list all parties whose historical data contributed to a specific model's creation.
Related Objects
The AMS_DM_SOURCE table maintains defined foreign key relationships with two primary data mining objects, both using the USED_FOR_OBJECT_ID column as the join condition:
- AMS_DM_MODELS_ALL_B: This relationship links source party data to a specific data mining model. Records in AMS_DM_SOURCE where the context is model building will reference a primary key in this table.
- AMS_DM_SCORES_ALL_B: This relationship links source party data to generated scoring results. Records used for scoring operations will reference a primary key in this scores table.
These relationships underscore the table's role as the junction between the raw party data from TCA and the sophisticated analytical outputs generated by the Oracle Data Mining engine within EBS Marketing.
-
Table: AMS_DM_SOURCE
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_SOURCE, object_name:AMS_DM_SOURCE, status:VALID, product: AMS - Marketing , description: Container for the parties to be used for either model building or scoring, and the results and target values for the data mining engine. , implementation_dba_data: AMS.AMS_DM_SOURCE ,
-
Table: AMS_DM_SOURCE
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_SOURCE, object_name:AMS_DM_SOURCE, status:VALID, product: AMS - Marketing , description: Container for the parties to be used for either model building or scoring, and the results and target values for the data mining engine. , implementation_dba_data: AMS.AMS_DM_SOURCE ,
-
Table: AMS_DM_SCORES_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_SCORES_ALL_B, object_name:AMS_DM_SCORES_ALL_B, status:VALID, product: AMS - Marketing , description: Container for capturing statistics of a scoring instance. , implementation_dba_data: AMS.AMS_DM_SCORES_ALL_B ,
-
View: AMS_PERSON_DM_SOURCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PERSON_DM_SOURCE_V, object_name:AMS_PERSON_DM_SOURCE_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_PERSON_DM_SOURCE_V ,
-
View: AMS_ORG_DM_SOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_DM_SOURCE_V, object_name:AMS_ORG_DM_SOURCE_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_ORG_DM_SOURCE_V ,
-
Table: AMS_DM_MODELS_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_MODELS_ALL_B, object_name:AMS_DM_MODELS_ALL_B, status:VALID, product: AMS - Marketing , description: Container for the model definition in the model building process. , implementation_dba_data: AMS.AMS_DM_MODELS_ALL_B ,
-
View: AMS_DS_SCORES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DS_SCORES_V, object_name:AMS_DS_SCORES_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_DS_SCORES_V ,
-
Table: AMS_DM_MODELS_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_MODELS_ALL_B, object_name:AMS_DM_MODELS_ALL_B, status:VALID, product: AMS - Marketing , description: Container for the model definition in the model building process. , implementation_dba_data: AMS.AMS_DM_MODELS_ALL_B ,
-
View: AMS_PERSON_DM_SOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PERSON_DM_SOURCE_V, object_name:AMS_PERSON_DM_SOURCE_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_PERSON_DM_SOURCE_V ,
-
View: AMS_ORG_DM_SOURCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_DM_SOURCE_V, object_name:AMS_ORG_DM_SOURCE_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_ORG_DM_SOURCE_V ,
-
Table: AMS_DM_SCORES_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_SCORES_ALL_B, object_name:AMS_DM_SCORES_ALL_B, status:VALID, product: AMS - Marketing , description: Container for capturing statistics of a scoring instance. , implementation_dba_data: AMS.AMS_DM_SCORES_ALL_B ,
-
View: AMS_DS_SCORES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DS_SCORES_V, object_name:AMS_DS_SCORES_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_DS_SCORES_V ,
-
View: AMS_DM_SCORE_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SCORE_HISTORY_V, object_name:AMS_DM_SCORE_HISTORY_V, status:VALID, product: AMS - Marketing , description: View to be used to identify the score and the model used for a scoring run for a specific party. , implementation_dba_data: APPS.AMS_DM_SCORE_HISTORY_V ,
-
View: AMS_DM_SCORE_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SCORE_HISTORY_V, object_name:AMS_DM_SCORE_HISTORY_V, status:VALID, product: AMS - Marketing , description: View to be used to identify the score and the model used for a scoring run for a specific party. , implementation_dba_data: APPS.AMS_DM_SCORE_HISTORY_V ,
-
View: AMS_DM_SOURCE_SCORE_CON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_SCORE_CON_V, object_name:AMS_DM_SOURCE_SCORE_CON_V, status:VALID, product: AMS - Marketing , description: Obseleted view. , implementation_dba_data: APPS.AMS_DM_SOURCE_SCORE_CON_V ,
-
View: AMS_DM_SOURCE_SCORE_CON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_SCORE_CON_V, object_name:AMS_DM_SOURCE_SCORE_CON_V, status:VALID, product: AMS - Marketing , description: Obseleted view. , implementation_dba_data: APPS.AMS_DM_SOURCE_SCORE_CON_V ,
-
View: AMS_DM_SOURCE_SCORE_BUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_SCORE_BUS_V, object_name:AMS_DM_SOURCE_SCORE_BUS_V, status:VALID, product: AMS - Marketing , description: Obseleted view. , implementation_dba_data: APPS.AMS_DM_SOURCE_SCORE_BUS_V ,
-
View: AMS_DM_SOURCE_MODEL_BUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_MODEL_BUS_V, object_name:AMS_DM_SOURCE_MODEL_BUS_V, status:VALID, product: AMS - Marketing , description: Obseleted view. , implementation_dba_data: APPS.AMS_DM_SOURCE_MODEL_BUS_V ,
-
View: AMS_DM_SOURCE_MODEL_CON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_MODEL_CON_V, object_name:AMS_DM_SOURCE_MODEL_CON_V, status:VALID, product: AMS - Marketing , description: Obseleted view. , implementation_dba_data: APPS.AMS_DM_SOURCE_MODEL_CON_V ,
-
View: AMS_DM_SOURCE_MODEL_BUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_MODEL_BUS_V, object_name:AMS_DM_SOURCE_MODEL_BUS_V, status:VALID, product: AMS - Marketing , description: Obseleted view. , implementation_dba_data: APPS.AMS_DM_SOURCE_MODEL_BUS_V ,
-
View: AMS_DM_SOURCE_MODEL_CON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_MODEL_CON_V, object_name:AMS_DM_SOURCE_MODEL_CON_V, status:VALID, product: AMS - Marketing , description: Obseleted view. , implementation_dba_data: APPS.AMS_DM_SOURCE_MODEL_CON_V ,
-
View: AMS_DM_SOURCE_SCORE_BUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_SCORE_BUS_V, object_name:AMS_DM_SOURCE_SCORE_BUS_V, status:VALID, product: AMS - Marketing , description: Obseleted view. , implementation_dba_data: APPS.AMS_DM_SOURCE_SCORE_BUS_V ,