Search Results ast_grp_campaigns
Overview
AST_GRP_CAMPAIGNS is a TeleSales (AST) module table in Oracle E-Business Suite 12.1.1 and 12.2.2 that stores the mapping between resource groups and campaigns. Its documented purpose is precisely this association: it records which resource groups — teams of TeleSales agents or telesales representatives — are assigned to which marketing campaigns. In practice, this makes the table the operational bridge between campaign definitions owned by Oracle Marketing (AMS) and the resource hierarchy owned by Oracle Resource Manager (JTF/RS).
From a Data Vault modeling perspective, the FK structure mined from the metadata suggests this object behaves as a link table. It resolves a many-to-many relationship between two business entities — campaigns and resource groups — and carries descriptive attributes (START_DATE, END_DATE, ENABLED_FLAG) that qualify the association rather than defining either entity independently. The table is therefore best understood as an associative/intersection entity, not a hub or satellite.
Key Information Stored
The table contains 12 documented columns. The most significant include:
- GROUP_CAMPAIGN_ID — the surrogate primary key, enforced by AST_GRP_CAMPAIGN_PK and also backed by unique index AST_GRP_CAMPAIGNS_U1. It uniquely identifies each group-to-campaign association record.
- GROUP_ID — foreign key to JTF_RS_GROUPS_B, identifying the resource group being mapped.
- CAMPAIGN_ID — foreign key to AMS_CAMPAIGNS_ALL_B, identifying the campaign to which the group is assigned.
- START_DATE and END_DATE — define the effective period during which the mapping is active.
- ENABLED_FLAG — indicates whether the mapping is currently enabled or disabled.
- SECURITY_GROUP_ID — foreign key to FND_SECURITY_GROUPS, supporting multi-org/security-group data isolation.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, CREATED_BY, CREATION_DATE — standard EBS WHO columns for auditing and concurrency control.
The business-key candidate is GROUP_CAMPAIGN_ID via AST_GRP_CAMPAIGNS_U1; the true logical uniqueness typically rests on the combination of GROUP_ID and CAMPAIGN_ID together with the date range.
Common Use Cases and Queries
Typical uses include identifying which telesales teams are assigned to a campaign, reporting campaign coverage by resource group, and validating agent eligibility during call handling. A common join pattern is:
- Join AST_GRP_CAMPAIGNS.GROUP_ID to JTF_RS_GROUPS_B.GROUP_ID to retrieve group names.
- Join AST_GRP_CAMPAIGNS.CAMPAIGN_ID to AMS_CAMPAIGNS_ALL_B.CAMPAIGN_ID (or its _TL/_B counterpart) for campaign details.
- Filter on ENABLED_FLAG = 'Y' and SYSDATE BETWEEN START_DATE AND END_DATE for active mappings.
Reporting queries often aggregate the count of distinct GROUP_ID values per CAMPAIGN_ID to measure campaign staffing breadth, or conversely count campaigns per group to assess workload.
Related Objects
The most significant related objects, derived from the documented FK relationships, are:
- AMS_CAMPAIGNS_ALL_B — joined on CAMPAIGN_ID; the campaign master table.
- JTF_RS_GROUPS_B — joined on GROUP_ID; the resource group master table.
- FND_SECURITY_GROUPS — joined on SECURITY_GROUP_ID; governs data security partitioning.
- JTF_RS_GROUP_MEMBERS and JTF_RS_RESOURCE_EXTNS — used downstream to expand a group to its individual resources for agent-level reporting.
These relationships confirm AST_GRP_CAMPAIGNS as a central associative table linking Oracle Marketing campaign definitions to Resource Manager group definitions within the TeleSales application.
-
Table: AST_GRP_CAMPAIGNS
12.2.2
owner:AST, object_type:TABLE, fnd_design_data:AST.AST_GRP_CAMPAIGNS, object_name:AST_GRP_CAMPAIGNS, status:VALID, product: AST - TeleSales , description: This table stores the information for the mapping of resource groups to campaigns , implementation_dba_data: AST.AST_GRP_CAMPAIGNS ,
-
Table: AST_GRP_CAMPAIGNS
12.1.1
owner:AST, object_type:TABLE, fnd_design_data:AST.AST_GRP_CAMPAIGNS, object_name:AST_GRP_CAMPAIGNS, status:VALID, product: AST - TeleSales , description: This table stores the information for the mapping of resource groups to campaigns , implementation_dba_data: AST.AST_GRP_CAMPAIGNS ,
-
VIEW: APPS.IEC_GROUP_WORK_ASSIGNMENTS_V
12.1.1
-
VIEW: AST.AST_GRP_CAMPAIGNS#
12.2.2
owner:AST, object_type:VIEW, object_name:AST_GRP_CAMPAIGNS#, status:VALID,
-
APPS.AST_GRP_CAMPAIGNS_PKG SQL Statements
12.1.1
-
APPS.AST_GRP_CAMPAIGNS_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.AST_GRP_CAMPAIGNS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AST_GRP_CAMPAIGNS, status:VALID,
-
VIEW: AST.AST_GRP_CAMPAIGNS#
12.2.2
-
SYNONYM: APPS.AST_GRP_CAMPAIGNS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AST_GRP_CAMPAIGNS, status:VALID,
-
VIEW: APPS.IEC_GROUP_WORK_ASSIGNMENTS_V
12.2.2
-
VIEW: APPS.AST_GRP_CAMPAIGNS_V
12.1.1
-
VIEW: APPS.AST_GRP_CAMPAIGN_SCHEDS_V
12.1.1
-
VIEW: APPS.AST_GRP_CAMPAIGN_SCHEDS_V
12.2.2
-
VIEW: APPS.AST_GRP_CAMPAIGNS_V
12.2.2
-
PACKAGE BODY: APPS.AST_GRP_CAMPAIGNS_PKG
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.AST_GRP_CAMPAIGNS_PKG
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: AST.AST_GRP_CAMPAIGNS
12.2.2
owner:AST, object_type:TABLE, fnd_design_data:AST.AST_GRP_CAMPAIGNS, object_name:AST_GRP_CAMPAIGNS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.IEC_AGT_ASSN_PUB SQL Statements
12.2.2
-
TABLE: AST.AST_GRP_CAMPAIGNS
12.1.1
owner:AST, object_type:TABLE, fnd_design_data:AST.AST_GRP_CAMPAIGNS, object_name:AST_GRP_CAMPAIGNS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.AST_MLIST1_UWQ_V
12.2.2
-
PACKAGE BODY: APPS.AST_GRP_CAMPAIGNS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AST_GRP_CAMPAIGNS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AST_ROUTING_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AST_ROUTING_PUB, status:VALID,
-
PACKAGE BODY: APPS.AST_ROUTING_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AST_ROUTING_PUB, status:VALID,
-
VIEW: APPS.AST_MLIST1_UWQ_V
12.1.1
-
PACKAGE BODY: APPS.AST_GRP_CAMPAIGNS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AST_GRP_CAMPAIGNS_PKG, status:VALID,
-
View: AST_GRP_CAMPAIGNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_GRP_CAMPAIGNS_V, object_name:AST_GRP_CAMPAIGNS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_GRP_CAMPAIGNS_V ,
-
View: AST_GRP_CAMPAIGN_SCHEDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_GRP_CAMPAIGN_SCHEDS_V, object_name:AST_GRP_CAMPAIGN_SCHEDS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_GRP_CAMPAIGN_SCHEDS_V ,
-
APPS.IEC_AGT_ASSN_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AST_GRP_CAMP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AST_GRP_CAMP_PVT, status:VALID,
-
PACKAGE BODY: APPS.AST_GRP_CAMP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AST_GRP_CAMP_PVT, status:VALID,
-
View: AST_GRP_CAMPAIGNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_GRP_CAMPAIGNS_V, object_name:AST_GRP_CAMPAIGNS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_GRP_CAMPAIGNS_V ,
-
View: AST_GRP_CAMPAIGN_SCHEDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_GRP_CAMPAIGN_SCHEDS_V, object_name:AST_GRP_CAMPAIGN_SCHEDS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_GRP_CAMPAIGN_SCHEDS_V ,
-
PACKAGE BODY: APPS.IEU_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_PVT, status:VALID,
-
VIEW: APPS.IEC_GROUP_WORK_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEC_GROUP_WORK_ASSIGNMENTS_V, status:VALID,
-
PACKAGE BODY: APPS.IEU_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_PVT, status:VALID,
-
VIEW: APPS.IEC_GROUP_WORK_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEC_GROUP_WORK_ASSIGNMENTS_V, status:VALID,
-
Table: JTF_RS_GROUPS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_B, object_name:JTF_RS_GROUPS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_RS_GROUPS_B stores general information about a given Group. , implementation_dba_data: JTF.JTF_RS_GROUPS_B ,
-
Table: JTF_RS_GROUPS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_B, object_name:JTF_RS_GROUPS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_RS_GROUPS_B stores general information about a given Group. , implementation_dba_data: JTF.JTF_RS_GROUPS_B ,
-
VIEW: APPS.AST_GRP_CAMPAIGN_SCHEDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_GRP_CAMPAIGN_SCHEDS_V, object_name:AST_GRP_CAMPAIGN_SCHEDS_V, status:VALID,
-
Table: AMS_CAMPAIGNS_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CAMPAIGNS_ALL_B, object_name:AMS_CAMPAIGNS_ALL_B, status:VALID, product: AMS - Marketing , description: Base table to store the details of a campaign. , implementation_dba_data: AMS.AMS_CAMPAIGNS_ALL_B ,