Search Results bil_dimv_salesforce
Overview
BIL_DIMV_SALESFORCE is a read-only dimensional view that was delivered as part of the BIL – Sales Intelligence module in Oracle E-Business Suite 12.1.1 and 12.2.2. Its purpose is to expose salesforce (sales representative) data in a flattened, dimension-oriented shape suitable for loading into an Oracle Business Intelligence / Sales Intelligence data warehouse. The view presents one row per sales resource, combining the resource definition, the assigned person, the salesrep association, and the primary assignment record into a single denormalized structure with surrogate keys and descriptive attributes.
The object is classified as Obsolete in the current ETRM documentation, and the implementation notes explicitly state that it is not implemented in this database. Consequently, BIL_DIMV_SALESFORCE should be treated as a legacy artifact. It is documented here for reference, for historical migration analysis, or for customers still running a pre-obsolete 12.1.1 or 12.2.2 instance in which the Sales Intelligence schemas remain deployed.
Underlying Base Objects
Although the ETRM metadata records no formal parent objects, the view text defines a UNION ALL of two branches, and the first branch references four base tables by join:
- JTF_RS_RESOURCE_EXTNS (JRE) – the CRM resource extension table, supplying RESOURCE_ID, RESOURCE_NUMBER, SOURCE_ID, CATEGORY, compensation currency, and active date ranges.
- PER_ALL_PEOPLE_F (PEOPLE) – the HR person table, supplying the last name and first name used to build the derived full_name.
- JTF_RS_SALESREPS (JRS) – the salesrep assignment table, joined on RESOURCE_ID to provide salesrep status.
- PER_ALL_ASSIGNMENTS_F (PAF) – the assignment table, joined to PEOPLE on PERSON_ID and filtered to the primary assignment (PRIMARY_FLAG = 'Y') that is effective on the current date.
The second UNION ALL branch reads solely from FND_LOOKUPS, restricted to LOOKUP_TYPE = 'BIL_VALUE_TYPE' and LOOKUP_CODE = '-999'. This branch manufactures a single "unknown / no salesforce" placeholder row so that fact tables can reference a default dimension member.
Key Columns
The view exposes the following columns as documented in the metadata:
- SALESFORCE_PK – surrogate primary key for the salesforce dimension. In the resource branch it maps to RESOURCE_ID; in the placeholder branch it is derived from lookup code '-999'.
- RESOURCE_NUMBER – the externally visible resource identifier.
- LAST_NAME / FIRST_NAME / FULL_NAME – person name attributes, with FULL_NAME built by concatenating first and last name.
- SALESFORCE_STATUS – status carried from the salesrep record, or the lookup meaning for the '-999' row.
- SALESFORCE_TYPE / CATEGORY – classification of the resource or salesrep.
- COMPENSATION_CURRENCY_CODE – the currency in which the resource is compensated.
- START_DATE_ACTIVE / END_DATE_ACTIVE – effective date bounds of the salesforce record, useful for slowly changing dimension logic.
- EMPLOYMENT_STATUS_FK / JOB_FK / MANAGING_EMPLOYEE_ID – foreign-key attributes linking to other dimensions (assignment employment category, job, and managing employee).
- ID / VALUE – generic key/value pairs used by the Sales Intelligence tooling; ID is the string form of the key and VALUE the display value.
Common Use Cases and Queries
Typical use is populating or validating the salesforce dimension in the Sales Intelligence warehouse, and joining sales facts to rep attributes. Because the view is obsolete and may not exist, queries should be run only in environments where BIL is still installed.
List active sales reps and their managing employee:
- SELECT resource_number, full_name, salesforce_status, managing_employee_id FROM bil_dimv_salesforce WHERE salesforce_pk > 0 ORDER BY full_name;
Retrieve the placeholder member for fact-table defaults:
- SELECT salesforce_pk, value FROM bil_dimv_salesforce WHERE salesforce_pk = -999;
Filter reps whose active window covers a given period:
- SELECT resource_number, full_name, start_date_active, end_date_active FROM bil_dimv_salesforce WHERE SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE);
-
View: BIL_DIMV_SALESFORCE
12.2.2
product: BIL - Sales Intelligence (Obsolete) , description: Salesforce view (sales reps) , implementation_dba_data: Not implemented in this database ,
-
View: BIL_DIMV_SALESFORCE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIL.BIL_DIMV_SALESFORCE, object_name:BIL_DIMV_SALESFORCE, status:VALID, product: BIL - Sales Intelligence , description: Salesforce view (sales reps) , implementation_dba_data: APPS.BIL_DIMV_SALESFORCE ,
-
VIEW: APPS.BIL_DIMV_SKILLS
12.1.1
-
VIEW: APPS.BIL_DIMV_QUALIFICATIONS
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.BIL_DIMV_SALESFORCE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIL.BIL_DIMV_SALESFORCE, object_name:BIL_DIMV_SALESFORCE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
View: BIL_SUMV_SREP_PERF
12.2.2
product: BIL - Sales Intelligence (Obsolete) , description: Quantitative measure related to reporting on salesforce performance , implementation_dba_data: Not implemented in this database ,
-
View: BIL_SUMV_ROC
12.2.2
product: BIL - Sales Intelligence (Obsolete) , description: Qunatitative measures related to reporting on return on sales compensation , implementation_dba_data: Not implemented in this database ,
-
View: BIL_DIMV_SKILLS
12.2.2
product: BIL - Sales Intelligence (Obsolete) , description: Sales representative skills view , implementation_dba_data: Not implemented in this database ,
-
View: BIL_SUMV_SREP_PERF
12.1.1
product: BIL - Sales Intelligence , description: Quantitative measure related to reporting on salesforce performance , implementation_dba_data: Not implemented in this database ,
-
View: BIL_SUMV_ROC
12.1.1
product: BIL - Sales Intelligence , description: Qunatitative measures related to reporting on return on sales compensation , implementation_dba_data: Not implemented in this database ,
-
View: BIL_DIMV_SKILLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIL.BIL_DIMV_SKILLS, object_name:BIL_DIMV_SKILLS, status:VALID, product: BIL - Sales Intelligence , description: Sales representative skills view , implementation_dba_data: APPS.BIL_DIMV_SKILLS ,
-
View: BIL_SUMV_PROD_SCT_WL
12.1.1
product: BIL - Sales Intelligence , description: Quantitative measures related to reporting on product sales cycle and won/lost opportunites , implementation_dba_data: Not implemented in this database ,
-
View: BIL_SUMV_PROD_SCT_WL
12.2.2
product: BIL - Sales Intelligence (Obsolete) , description: Quantitative measures related to reporting on product sales cycle and won/lost opportunites , implementation_dba_data: Not implemented in this database ,
-
View: BIL_DIMV_QUALIFICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIL.BIL_DIMV_QUALIFICATIONS, object_name:BIL_DIMV_QUALIFICATIONS, status:VALID, product: BIL - Sales Intelligence , description: Sales representative qualifications view , implementation_dba_data: APPS.BIL_DIMV_QUALIFICATIONS ,
-
View: BIL_DIMV_QUALIFICATIONS
12.2.2
product: BIL - Sales Intelligence (Obsolete) , description: Sales representative qualifications view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.BIL_DIMV_SKILLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIL.BIL_DIMV_SKILLS, object_name:BIL_DIMV_SKILLS, status:VALID,
-
SYNONYM: APPS.JTF_RS_SALESREPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_SALESREPS, status:VALID,
-
VIEW: APPS.BIL_DIMV_QUALIFICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIL.BIL_DIMV_QUALIFICATIONS, object_name:BIL_DIMV_QUALIFICATIONS, status:VALID,
-
eTRM - BIL Tables and Views
12.1.1
-
SYNONYM: APPS.JTF_RS_RESOURCE_EXTNS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID,
-
eTRM - BIL Tables and Views
12.1.1
-
VIEW: APPS.FND_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_LOOKUPS, object_name:FND_LOOKUPS, status:VALID,
-
SYNONYM: APPS.PER_ALL_ASSIGNMENTS_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_ASSIGNMENTS_F, status:VALID,
-
SYNONYM: APPS.PER_ALL_PEOPLE_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_PEOPLE_F, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,