Search Results ams_custom_setups_b
Overview
The AMS_CUSTOM_SETUPS_B table is a core data repository within the Oracle E-Business Suite Marketing (AMS) module. It serves as the central master table for storing definitions of custom setup entities. In the context of Oracle EBS 12.1.1 and 12.2.2, custom setups are configurable metadata objects that extend and control the behavior of various marketing components. The table's primary role is to provide a unique identifier and base attributes for these setups, enabling their association and reuse across a wide spectrum of marketing and related functionalities, from campaigns and events to partner programs and data mining models.
Key Information Stored
The table's primary key is the CUSTOM_SETUP_ID, a unique system-generated identifier for each custom setup record. While the provided metadata does not list all columns, the foreign key relationships indicate other critical fields. The APPLICATION_ID column links the setup to a specific Oracle application via the FND_APPLICATION table, establishing product ownership. The MEDIA_ID column associates the setup with a specific media type defined in the AMS_MEDIA_B table. Additional columns, not explicitly listed but typical for such master tables, would likely include creation and last update dates, the ID of the creating user, and a system-level ENABLED_FLAG to control active status.
Common Use Cases and Queries
This table is fundamental for queries that need to identify or report on the custom setups used across the marketing instance. A common use case involves tracing which setups are applied to specific marketing objects, such as offers or events. For example, to find all active custom setups used for campaign offers, a developer might execute a query joining AMS_CUSTOM_SETUPS_B to AMS_OFFERS. Another typical scenario is auditing setup usage before a migration or upgrade. A sample query to list all custom setups and their associated application would be:
- SELECT cs.CUSTOM_SETUP_ID, fa.APPLICATION_NAME FROM AMS_CUSTOM_SETUPS_B cs, FND_APPLICATION fa WHERE cs.APPLICATION_ID = fa.APPLICATION_ID;
Technical consultants also query this table to understand dependencies when modifying or purging setup data.
Related Objects
As evidenced by its extensive foreign key relationships, AMS_CUSTOM_SETUPS_B is a pivotal parent table referenced by numerous objects across AMS and related modules like Trade Management (OZF) and Partner Management (PV). Key documented relationships include:
- Child Tables: AMS_CUSTOM_SETUPS_TL (for translated names/descriptions), AMS_CUSTOM_SETUP_ATTR (for extended attributes).
- Marketing Objects: AMS_DIALOGS_ALL_B, AMS_DM_MODELS_ALL_B, AMS_DM_SCORES_ALL_B, AMS_EVENT_HEADERS_ALL_B, AMS_EVENT_OFFERS_ALL_B, AMS_OFFERS, AMS_OBJECT_ATTRIBUTES, AMS_MET_TPL_HEADERS_B, AMS_PRICE_LIST_ATTRIBUTES.
- Trade Management (OZF): OZF_OFFERS, OZF_PRICE_LIST_ATTRIBUTES.
- Partner Management (PV): PV_PARTNER_PROGRAM_B, PV_PG_ENRL_REQUESTS.
- Reference Tables: AMS_MEDIA_B, FND_APPLICATION.
These relationships are typically joined on the child table's column referencing AMS_CUSTOM_SETUPS_B.CUSTOM_SETUP_ID, or in specific cases like events, the SETUP_TYPE_ID or USED_BY_ID columns.
-
Table: AMS_CUSTOM_SETUPS_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CUSTOM_SETUPS_B, object_name:AMS_CUSTOM_SETUPS_B, status:VALID, product: AMS - Marketing , description: Stores all the custom setups. , implementation_dba_data: AMS.AMS_CUSTOM_SETUPS_B ,
-
Table: AMS_CUSTOM_SETUPS_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CUSTOM_SETUPS_B, object_name:AMS_CUSTOM_SETUPS_B, status:VALID, product: AMS - Marketing , description: Stores all the custom setups. , implementation_dba_data: AMS.AMS_CUSTOM_SETUPS_B ,
-
Table: AMS_MET_TPL_HEADERS_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_MET_TPL_HEADERS_B, object_name:AMS_MET_TPL_HEADERS_B, status:VALID, product: AMS - Marketing , description: This table stores the Metric Template Header for default metrics , implementation_dba_data: AMS.AMS_MET_TPL_HEADERS_B ,
-
Table: AMS_OBJECT_ATTRIBUTES
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_OBJECT_ATTRIBUTES, object_name:AMS_OBJECT_ATTRIBUTES, status:VALID, product: AMS - Marketing , description: This table is obsoleted and no longer in use. , implementation_dba_data: AMS.AMS_OBJECT_ATTRIBUTES ,
-
Table: AMS_CUSTOM_SETUP_ATTR
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CUSTOM_SETUP_ATTR, object_name:AMS_CUSTOM_SETUP_ATTR, status:VALID, product: AMS - Marketing , description: Store all the setup attributes of a custom setup. , implementation_dba_data: AMS.AMS_CUSTOM_SETUP_ATTR ,
-
Table: AMS_CUSTOM_SETUPS_TL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CUSTOM_SETUPS_TL, object_name:AMS_CUSTOM_SETUPS_TL, status:VALID, product: AMS - Marketing , description: Stores all translated columns. , implementation_dba_data: AMS.AMS_CUSTOM_SETUPS_TL ,
-
Table: AMS_MET_TPL_HEADERS_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_MET_TPL_HEADERS_B, object_name:AMS_MET_TPL_HEADERS_B, status:VALID, product: AMS - Marketing , description: This table stores the Metric Template Header for default metrics , implementation_dba_data: AMS.AMS_MET_TPL_HEADERS_B ,
-
Table: AMS_CUSTOM_SETUPS_TL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CUSTOM_SETUPS_TL, object_name:AMS_CUSTOM_SETUPS_TL, status:VALID, product: AMS - Marketing , description: Stores all translated columns. , implementation_dba_data: AMS.AMS_CUSTOM_SETUPS_TL ,
-
Table: AMS_CUSTOM_SETUP_ATTR
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CUSTOM_SETUP_ATTR, object_name:AMS_CUSTOM_SETUP_ATTR, status:VALID, product: AMS - Marketing , description: Store all the setup attributes of a custom setup. , implementation_dba_data: AMS.AMS_CUSTOM_SETUP_ATTR ,
-
Table: AMS_MEDIA_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_MEDIA_B, object_name:AMS_MEDIA_B, status:VALID, product: AMS - Marketing , description: Specifies all different media that can be used by an activity. , implementation_dba_data: AMS.AMS_MEDIA_B ,
-
Table: AMS_OBJECT_ATTRIBUTES
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_OBJECT_ATTRIBUTES, object_name:AMS_OBJECT_ATTRIBUTES, status:VALID, product: AMS - Marketing , description: This table is obsoleted and no longer in use. , implementation_dba_data: AMS.AMS_OBJECT_ATTRIBUTES ,
-
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 ,
-
Table: AMS_DIALOGS_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DIALOGS_ALL_B, object_name:AMS_DIALOGS_ALL_B, status:VALID, product: AMS - Marketing , description: This stores the dialog object , implementation_dba_data: AMS.AMS_DIALOGS_ALL_B ,
-
Table: AMS_DIALOGS_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DIALOGS_ALL_B, object_name:AMS_DIALOGS_ALL_B, status:VALID, product: AMS - Marketing , description: This stores the dialog object , implementation_dba_data: AMS.AMS_DIALOGS_ALL_B ,
-
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 ,
-
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 ,
-
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_CUSTOM_SETUPS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CUSTOM_SETUPS_VL, object_name:AMS_CUSTOM_SETUPS_VL, status:VALID, product: AMS - Marketing , description: This view returns all the custom setups details. , implementation_dba_data: APPS.AMS_CUSTOM_SETUPS_VL ,
-
Table: AMS_MEDIA_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_MEDIA_B, object_name:AMS_MEDIA_B, status:VALID, product: AMS - Marketing , description: Specifies all different media that can be used by an activity. , implementation_dba_data: AMS.AMS_MEDIA_B ,
-
Table: AMS_PRICE_LIST_ATTRIBUTES
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_PRICE_LIST_ATTRIBUTES, object_name:AMS_PRICE_LIST_ATTRIBUTES, status:VALID, product: AMS - Marketing , description: This is a surrogate table to QP_LIST_HEADERS_B for Price List related information. QP_LIST_HEADER_ID is the foreign key to QP_LIST_HEADERS_B. This table will capture status, owner and other attributes specifice to Marketing Online Requir , implementation_dba_data: AMS.AMS_PRICE_LIST_ATTRIBUTES ,
-
View: AMS_CUSTOM_SETUPS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CUSTOM_SETUPS_VL, object_name:AMS_CUSTOM_SETUPS_VL, status:VALID, product: AMS - Marketing , description: This view returns all the custom setups details. , implementation_dba_data: APPS.AMS_CUSTOM_SETUPS_VL ,
-
Table: AMS_PRICE_LIST_ATTRIBUTES
12.2.2
product: AMS - Marketing , description: This is a surrogate table to QP_LIST_HEADERS_B for Price List related information. QP_LIST_HEADER_ID is the foreign key to QP_LIST_HEADERS_B. This table will capture status, owner and other attributes specifice to Marketing Online Requir , implementation_dba_data: Not implemented in this database ,
-
Table: AMS_OFFERS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_OFFERS, object_name:AMS_OFFERS, status:VALID, product: AMS - Marketing , description: This is a surrogate table to QP_LIST_HEADERS_B for Offers related information. QP_LIST_HEADER_ID is the foreign key to QP_LIST_HEADERS_B. This table will capture status, peformance dates and lumpsum related offer types. , implementation_dba_data: AMS.AMS_OFFERS ,
-
Table: AMS_OFFERS
12.2.2
product: AMS - Marketing , description: This is a surrogate table to QP_LIST_HEADERS_B for Offers related information. QP_LIST_HEADER_ID is the foreign key to QP_LIST_HEADERS_B. This table will capture status, peformance dates and lumpsum related offer types. , implementation_dba_data: Not implemented in this database ,
-
Table: AMS_EVENT_HEADERS_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_EVENT_HEADERS_ALL_B, object_name:AMS_EVENT_HEADERS_ALL_B, status:VALID, product: AMS - Marketing , description: Stores the definition of a Marketing Event. (Master Event or Event Template) , implementation_dba_data: AMS.AMS_EVENT_HEADERS_ALL_B ,
-
Table: AMS_EVENT_HEADERS_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_EVENT_HEADERS_ALL_B, object_name:AMS_EVENT_HEADERS_ALL_B, status:VALID, product: AMS - Marketing , description: Stores the definition of a Marketing Event. (Master Event or Event Template) , implementation_dba_data: AMS.AMS_EVENT_HEADERS_ALL_B ,
-
Table: AMS_EVENT_OFFERS_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_EVENT_OFFERS_ALL_B, object_name:AMS_EVENT_OFFERS_ALL_B, status:VALID, product: AMS - Marketing , description: Stores information about an Event Offering. .This table also holds the data for all the Agenda Items for the Event Offerings. , implementation_dba_data: AMS.AMS_EVENT_OFFERS_ALL_B ,
-
Table: AMS_EVENT_OFFERS_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_EVENT_OFFERS_ALL_B, object_name:AMS_EVENT_OFFERS_ALL_B, status:VALID, product: AMS - Marketing , description: Stores information about an Event Offering. .This table also holds the data for all the Agenda Items for the Event Offerings. , implementation_dba_data: AMS.AMS_EVENT_OFFERS_ALL_B ,
-
View: AMS_DIALOGS_VL
12.1.1
product: AMS - Marketing , description: This is the view for dialog and it's also striped by language. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_DIALOGS_VL
12.2.2
product: AMS - Marketing , description: This is the view for dialog and it's also striped by language. , implementation_dba_data: Not implemented in this database ,