Search Results as_salesforce
Overview
The AS_SALESFORCE table is a core data object within the Oracle E-Business Suite (EBS) Sales Foundation (AS) module. It serves as the master definition table for a salesforce, which represents an individual salesperson or a sales team responsible for customer accounts and opportunities. Its primary role is to establish the central record for a sales resource, linking that resource to critical transactional and master data across the application, including customers, addresses, sales groups, and territories. Notably, the official ETRM documentation explicitly marks this table as "Obsolete," indicating it is a legacy structure that may have been superseded by other data models in later implementations or patches, though it remains present and referenced within the schemas of versions 12.1.1 and 12.2.2.
Key Information Stored
The table's structure centers on a unique identifier for each salesforce record. The primary key is the SALESFORCE_ID column. Key relational columns define the salesforce's associations within the EBS ecosystem. The PARTNER_CUSTOMER_ID, PARTNER_ADDRESS_ID, and PARTNER_CONTACT_ID columns create foreign key relationships to the RA_CUSTOMERS and RA_ADDRESSES_ALL tables, linking the sales resource to a specific customer and location record, which is typical for partner or internal sales models. The SALES_GROUP_ID column links the salesforce to a defined team or hierarchy within the AS_SALES_GROUPS table. While the specific descriptive columns (like name, status, or effective dates) are not detailed in the provided metadata, they would typically be present to fully define the salesforce entity.
Common Use Cases and Queries
Despite its obsolete status, the table remains integral for historical reporting and understanding sales force assignments. A common use case is generating a list of all active salesforces with their associated customer and group information for territory analysis. Sample SQL to retrieve this core information would involve joining the related master tables:
- SELECT sf.SALESFORCE_ID, c.CUSTOMER_NAME, a.ADDRESS1, sg.NAME GROUP_NAME FROM OSM.AS_SALESFORCE sf, RA_CUSTOMERS c, RA_ADDRESSES_ALL a, AS_SALES_GROUPS sg WHERE sf.PARTNER_CUSTOMER_ID = c.CUSTOMER_ID(+) AND sf.PARTNER_ADDRESS_ID = a.ADDRESS_ID(+) AND sf.SALES_GROUP_ID = sg.SALES_GROUP_ID(+);
Another critical reporting use case involves analyzing territory changes by querying the relationship between AS_SALESFORCE and the AS_CHANGED_TERRITORIES_ALL history table.
Related Objects
The AS_SALESFORCE table is a nexus for several key relationships, as evidenced by its foreign key constraints. It is a parent table to RA_SALESREPS_ALL, which ties Oracle Receivables sales representatives to this salesforce definition. It is also linked to AS_TERRITORIES_ALL, defining which territory the salesforce belongs to, and to AS_CHANGED_TERRITORIES_ALL for tracking reassignment history. As a child table, it references RA_CUSTOMERS, RA_ADDRESSES_ALL, and AS_SALES_GROUPS to pull in partner and organizational data. Developers and DBAs interacting with sales force data, territory management, or the sales representative setup in Receivables must account for these relationships, even when considering migration paths away from this obsolete table.
-
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 ,
-
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 ,
-
Table: AS_REPORTING_MANAGERS
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_REPORTING_MANAGERS, object_name:AS_REPORTING_MANAGERS, status:VALID, product: AS - Sales Foundation , description: Denormalized table derived from AS_SALESFORCE. , implementation_dba_data: OSM.AS_REPORTING_MANAGERS ,
-
View: ASBV_SALES_FORCE
12.1.1
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
Table: AS_REPORTING_MANAGERS
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_REPORTING_MANAGERS, object_name:AS_REPORTING_MANAGERS, status:VALID, product: AS - Sales Foundation , description: Denormalized table derived from AS_SALESFORCE. , implementation_dba_data: OSM.AS_REPORTING_MANAGERS ,
-
Table: AS_TERRITORIES_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_TERRITORIES_ALL, object_name:AS_TERRITORIES_ALL, status:VALID, product: AS - Sales Foundation , description: Obsolete Sales out to JTF Terr Core -- Holds territory definitions , implementation_dba_data: OSM.AS_TERRITORIES_ALL ,
-
View: ASBV_SALES_FORCE
12.2.2
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
Table: AS_CHANGED_TERRITORIES_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_CHANGED_TERRITORIES_ALL, object_name:AS_CHANGED_TERRITORIES_ALL, status:VALID, product: AS - Sales Foundation , description: Contains changed territories , implementation_dba_data: OSM.AS_CHANGED_TERRITORIES_ALL ,
-
Table: AS_CHANGED_TERRITORIES_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_CHANGED_TERRITORIES_ALL, object_name:AS_CHANGED_TERRITORIES_ALL, status:VALID, product: AS - Sales Foundation , description: Contains changed territories , implementation_dba_data: OSM.AS_CHANGED_TERRITORIES_ALL ,
-
Table: AS_TERRITORIES_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_TERRITORIES_ALL, object_name:AS_TERRITORIES_ALL, status:VALID, product: AS - Sales Foundation , description: Obsolete Sales out to JTF Terr Core -- Holds territory definitions , implementation_dba_data: OSM.AS_TERRITORIES_ALL ,
-
View: ASFV_SALES_FORCE
12.2.2
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_SALES_GROUP_ADMINS_V
12.1.1
product: AS - Sales Foundation , description: Sales group administrators view , implementation_dba_data: Not implemented in this database ,
-
View: ASFV_SALES_FORCE
12.1.1
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: AS_SALES_GROUP_ADMINS_V
12.2.2
product: AS - Sales Foundation , description: Sales group administrators view , 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_OTH_SALESREPS_V
12.2.2
product: AS - Sales Foundation , description: Salesperson Definition View for Others type salesreps , implementation_dba_data: Not implemented in this database ,
-
View: AS_OTH_SALESREPS_V
12.1.1
product: AS - Sales Foundation , description: Salesperson Definition View for Others 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 ,
-
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_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_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 ,