Search Results as_sales_groups
Overview
The AS_SALES_GROUPS table is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, residing in the OSM schema. It serves as the foundational table for defining and storing sales group entities in the Sales Foundation (AS) module. A sales group is a logical organizational unit used to aggregate sales resources, typically for management reporting, territory alignment, and quota assignment. The table's primary role is to act as the master source for all sales group definitions, providing a unique identifier and descriptive attributes that are referenced throughout the sales force automation and compensation structures of the application.
Key Information Stored
The table's structure is centered on uniquely identifying and describing a sales group. The primary key column, SALES_GROUP_ID, is the system-generated unique identifier for each sales group record. While the provided ETRM metadata does not list all columns, standard implementation patterns for such a table typically include columns for the group's name (e.g., SALES_GROUP_NAME), a description, effective start and end dates for managing the group's lifecycle, and attributes for enabling or disabling the group. The existence of a primary key constraint named AS_SALES_GROUPS_PK on the SALES_GROUP_ID column confirms its role as the central unique reference.
Common Use Cases and Queries
This table is primarily used in administrative setups and downstream reporting. Common operational scenarios include creating new sales teams, modifying existing group structures, and assigning salespeople to these groups via the related AS_SALESFORCE table. A fundamental query to retrieve all active sales groups would leverage the primary identifier and descriptive fields. For example:
SELECT sales_group_id, sales_group_name, description FROM osm.as_sales_groups WHERE SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE);
Reporting use cases often involve joining AS_SALES_GROUPS with the AS_SALESFORCE table to analyze sales force distribution or with opportunity and forecast tables to measure performance by group. Its data is critical for generating managerial hierarchy reports and calculating aggregated sales metrics for compensation plans.
Related Objects
The most direct and documented relationship for the AS_SALES_GROUPS table is with the AS_SALESFORCE table. A foreign key constraint exists where the SALES_GROUP_ID column in AS_SALESFORCE references the SALES_GROUP_ID primary key in AS_SALES_GROUPS. This enforces referential integrity, ensuring that every salesperson assigned to a group in the AS_SALESFORCE table corresponds to a valid record in the master AS_SALES_GROUPS table. While not listed in the excerpt, this table is also likely referenced by other objects within the AS module, such as territory definitions, quota assignment tables, and various sales analytics views, forming a central node in the sales organization data model.
-
Table: AS_SALES_GROUPS
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_GROUPS, object_name:AS_SALES_GROUPS, status:VALID, product: AS - Sales Foundation , description: Defines sales groups , implementation_dba_data: OSM.AS_SALES_GROUPS ,
-
Table: AS_SALES_GROUPS
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_GROUPS, object_name:AS_SALES_GROUPS, status:VALID, product: AS - Sales Foundation , description: Defines sales groups , implementation_dba_data: OSM.AS_SALES_GROUPS ,
-
View: ASFV_SALES_GROUPS_DENORM
12.1.1
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: ASFV_SALES_GROUPS_DENORM
12.2.2
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: ASFV_SALES_GROUPS
12.1.1
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: ASFV_SALES_GROUPS
12.2.2
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
Table: AS_SALES_GROUPS_DENORM
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_GROUPS_DENORM, object_name:AS_SALES_GROUPS_DENORM, status:VALID, product: AS - Sales Foundation , description: Denormalized table derived from AS_SALES_GROUPS , implementation_dba_data: OSM.AS_SALES_GROUPS_DENORM ,
-
Table: AS_SALES_GROUPS_DENORM
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_GROUPS_DENORM, object_name:AS_SALES_GROUPS_DENORM, status:VALID, product: AS - Sales Foundation , description: Denormalized table derived from AS_SALES_GROUPS , implementation_dba_data: OSM.AS_SALES_GROUPS_DENORM ,
-
Table: AS_SALESFORCE
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALESFORCE, object_name:AS_SALESFORCE, status:VALID, product: AS - Sales Foundation , description: Obsolete Defines the salesforce , implementation_dba_data: OSM.AS_SALESFORCE ,
-
View: AS_OFL_SALES_GROUP_DENORM_V
12.1.1
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: AS_OFL_SALES_GROUP_DENORM_V
12.2.2
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
Table: AS_SALESFORCE
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALESFORCE, object_name:AS_SALESFORCE, status:VALID, product: AS - Sales Foundation , description: Obsolete Defines the salesforce , implementation_dba_data: OSM.AS_SALESFORCE ,
-
View: ASBV_SALES_GROUPS
12.1.1
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: ASBV_SALES_GROUPS
12.2.2
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: ASFV_SALES_FORCE
12.2.2
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
Table: AS_SALES_CREDITS_DENORM
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_CREDITS_DENORM, object_name:AS_SALES_CREDITS_DENORM, status:VALID, product: AS - Sales Foundation , description: Denormalized table to store opportunity data denormalized from AS_LEADS_ALL, AS_LEAD_LINES_ALL, AS_SALES_CREDITS, AS_SALES_STAGE_ALL, AS_INTEREST_TYPES_ALL, AS_INTEREST_CODES_ALL, HZ_PARTIES, AS_SALES_GROUPS, PER_ALL_PEOPLR_F , implementation_dba_data: OSM.AS_SALES_CREDITS_DENORM ,
-
View: AS_DIST_SC_MEMBERS_V
12.1.1
product: AS - Sales Foundation , description: Distinct view of sales credit members , implementation_dba_data: Not implemented in this database ,
-
Table: AS_SALES_CREDITS_DENORM
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_CREDITS_DENORM, object_name:AS_SALES_CREDITS_DENORM, status:VALID, product: AS - Sales Foundation , description: Denormalized table to store opportunity data denormalized from AS_LEADS_ALL, AS_LEAD_LINES_ALL, AS_SALES_CREDITS, AS_SALES_STAGE_ALL, AS_INTEREST_TYPES_ALL, AS_INTEREST_CODES_ALL, HZ_PARTIES, AS_SALES_GROUPS, PER_ALL_PEOPLR_F , implementation_dba_data: OSM.AS_SALES_CREDITS_DENORM ,
-
View: ASFV_SALES_FORCE
12.1.1
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: ASFV_SALES_CREDITS
12.2.2
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: AS_DIST_SC_MEMBERS_V
12.2.2
product: AS - Sales Foundation , description: Distinct view of sales credit members , implementation_dba_data: Not implemented in this database ,
-
View: ASFV_SALES_CREDITS
12.1.1
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: AS_VIEW_FORECAST_V
12.2.2
product: AS - Sales Foundation , description: Forecast detail view , implementation_dba_data: Not implemented in this database ,
-
View: AS_EMP_SALESREPS_V
12.1.1
product: AS - Sales Foundation , description: Salesperson Definition View for Employee type salesreps , implementation_dba_data: Not implemented in this database ,
-
View: AS_VIEW_FORECAST_V
12.1.1
product: AS - Sales Foundation , description: Forecast detail view , implementation_dba_data: Not implemented in this database ,
-
View: AS_QUOTAS_FORECASTS_V
12.2.2
product: AS - Sales Foundation , description: Sales quotas for forecast view , implementation_dba_data: Not implemented in this database ,
-
View: AS_QUOTAS_FORECASTS_V
12.1.1
product: AS - Sales Foundation , description: Sales quotas for forecast view , implementation_dba_data: Not implemented in this database ,
-
View: AS_PTR_SALESREPS_V
12.1.1
product: AS - Sales Foundation , description: Salesperson Definition View for Partner type salesreps , implementation_dba_data: Not implemented in this database ,
-
View: AS_PTR_SALESREPS_V
12.2.2
product: AS - Sales Foundation , description: Salesperson Definition View for Partner type salesreps , implementation_dba_data: Not implemented in this database ,
-
View: AS_EMP_SALESREPS_V
12.2.2
product: AS - Sales Foundation , description: Salesperson Definition View for Employee type salesreps , implementation_dba_data: Not implemented in this database ,