Search Results jtf_sources_all
Overview
The JTF_SOURCES_ALL table is a core reference table within the Oracle E-Business Suite CRM Foundation (JTF) module. It functions as a master repository for defining and managing the various sources or origins of data across the Customer Relationship Management suite. Its primary role is to provide a centralized, normalized list of source identifiers that other transactional and setup tables can reference via foreign key relationships. This ensures data integrity and consistency when tracking the provenance of records, such as the source of a sales lead, a service request, or a territory assignment. The "_ALL" suffix indicates it is a multi-organization enabled table, meaning it can store data for multiple operating units within a single installation.
Key Information Stored
While the provided ETRM excerpt is concise, the table's structure is defined by its primary and foreign key relationships. The central column is SOURCE_ID, which serves as the unique primary key (JTF_SOURCES_ALL_PK) for each source definition. This numeric identifier is the key referenced by all dependent tables. Although specific descriptive column names are not listed in the excerpt, a table of this nature typically includes columns such as SOURCE_NAME, DESCRIPTION, and ENABLED_FLAG to provide meaningful labels and control the active status of each source. The table also contains standard Oracle EBS audit columns (e.g., CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY) and columns supporting multi-org functionality (likely ORG_ID).
Common Use Cases and Queries
This table is primarily used in two contexts: setup and reporting. Administrators populate it with valid source codes during system configuration, which are then selected in various CRM application interfaces. For reporting, it is essential for translating the SOURCE_ID foreign keys found in transactional data into human-readable source names. A fundamental query involves joining this table to a transactional table to enrich a data extract.
- Basic Lookup Join:
SELECT t.transaction_id, s.source_name FROM jtf_terr_usgs_all t, jtf_sources_all s WHERE t.source_id = s.source_id; - Listing All Configured Sources:
SELECT source_id, source_name, description FROM jtf_sources_all WHERE enabled_flag = 'Y' ORDER BY source_name;
These queries are critical for generating reports that analyze campaign effectiveness, lead source productivity, or territory assignment origins.
Related Objects
As documented in the provided foreign key metadata, the JTF_SOURCES_ALL table is directly referenced by several key setup tables within the CRM Foundation. These relationships all use the SOURCE_ID column as the join condition.
- JTF_QUAL_TYPE_USGS_ALL: Qualifier Type Usages. Links source definitions to qualification rules.
- JTF_TERR_TYPE_USGS_ALL: Territory Type Usages. Associates sources with specific territory types.
- JTF_TERR_USGS_ALL: Territory Usages. A core table for defining territory resources and assignments, which references the source of the usage.
These relationships underscore the table's foundational role in the flexible territory and resource management architecture of Oracle CRM.
-
Table: JTF_SOURCES_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_SOURCES_ALL, object_name:JTF_SOURCES_ALL, status:VALID, product: JTF - CRM Foundation , description: Group Column Name , implementation_dba_data: JTF.JTF_SOURCES_ALL ,
-
Table: JTF_SOURCES_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_SOURCES_ALL, object_name:JTF_SOURCES_ALL, status:VALID, product: JTF - CRM Foundation , description: Group Column Name , implementation_dba_data: JTF.JTF_SOURCES_ALL ,
-
View: JTF_TR_SOURCE_DENORM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TR_SOURCE_DENORM_V, object_name:JTF_TR_SOURCE_DENORM_V, status:VALID, product: JTF - CRM Foundation , description: Territories Denormalized Source View , implementation_dba_data: APPS.JTF_TR_SOURCE_DENORM_V ,
-
View: JTF_TR_SOURCE_DENORM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TR_SOURCE_DENORM_V, object_name:JTF_TR_SOURCE_DENORM_V, status:VALID, product: JTF - CRM Foundation , description: Territories Denormalized Source View , implementation_dba_data: APPS.JTF_TR_SOURCE_DENORM_V ,
-
View: JTF_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_SOURCES, object_name:JTF_SOURCES, status:VALID, product: JTF - CRM Foundation , description: Same as JTF_SOURCES_ALL table , implementation_dba_data: APPS.JTF_SOURCES ,
-
View: JTF_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_SOURCES, object_name:JTF_SOURCES, status:VALID, product: JTF - CRM Foundation , description: Same as JTF_SOURCES_ALL table , implementation_dba_data: APPS.JTF_SOURCES ,
-
Table: JTF_TERR_USGS_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_USGS_ALL, object_name:JTF_TERR_USGS_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the association between territories and the Oracle Application module(s) that use them. , implementation_dba_data: JTF.JTF_TERR_USGS_ALL ,
-
Table: JTF_TERR_TYPE_USGS_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_TYPE_USGS_ALL, object_name:JTF_TERR_TYPE_USGS_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the association between territory types and the Oracle Application module(s) that use them. , implementation_dba_data: JTF.JTF_TERR_TYPE_USGS_ALL ,
-
Table: JTF_TERR_TYPE_USGS_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_TYPE_USGS_ALL, object_name:JTF_TERR_TYPE_USGS_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the association between territory types and the Oracle Application module(s) that use them. , implementation_dba_data: JTF.JTF_TERR_TYPE_USGS_ALL ,
-
Table: JTF_TERR_USGS_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_USGS_ALL, object_name:JTF_TERR_USGS_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the association between territories and the Oracle Application module(s) that use them. , implementation_dba_data: JTF.JTF_TERR_USGS_ALL ,
-
Table: JTF_QUAL_TYPE_USGS_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_QUAL_TYPE_USGS_ALL, object_name:JTF_QUAL_TYPE_USGS_ALL, status:VALID, product: JTF - CRM Foundation , description: This is an intersection table between JTF_SOURCES and JTF_QUAL_TYPES. This is the source of the qualifier type. , implementation_dba_data: JTF.JTF_QUAL_TYPE_USGS_ALL ,
-
Table: JTF_QUAL_TYPE_USGS_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_QUAL_TYPE_USGS_ALL, object_name:JTF_QUAL_TYPE_USGS_ALL, status:VALID, product: JTF - CRM Foundation , description: This is an intersection table between JTF_SOURCES and JTF_QUAL_TYPES. This is the source of the qualifier type. , implementation_dba_data: JTF.JTF_QUAL_TYPE_USGS_ALL ,
-
View: JTY_ALL_ENABLED_ATTRIBUTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTY_ALL_ENABLED_ATTRIBUTES_V, object_name:JTY_ALL_ENABLED_ATTRIBUTES_V, status:VALID, product: JTF - CRM Foundation , description: All Enabled Attributes View , implementation_dba_data: APPS.JTY_ALL_ENABLED_ATTRIBUTES_V ,
-
View: JTF_TERR_SRCH_ADV_GEN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_SRCH_ADV_GEN_V, object_name:JTF_TERR_SRCH_ADV_GEN_V, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_TERR_SRCH_ADV_GEN_V ,
-
View: JTY_ALL_ENABLED_ATTRIBUTES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTY_ALL_ENABLED_ATTRIBUTES_V, object_name:JTY_ALL_ENABLED_ATTRIBUTES_V, status:VALID, product: JTF - CRM Foundation , description: All Enabled Attributes View , implementation_dba_data: APPS.JTY_ALL_ENABLED_ATTRIBUTES_V ,
-
View: JTF_TERR_SRCH_ADV_GEN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_SRCH_ADV_GEN_V, object_name:JTF_TERR_SRCH_ADV_GEN_V, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_TERR_SRCH_ADV_GEN_V ,
-
View: JTF_TERR_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_TYPES_V, object_name:JTF_TERR_TYPES_V, status:VALID, product: JTF - CRM Foundation , description: Shows Territory Type usage by joining the JTF_TERR_TYPE_USGS table , implementation_dba_data: APPS.JTF_TERR_TYPES_V ,
-
View: JTF_TERR_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_TYPES_V, object_name:JTF_TERR_TYPES_V, status:VALID, product: JTF - CRM Foundation , description: Shows Territory Type usage by joining the JTF_TERR_TYPE_USGS table , implementation_dba_data: APPS.JTF_TERR_TYPES_V ,
-
View: JTF_SEEDED_QUAL_USGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_SEEDED_QUAL_USGS_V, object_name:JTF_SEEDED_QUAL_USGS_V, status:VALID, product: JTF - CRM Foundation , description: View for territories qualifier form. Summary of qualifier definitions and whether they are enabled or disabled for territory use. , implementation_dba_data: APPS.JTF_SEEDED_QUAL_USGS_V ,
-
View: JTF_TERR_OVERVIEW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_OVERVIEW_V, object_name:JTF_TERR_OVERVIEW_V, status:VALID, product: JTF - CRM Foundation , description: This view shows the header information for a territory. , implementation_dba_data: APPS.JTF_TERR_OVERVIEW_V ,
-
View: JTF_TERR_OVERVIEW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_OVERVIEW_V, object_name:JTF_TERR_OVERVIEW_V, status:VALID, product: JTF - CRM Foundation , description: This view shows the header information for a territory. , implementation_dba_data: APPS.JTF_TERR_OVERVIEW_V ,
-
View: JTF_SEEDED_QUAL_USGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_SEEDED_QUAL_USGS_V, object_name:JTF_SEEDED_QUAL_USGS_V, status:VALID, product: JTF - CRM Foundation , description: View for territories qualifier form. Summary of qualifier definitions and whether they are enabled or disabled for territory use. , implementation_dba_data: APPS.JTF_SEEDED_QUAL_USGS_V ,