Search Results jtf_exceptions_all
Overview
The JTF_EXCEPTIONS_ALL table is a component of the CRM Foundation module (JTF) within Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented purpose is to store exceptions to a territory, which would typically refer to rules or conditions that exclude specific accounts, resources, or other entities from standard territory assignments. However, a critical note in the official ETRM metadata explicitly states the table is "Not used." This indicates that while the table structure exists within the application's schema, its associated functionality is either deprecated, unimplemented, or handled through an alternative mechanism in the current releases. Its primary role, therefore, is largely historical or structural within the database.
Key Information Stored
Based on the provided metadata, the table's structure centers on a primary key and a foreign key relationship. The most significant column is the EXCEPTIONS_ID, which serves as the table's primary key (JTF_EXCEPTIONS_ALL_PK). This column uniquely identifies each exception record. The other explicitly documented column is TERR_ID, which is a foreign key column linking to the JTF_TERR_ALL table. This establishes the fundamental relationship that any stored exception would be associated with a specific territory. While other descriptive columns likely exist (such as those defining the excepted entity or rule type), they are not detailed in the provided excerpt, reinforcing the table's inactive status.
Common Use Cases and Queries
Given the documented "Not used" status, there are no active application use cases for this table in standard Oracle EBS operations. It should not be populated or referenced by custom code for business logic. Its primary relevance for technical consultants or DBAs is for diagnostic or data cleanup purposes. For instance, a query might be executed to verify the table is indeed empty or to investigate legacy data. A basic identification query would be:
SELECT exceptions_id, terr_id FROM jtf.jtf_exceptions_all;
If records are found, they would represent obsolete data. Any integration or reporting requirements for territory exceptions must be fulfilled through the active application tables and public APIs provided by the Oracle Territory Manager module, not through direct access to JTF_EXCEPTIONS_ALL.
Related Objects
The table maintains a defined foreign key relationship, as per the ETRM documentation. The key related object is:
- JTF_TERR_ALL: This is the primary territory definition table. The JTF_EXCEPTIONS_ALL.TERR_ID column references a territory in this parent table. The relationship enforces referential integrity, meaning any TERR_ID in the exceptions table must correspond to a valid territory record in JTF_TERR_ALL. No other foreign keys from or to this table are listed in the provided metadata.
-
Table: JTF_EXCEPTIONS_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_EXCEPTIONS_ALL, object_name:JTF_EXCEPTIONS_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the exceptions to a territory. Not used. , implementation_dba_data: JTF.JTF_EXCEPTIONS_ALL ,
-
Table: JTF_EXCEPTIONS_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_EXCEPTIONS_ALL, object_name:JTF_EXCEPTIONS_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the exceptions to a territory. Not used. , implementation_dba_data: JTF.JTF_EXCEPTIONS_ALL ,
-
View: JTF_EXCEPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_EXCEPTIONS, object_name:JTF_EXCEPTIONS, status:VALID, product: JTF - CRM Foundation , description: Same as JTF_EXCEPTIONS_ALL , implementation_dba_data: APPS.JTF_EXCEPTIONS ,
-
View: JTF_EXCEPTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_EXCEPTIONS, object_name:JTF_EXCEPTIONS, status:VALID, product: JTF - CRM Foundation , description: Same as JTF_EXCEPTIONS_ALL , implementation_dba_data: APPS.JTF_EXCEPTIONS ,
-
Table: JTF_TERR_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_ALL, object_name:JTF_TERR_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the definition of the territories. There are 3 categories of territories, Standard, Escalation and Template. Information stored in this table also includes comment about this territory, effective dates, and what type of territory it , implementation_dba_data: JTF.JTF_TERR_ALL ,
-
Table: JTF_TERR_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_ALL, object_name:JTF_TERR_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the definition of the territories. There are 3 categories of territories, Standard, Escalation and Template. Information stored in this table also includes comment about this territory, effective dates, and what type of territory it , implementation_dba_data: JTF.JTF_TERR_ALL ,