Search Results actual_start_date_time
Overview
The AMS.AMS_CAMPAIGN_SCHEDULES table resides in the AMS (Marketing) schema of Oracle E-Business Suite and, according to the ETRM documentation for releases 12.1.1 and 12.2.2, is flagged as obsoleted and no longer in use. Historically it formed part of the Oracle Marketing campaign execution model, holding the scheduled occurrences — forecasted and actual — that connected a parent campaign to the offers, deliverables, statuses, and channels used to execute it. Although the table remains physically present in many environments (status VALID, 50 documented columns, primary key AMS_CAMPAIGN_SCHEDULES_PK), Oracle no longer supports or populates it, so it should be treated as legacy schema rather than a functional integration point.
From a modeling perspective, the mined foreign-key structure classifies this object as satellite-leaning. This is a heuristic suggestion only: the table carries descriptive, time-stamped attributes about a scheduled campaign activity (dates, status, source codes, delivery metadata) keyed back to hub-like parents such as AMS_CAMPAIGNS_ALL_B and AMS_ACT_OFFERS. A Data Vault design would typically recast it as a satellite hanging off a campaign/activity hub, or as a link if the schedule is treated as an association between campaign, offer, and deliverable.
Key Information Stored
The most significant columns, as documented in the physical schema, are:
CAMPAIGN_SCHEDULE_ID— the surrogate primary key (AMS_CAMPAIGN_SCHEDULES_PK) and the column referenced by dependent objects. It is also the sole unique index (AMS_CAMPAIGN_SCHEDULES_U1), making it the only documented business-key candidate.CAMPAIGN_ID— foreign key toAMS_CAMPAIGNS_ALL_B, identifying the parent campaign.ACTIVITY_OFFER_IDandDELIVERABLE_ID— foreign keys toAMS_ACT_OFFERSandAMS_DELIVERABLES_ALL_B, linking the schedule to the offer and the deliverable used.USER_STATUS_IDandSTATUS_CODE— the schedule's workflow/user status and its coded status value.STATUS_DATE,FORECASTED_START_DATE_TIME,FORECASTED_END_DATE_TIME,ACTUAL_START_DATE_TIME,ACTUAL_END_DATE_TIME— planned versus realized scheduling timestamps.FREQUENCYandFREQUENCY_UOM_CODE— recurrence definition and its unit of measure.CHANNEL_IDandSOURCE_CODE— the execution channel and originating source of the schedule.TRIGGERED_FLAGandACTIVE_FLAG— indicator flags controlling whether the schedule has fired and is active.SECURITY_GROUP_ID— the Multi-Org/security group foreign key toFND_SECURITY_GROUPS.- Delivery-related attributes such as
MAIL_SUBJECT,MAIL_SENDER_NAME,INBOUND_URL,INBOUND_EMAIL_ID, andCOVER_LETTER— content used when the schedule drove outbound communication. - Standard WHO/audit columns (
CREATION_DATE,CREATED_BY,LAST_UPDATE_DATE,OBJECT_VERSION_NUMBER) for change tracking.
Common Use Cases and Queries
Because the table is obsoleted, its practical value is limited to legacy data extraction, archival, and historical reconciliation. Common patterns include:
- Resolving the schedule's parent chain for historical reporting: join
AMS_CAMPAIGN_SCHEDULEStoAMS_CAMPAIGNS_ALL_BonCAMPAIGN_ID = CAMPAIGN_ID. - Reconstructing planned versus actual execution timelines using the forecasted and actual start/end date columns.
- Auditing which offers and deliverables were attached to a schedule via
ACTIVITY_OFFER_IDandDELIVERABLE_ID.
A representative legacy query:
SELECT cs.campaign_schedule_id, cs.campaign_id, cs.status_code, cs.forecasted_start_date_time, cs.actual_start_date_time
FROM ams.ams_campaign_schedules cs
WHERE cs.active_flag = 'Y' AND cs.campaign_id = :campaign_id;
Analysts migrating to a supported release should expect no inserts or updates against this table and should source equivalent scheduling data from current Marketing tables.
Related Objects
AMS_CAMPAIGNS_ALL_B— parent campaign; join onCAMPAIGN_ID.AMS_ACT_OFFERS— offer definition; join onACTIVITY_OFFER_ID.AMS_DELIVERABLES_ALL_B— deliverable used; join onDELIVERABLE_ID.AMS_USER_STATUSES_B— status lookup; join onUSER_STATUS_ID.FND_SECURITY_GROUPS— security group; join onSECURITY_GROUP_ID.AMS_ACT_METRICS_ALL,AMS_ACT_SCRIPTS,AMS_IBA_CAMP_POSTINGS,AMS_LIST_HEADERS_ALL— children referencing the schedule viaACT_METRIC_USED_BY_ID,ACT_SCRIPT_USED_BY_ID,OBJECT_ID, andLIST_USED_BY_IDrespectively.- External staging objects such as
EDW_BIM_CAMP_SCHEDULES_LSTGandIEB_WB_SVC_CATS— downstream consumers referencingCAMPAIGN_SCHEDULE_ID, which must also be treated as legacy.
-
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 ,
-
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: EDW_BIM_CAMP_SCHEDULES_LTC
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_CAMP_SCHEDULES_LTC, object_name:EDW_BIM_CAMP_SCHEDULES_LTC, status:VALID, product: BIM - Marketing Intelligence , description: Cammpaign Schedule Level Table , implementation_dba_data: BIM.EDW_BIM_CAMP_SCHEDULES_LTC ,
-
Table: EDW_BIM_CAMP_SCHEDULES_LTC
12.2.2
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_CAMP_SCHEDULES_LTC, object_name:EDW_BIM_CAMP_SCHEDULES_LTC, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Cammpaign Schedule Level Table , implementation_dba_data: BIM.EDW_BIM_CAMP_SCHEDULES_LTC ,
-
Table: EDW_BIM_CAMP_SCHEDULES_LSTG
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_CAMP_SCHEDULES_LSTG, object_name:EDW_BIM_CAMP_SCHEDULES_LSTG, status:VALID, product: BIM - Marketing Intelligence , description: Interface for Campaiign Schedule , implementation_dba_data: BIM.EDW_BIM_CAMP_SCHEDULES_LSTG ,
-
VIEW: BIM.EDW_BIM_CAMP_SCHEDULES_LTC#
12.2.2
-
View: EDW_BIM_CAMP_SCHEDULES_LCV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: AMS.AMS_CAMPAIGN_SCHEDULES#
12.2.2
-
View: EDW_BIM_CAMP_SCHEDULES_LCV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: EDW_BIM_CAMP_SCHEDULES_LTC_IV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: EDW_BIM_CAMP_SCHEDULES_LTC_IV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ASO_I_CAMPAIGN_GEO_AREAS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_CAMPAIGN_GEO_AREAS_V, object_name:ASO_I_CAMPAIGN_GEO_AREAS_V, status:VALID,
-
VIEW: APPS.AMS_P_CAMPAIGN_GEO_AREAS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGN_GEO_AREAS_V, object_name:AMS_P_CAMPAIGN_GEO_AREAS_V, status:VALID,
-
VIEW: APPS.AMS_P_CAMPAIGN_GEO_AREAS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGN_GEO_AREAS_V, object_name:AMS_P_CAMPAIGN_GEO_AREAS_V, status:VALID,
-
VIEW: BIM.EDW_BIM_CAMP_SCHEDULES_LTC#
12.2.2
owner:BIM, object_type:VIEW, object_name:EDW_BIM_CAMP_SCHEDULES_LTC#, status:VALID,
-
View: ASO_I_CAMPAIGN_GEO_AREAS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_CAMPAIGN_GEO_AREAS_V, object_name:ASO_I_CAMPAIGN_GEO_AREAS_V, status:VALID, product: ASO - Order Capture , description: This view returns compiled information of geographic areas and associated activities. , implementation_dba_data: APPS.ASO_I_CAMPAIGN_GEO_AREAS_V ,
-
VIEW: APPS.ASO_I_CAMPAIGN_GEO_AREAS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_CAMPAIGN_GEO_AREAS_V, object_name:ASO_I_CAMPAIGN_GEO_AREAS_V, status:VALID,
-
View: AMS_P_CAMPAIGN_GEO_AREAS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGN_GEO_AREAS_V, object_name:AMS_P_CAMPAIGN_GEO_AREAS_V, status:VALID, product: AMS - Marketing , description: This public view returns information of Marketing campaign and the geographic area they are available / used. , implementation_dba_data: APPS.AMS_P_CAMPAIGN_GEO_AREAS_V ,
-
View: AMS_P_CAMPAIGN_GEO_AREAS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGN_GEO_AREAS_V, object_name:AMS_P_CAMPAIGN_GEO_AREAS_V, status:VALID, product: AMS - Marketing , description: This public view returns information of Marketing campaign and the geographic area they are available / used. , implementation_dba_data: APPS.AMS_P_CAMPAIGN_GEO_AREAS_V ,
-
View: ASO_I_CAMPAIGN_GEO_AREAS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_CAMPAIGN_GEO_AREAS_V, object_name:ASO_I_CAMPAIGN_GEO_AREAS_V, status:VALID, product: ASO - Order Capture , description: This view returns compiled information of geographic areas and associated activities. , implementation_dba_data: APPS.ASO_I_CAMPAIGN_GEO_AREAS_V ,
-
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
-
TABLE: BIM.EDW_BIM_CAMP_SCHEDULES_LSTG
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_CAMP_SCHEDULES_LSTG, object_name:EDW_BIM_CAMP_SCHEDULES_LSTG, status:VALID,
-
TABLE: BIM.EDW_BIM_CAMP_SCHEDULES_LTC
12.2.2
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_CAMP_SCHEDULES_LTC, object_name:EDW_BIM_CAMP_SCHEDULES_LTC, status:VALID,
-
TABLE: BIM.EDW_BIM_CAMP_SCHEDULES_LTC
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_CAMP_SCHEDULES_LTC, object_name:EDW_BIM_CAMP_SCHEDULES_LTC, status:VALID,
-
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,
-
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,
-
VIEW: APPS.AMS_P_CAMPAIGN_SCHEDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGN_SCHEDS_V, object_name:AMS_P_CAMPAIGN_SCHEDS_V, status:VALID,
-
VIEW: APPS.AMS_P_CAMPAIGN_SCHEDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGN_SCHEDS_V, object_name:AMS_P_CAMPAIGN_SCHEDS_V, status:VALID,
-
View: AMS_P_CAMPAIGN_SCHEDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGN_SCHEDS_V, object_name:AMS_P_CAMPAIGN_SCHEDS_V, status:VALID, product: AMS - Marketing , description: This public view returns the campaign schedule information.. , implementation_dba_data: APPS.AMS_P_CAMPAIGN_SCHEDS_V ,
-
View: AMS_P_CAMPAIGN_SCHEDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGN_SCHEDS_V, object_name:AMS_P_CAMPAIGN_SCHEDS_V, status:VALID, product: AMS - Marketing , description: This public view returns the campaign schedule information.. , implementation_dba_data: APPS.AMS_P_CAMPAIGN_SCHEDS_V ,
-
PACKAGE BODY: APPS.BIM_EDW_CMPGNS_M_SIZE
12.1.1
-
PACKAGE: APPS.AMS_CAMPAIGNRULES_PVT
12.1.1
-
PACKAGE: APPS.AMS_CAMPAIGNRULES_PVT
12.2.2
-
APPS.BIM_EDW_CMPGNS_M_SIZE dependencies on AMS_CAMPAIGN_SCHEDULES
12.1.1
-
eTRM - BIM Tables and Views
12.1.1
description: Target segment level table . ,
-
eTRM - BIM Tables and Views
12.2.2
description: Target segment level table . ,
-
eTRM - ASO Tables and Views
12.2.2
description: This tables is used to log messages during the migration in Order Capture. ,
-
eTRM - ASO Tables and Views
12.1.1
description: This tables is used to log messages during the migration in Order Capture. ,
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,