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 ,
-
APPS.AS_OSI_LEAD_PUB dependencies on AS_SALESFORCE
12.2.2
-
APPS.AS_VALIDATE_SETUP dependencies on AS_SALESFORCE
12.1.1
-
APPS.AS_OSI_LEAD_PUB dependencies on AS_SALESFORCE
12.1.1
-
APPS.AS_VALIDATE_SETUP dependencies on AS_SALESFORCE
12.2.2
-
APPS.AS_VALIDATE_SETUP dependencies on AS_SALES_GRP_ADMIN
12.1.1
-
SYNONYM: APPS.AS_SALESFORCE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AS_SALESFORCE, status:VALID,
-
APPS.AS_VALIDATE_SETUP dependencies on AS_SALES_GRP_ADMIN
12.2.2
-
VIEW: OSM.AS_SALESFORCE#
12.2.2
owner:OSM, object_type:VIEW, object_name:AS_SALESFORCE#, status:VALID,
-
SYNONYM: APPS.AS_SALESFORCE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AS_SALESFORCE, status:VALID,
-
VIEW: APPS.AST_SALES_GROUP_ADMINS_V
12.2.2
-
VIEW: OSM.AS_SALESFORCE#
12.2.2
-
VIEW: APPS.AST_SALES_GROUP_ADMINS_V
12.1.1
-
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 ,
-
APPS.AS_VALIDATE_SETUP dependencies on PER_ALL_PEOPLE_F
12.1.1
-
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 ,
-
Primary Key: RA_CONTACTS_PK
12.2.2
-
PACKAGE BODY: APPS.AS_OSI_LEAD_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_OSI_LEAD_PUB, status:VALID,
-
APPS.AS_VALIDATE_SETUP dependencies on PER_ALL_PEOPLE_F
12.2.2
-
TABLE: OSM.AS_SALESFORCE
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALESFORCE, object_name:AS_SALESFORCE, status:VALID,
-
TABLE: OSM.AS_SALESFORCE
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALESFORCE, object_name:AS_SALESFORCE, status:VALID,
-
PACKAGE BODY: APPS.AS_OSI_LEAD_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_OSI_LEAD_PUB, status:VALID,
-
Primary Key: RA_CONTACTS_PK
12.1.1
-
View: ASFV_SALES_FORCE
12.2.2
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.AS_VALIDATE_SETUP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_VALIDATE_SETUP, status:VALID,
-
Table: RA_SALESREPS_ALL
12.1.1
product: AR - Receivables , description: Information about salespeople , 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_CREDITS
12.2.2
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: AST_SALES_GROUP_ADMINS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALES_GROUP_ADMINS_V, object_name:AST_SALES_GROUP_ADMINS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALES_GROUP_ADMINS_V ,
-
PACKAGE BODY: APPS.AS_VALIDATE_SETUP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_VALIDATE_SETUP, status:VALID,
-
View: AST_SALES_GROUP_ADMINS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALES_GROUP_ADMINS_V, object_name:AST_SALES_GROUP_ADMINS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALES_GROUP_ADMINS_V ,
-
Table: RA_SALESREPS_ALL
12.2.2
product: AR - Receivables , description: Information about salespeople , 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: BIS_SALES_GROUPS_V
12.2.2
product: BIS - Applications BIS , 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 ,
-
Table: RA_ADDRESSES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_ADDRESSES_ALL, object_name:RA_ADDRESSES_ALL, status:VALID, product: AR - Receivables , description: Customer address information , implementation_dba_data: AR.RA_ADDRESSES_ALL ,
-
View: BIS_SALES_GROUPS_V
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
APPS.AS_VALIDATE_SETUP SQL Statements
12.1.1
-
APPS.AS_VALIDATE_SETUP SQL Statements
12.2.2
-
View: ASFV_SALES_CREDITS
12.1.1
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
Table: RA_ADDRESSES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_ADDRESSES_ALL, object_name:RA_ADDRESSES_ALL, status:VALID, product: AR - Receivables , description: Customer address information , implementation_dba_data: AR.RA_ADDRESSES_ALL ,