Search Results ams_campaign_schedules
Overview
The AMS_CAMPAIGN_SCHEDULES table is a historical data object within the Oracle E-Business Suite (EBS) Marketing (AMS) module. According to the official ETRM documentation for versions 12.1.1 and 12.2.2, this table is explicitly marked as obsoleted and no longer in use. It was originally designed to manage scheduling information for marketing campaigns, acting as a central junction table that linked campaigns to their associated activities, deliverables, and statuses. Its role was to facilitate the planning and execution timeline of marketing initiatives. However, its functionality has been superseded by other application features or tables in later releases, rendering it a legacy artifact within the database schema.
Key Information Stored
While the table is obsolete, its structure reveals the type of scheduling data it was intended to manage. The primary key, CAMPAIGN_SCHEDULE_ID, uniquely identified each schedule record. Critical foreign key columns linked the schedule to core marketing entities: CAMPAIGN_ID (to AMS_CAMPAIGNS_ALL_B), ACTIVITY_OFFER_ID (to AMS_ACT_OFFERS), DELIVERABLE_ID (to AMS_DELIVERABLES_ALL_B), and USER_STATUS_ID (to AMS_USER_STATUSES_B). These columns indicate the table stored references to the specific campaign, its associated offer activity, the deliverable (e.g., an email or advertisement), and the current workflow status of the schedule.
Common Use Cases and Queries
As a deprecated table, there are no current operational use cases for AMS_CAMPAIGN_SCHEDULES in a standard Oracle EBS implementation. Direct interaction with this table for reporting or data manipulation is strongly discouraged, as the application logic no longer maintains it. Any historical data present would be for archival purposes only. Sample queries are provided strictly for understanding its past structure, such as identifying legacy schedule records for a specific campaign: SELECT * FROM AMS.AMS_CAMPAIGN_SCHEDULES WHERE CAMPAIGN_ID = <campaign_id>;. For any active scheduling requirements, consultants must refer to the current, supported tables and APIs within the Oracle Marketing module.
Related Objects
The foreign key relationships documented in the ETRM metadata illustrate the table's former integration points within the Marketing schema. Key related objects include:
- AMS_CAMPAIGNS_ALL_B: Linked via AMS_CAMPAIGN_SCHEDULES.CAMPAIGN_ID.
- AMS_ACT_OFFERS: Linked via AMS_CAMPAIGN_SCHEDULES.ACTIVITY_OFFER_ID.
- AMS_USER_STATUSES_B: Linked via AMS_CAMPAIGN_SCHEDULES.USER_STATUS_ID.
- AMS_DELIVERABLES_ALL_B: Linked via AMS_CAMPAIGN_SCHEDULES.DELIVERABLE_ID.
- AMS_ACT_METRICS_ALL: References the schedule via AMS_ACT_METRICS_ALL.ACT_METRIC_USED_BY_ID.
- AMS_ACT_SCRIPTS: References the schedule via AMS_ACT_SCRIPTS.ACT_SCRIPT_USED_BY_ID.
- AMS_IBA_CAMP_POSTINGS: References the schedule via AMS_IBA_CAMP_POSTINGS.OBJECT_ID.
- AMS_LIST_HEADERS_ALL: References the schedule via AMS_LIST_HEADERS_ALL.LIST_USED_BY_ID.
These relationships show the table was once a hub connecting campaigns to metrics, scripts, postings, and target lists.
-
Table: AMS_CAMPAIGN_SCHEDULES
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CAMPAIGN_SCHEDULES, object_name:AMS_CAMPAIGN_SCHEDULES, status:VALID, product: AMS - Marketing , description: This table is obsoleted and no longer in use. , implementation_dba_data: AMS.AMS_CAMPAIGN_SCHEDULES ,
-
Table: AMS_CAMPAIGN_SCHEDULES
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CAMPAIGN_SCHEDULES, object_name:AMS_CAMPAIGN_SCHEDULES, status:VALID, product: AMS - Marketing , description: This table is obsoleted and no longer in use. , implementation_dba_data: AMS.AMS_CAMPAIGN_SCHEDULES ,
-
APPS.BIX_DM_AGENT_CALL_SUMMARY_PKG dependencies on AMS_CAMPAIGN_SCHEDULES
12.1.1
-
APPS.OZF_UTILITY_PVT dependencies on AMS_CAMPAIGN_SCHEDULES
12.1.1
-
APPS.AMS_DMEXTRACT_PVT dependencies on AMS_CAMPAIGN_SCHEDULES
12.1.1
-
APPS.AMS_LISTENTRY_PVT dependencies on AMS_CAMPAIGN_SCHEDULES
12.1.1
-
APPS.AMS_UTILITY_PVT dependencies on AMS_CAMPAIGN_SCHEDULES
12.2.2
-
APPS.AMS_LISTENTRY_PVT dependencies on AMS_CAMPAIGN_SCHEDULES
12.2.2
-
APPS.OZF_UTILITY_PVT dependencies on AMS_CAMPAIGN_SCHEDULES
12.2.2
-
APPS.BIM_EDW_CMPGNS_M_SIZE dependencies on AMS_CAMPAIGN_SCHEDULES
12.1.1
-
APPS.AMS_UTILITY_PVT dependencies on AMS_CAMPAIGN_SCHEDULES
12.1.1
-
APPS.AMS_DMEXTRACT_PVT dependencies on AMS_CAMPAIGN_SCHEDULES
12.2.2
-
APPS.IEO_SUM_AVB_RECORD dependencies on AMS_CAMPAIGN_SCHEDULES
12.1.1
-
APPS.IEO_SUM_AVB_RECORD dependencies on AMS_CAMPAIGN_SCHEDULES
12.2.2
-
APPS.AMS_DMEXTRACT_PVT dependencies on AMS_ACT_OFFERS
12.1.1
-
APPS.AMS_DMEXTRACT_PVT dependencies on AMS_ACT_OFFERS
12.2.2
-
SYNONYM: APPS.AMS_CAMPAIGN_SCHEDULES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_CAMPAIGN_SCHEDULES, status:VALID,
-
SYNONYM: APPS.AMS_CAMPAIGN_SCHEDULES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_CAMPAIGN_SCHEDULES, status:VALID,
-
VIEW: AMS.AMS_CAMPAIGN_SCHEDULES#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_CAMPAIGN_SCHEDULES#, status:VALID,
-
APPS.BIM_EDW_CMPGNS_M_SIZE SQL Statements
12.1.1
-
APPS.AMS_DMEXTRACT_PVT dependencies on AMS_ACT_LISTS
12.1.1
-
VIEW: AMS.AMS_CAMPAIGN_SCHEDULES#
12.2.2
-
APPS.AMS_DMEXTRACT_PVT dependencies on AMS_ACT_LISTS
12.2.2
-
Table: AMS_IBA_CAMP_POSTINGS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_IBA_CAMP_POSTINGS, object_name:AMS_IBA_CAMP_POSTINGS, status:VALID, product: AMS - Marketing , description: Postings associated with campaigns. , implementation_dba_data: AMS.AMS_IBA_CAMP_POSTINGS ,
-
APPS.AMS_LISTENTRY_PVT dependencies on AMS_CAMPAIGNS_ALL_B
12.2.2
-
APPS.AMS_LISTENTRY_PVT dependencies on AMS_CAMPAIGNS_ALL_B
12.1.1
-
Table: AMS_ACT_SCRIPTS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_SCRIPTS, object_name:AMS_ACT_SCRIPTS, status:VALID, product: AMS - Marketing , description: Stores the Scripts ( Inbound / Outbound ) used by a marketing activity. , implementation_dba_data: AMS.AMS_ACT_SCRIPTS ,
-
APPS.IEO_SUM_AVB_RECORD dependencies on IEO_CP_SERVICES_ALL
12.1.1
-
Table: AMS_IBA_CAMP_POSTINGS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_IBA_CAMP_POSTINGS, object_name:AMS_IBA_CAMP_POSTINGS, status:VALID, product: AMS - Marketing , description: Postings associated with campaigns. , implementation_dba_data: AMS.AMS_IBA_CAMP_POSTINGS ,
-
Table: AMS_ACT_SCRIPTS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_SCRIPTS, object_name:AMS_ACT_SCRIPTS, status:VALID, product: AMS - Marketing , description: Stores the Scripts ( Inbound / Outbound ) used by a marketing activity. , implementation_dba_data: AMS.AMS_ACT_SCRIPTS ,
-
APPS.BIM_EDW_CMPGNS_M_SIZE dependencies on AMS_CAMPAIGNS_VL
12.1.1
-
APPS.IEO_SUM_AVB_RECORD dependencies on AMS_LIST_HEADERS_ALL
12.1.1
-
APPS.IEO_SUM_AVB_RECORD dependencies on AMS_LIST_HEADERS_ALL
12.2.2
-
APPS.IEO_SUM_AVB_RECORD dependencies on IEO_CP_SERVICES_ALL
12.2.2
-
TABLE: AMS.AMS_CAMPAIGN_SCHEDULES
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CAMPAIGN_SCHEDULES, object_name:AMS_CAMPAIGN_SCHEDULES, status:VALID,
-
PACKAGE BODY: APPS.IEO_SUM_AVB_RECORD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEO_SUM_AVB_RECORD, status:VALID,
-
APPS.IEO_SUM_AVB_RECORD SQL Statements
12.1.1
-
APPS.IEO_SUM_AVB_RECORD SQL Statements
12.2.2
-
Table: AMS_ACT_OFFERS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_OFFERS, object_name:AMS_ACT_OFFERS, status:VALID, product: AMS - Marketing , description: Holds the high level details of promotional offers related to a campaign , implementation_dba_data: AMS.AMS_ACT_OFFERS ,
-
PACKAGE BODY: APPS.BIM_EDW_CMPGNS_M_SIZE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIM_EDW_CMPGNS_M_SIZE, status:VALID,
-
APPS.BIM_EDW_CMPGNS_M_SIZE dependencies on EDW_LOCAL_INSTANCE
12.1.1
-
PACKAGE BODY: APPS.IEO_SUM_AVB_RECORD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEO_SUM_AVB_RECORD, status:VALID,
-
TABLE: AMS.AMS_CAMPAIGN_SCHEDULES
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CAMPAIGN_SCHEDULES, object_name:AMS_CAMPAIGN_SCHEDULES, status:VALID,
-
Table: AMS_ACT_OFFERS
12.2.2
product: AMS - Marketing , description: Holds the high level details of promotional offers related to a campaign , implementation_dba_data: Not implemented in this database ,
-
Table: AMS_USER_STATUSES_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_USER_STATUSES_B, object_name:AMS_USER_STATUSES_B, status:VALID, product: AMS - Marketing , description: Stores User status information , implementation_dba_data: AMS.AMS_USER_STATUSES_B ,
-
PACKAGE BODY: APPS.AMS_LISTENTRY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LISTENTRY_PVT, status:VALID,
-
VIEW: APPS.BIX_DM_CAMP_SCHE_PARAM_V
12.1.1
owner:APPS, object_type:VIEW, object_name:BIX_DM_CAMP_SCHE_PARAM_V, status:VALID,
-
PACKAGE BODY: APPS.AMS_LISTENTRY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LISTENTRY_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_DMEXTRACT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DMEXTRACT_PVT, status:VALID,
-
Table: AMS_LIST_HEADERS_ALL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_HEADERS_ALL, object_name:AMS_LIST_HEADERS_ALL, status:VALID, product: AMS - Marketing , description: This table stores the name and other details about a target list. , implementation_dba_data: AMS.AMS_LIST_HEADERS_ALL ,