Search Results ams_source_codes
Overview
The AMS_SOURCE_CODES table is a core reference table within the Oracle E-Business Suite Marketing (AMS) module. It functions as a centralized repository for defining and storing source codes, which are identifiers used to track the origin or context of various marketing and sales activities across the system. Its primary role is to provide referential integrity and a standardized classification mechanism, enabling the linkage of transactional records—such as leads, interactions, and campaign results—back to their originating marketing sources or promotional efforts. This table is essential for campaign attribution analysis, performance tracking, and ensuring data consistency throughout the Oracle EBS marketing and service management ecosystem.
Key Information Stored
While the provided ETRM metadata does not list all columns, the documented primary and unique keys reveal the table's critical structure. The SOURCE_CODE_ID column serves as the system-generated primary key (PK), uniquely identifying each source code record. The SOURCE_CODE column is a unique key (UK), holding the actual code value used as a reference throughout the application. Based on its description as a repository for "all objects in the system," the table likely contains additional descriptive columns, such as a name, description, start and end dates for validity, and creation metadata. The integrity of this data is enforced by the AMS_SOURCE_CODES_PK and AMS_SOURCE_CODES_UK1 constraints.
Common Use Cases and Queries
The primary use case is tracing the source of business objects for reporting and analytics. For instance, users can analyze lead conversion rates or campaign effectiveness by joining transactional tables to AMS_SOURCE_CODES. A common reporting query would retrieve all leads generated from a specific source code. A typical SQL pattern involves filtering or joining on the SOURCE_CODE or SOURCE_CODE_ID:
SELECT l.lead_number, l.creation_date, sc.source_code FROM as_leads_all l, ams_source_codes sc WHERE l.source_promotion_id = sc.source_code_id AND sc.source_code = 'WEB_FORM_2024';
Another critical use case is data validation and setup, where administrators populate this table with valid source codes before they can be assigned to new campaigns, promotions, or interaction outcomes within the application's user interface.
Related Objects
The AMS_SOURCE_CODES table is a central hub referenced by numerous transactional tables across Marketing (AMS), Sales (AS), and Interaction Center (JTF_IH) modules, as detailed in the foreign key metadata. Key dependent objects include:
- AS_LEADS_ALL, AS_LEAD_LINES_ALL, AS_SALES_LEAD_LINES: Link sales leads to their marketing source.
- JTF_IH_INTERACTIONS, JTF_IH_ACTIVITIES: Associate customer service interactions with a source code.
- JTF_IH_CAMPAIGNS_RESULTS, JTF_IH_OUTCOMES_CAMPAIGNS: Record the source for campaign results and outcomes.
- JTF_IH_WRAP_UPS: Ties interaction wrap-up codes to a specific source.
These relationships demonstrate the table's integral function in creating a unified source-tracking framework throughout Oracle EBS.
-
Table: AMS_SOURCE_CODES
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_SOURCE_CODES, object_name:AMS_SOURCE_CODES, status:VALID, product: AMS - Marketing , description: This table records the source codes for all objects in the system. , implementation_dba_data: AMS.AMS_SOURCE_CODES ,
-
Table: AMS_SOURCE_CODES
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_SOURCE_CODES, object_name:AMS_SOURCE_CODES, status:VALID, product: AMS - Marketing , description: This table records the source codes for all objects in the system. , implementation_dba_data: AMS.AMS_SOURCE_CODES ,
-
APPS.BIM_SOURCE_CODE_PKG dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.BIM_CAMPAIGN_FACTS dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.JTF_IH_PUB dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.AMS_EVENTOFFER_PVT dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.AML_INTERACTION_ENGINE dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.JTF_IH_PUB_PS dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.AMS_CT_RULE_PVT dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.AST_CAMP_OUTCOME_PVT dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.OZF_OFFER_PVT dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.AMS_CAMPAIGNRULES_PVT dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.BIM_RESPONSE_IMPORT_PUB dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.IEX_PAYMENT_CAMP_RPT_PKG dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.ASO_PARTY_INT dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.AMS_EVENTHEADER_PVT dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.PV_BG_PARTNER_MATCHING_PUB dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.BIM_I_SRC_CODE_PKG dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.IBE_LEAD_IMPORT_PVT dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.AST_CAMP_RESULT_PVT dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.AST_CAMP_REASON_PVT dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.BIM_MARKET_FACTS_PKG dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.IBW_OE_PVT dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.AMS_CTD_UTIL_PKG dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.AMS_ACTMETRICS_SEED_PVT dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.AMS_FULFILL_PVT dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.AML_INTERACTION_ENGINE dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.IBE_LEAD_IMPORT_PVT dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.OZF_UTILITY_PVT dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.AMS_ACT_LIST_PVT dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.AMS_LISTHEADER_PVT dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.JTF_IH_PUB dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.AMS_EVHRULES_PVT dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.BIX_CALL_LOAD_PKG dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.JTF_IH_TOOLS dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.AMS_ACCESS_PVT dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.AMS_ACTMETRICS_SEED_PVT dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.HZ_CONTACT_PREFERENCE_VALIDATE dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.IBE_LEAD_IMPORT_PVT dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.AS_OPP_HEADER_PVT dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.BIM_RESPONSE_IMPORT_PUB dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.AMS_EVENTHEADER_PVT dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.AS_SALES_LEADS_PVT dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.BIX_DM_AGENT_CALL_SUMMARY_PKG dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.IBE_LEAD_IMPORT_PVT dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.AST_CAMP_RESULT_PVT dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.AMS_CTD_UTIL_PKG dependencies on AMS_SOURCE_CODES
12.1.1
-
APPS.AST_CAMP_REASON_PVT dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.AMS_TRACKING_PVT dependencies on AMS_SOURCE_CODES
12.2.2
-
APPS.AST_UWQ_WRAPPER_PKG dependencies on AMS_SOURCE_CODES
12.1.1