Search Results jtf_tty_alignments
Overview
The JTF_TTY_ALIGNMENTS table is a core data object within the Oracle E-Business Suite CRM Foundation (JTF) module. It serves as the master repository for storing basic alignment information. In the context of Oracle CRM, an "alignment" is a fundamental construct used to model the assignment or association of resources (typically sales representatives or teams) to specific business entities, such as accounts or territories. This table is central to the Territory Management and Sales Force Automation functionalities, enabling the structured organization of sales resources and their responsibilities. Its data is critical for routing opportunities, managing account coverage, and executing territory-based reporting and compensation plans in releases 12.1.1 and 12.2.2.
Key Information Stored
While the provided metadata does not list all columns, the structure is defined by its primary and foreign keys. The central column is the ALIGNMENT_ID, which is the unique primary key identifier for each alignment record. Another critical column is OWNER_RESOURCE_ID, which stores the identifier for the resource (from JTF_RS_RESOURCE_EXTNS) who owns or is primarily associated with the alignment. Typically, the table would also contain columns for status, start and end dates, alignment type, and creation/modification metadata, which are standard for setup data in JTF tables. The integrity of the data is enforced by the primary key constraint JTF_TTY_ALIGNMENTS_PK.
Common Use Cases and Queries
This table is primarily accessed for administrative setup and operational reporting. Common use cases include generating a list of all active alignments for a specific resource, validating account coverage, and auditing alignment history. A typical query would join this table to resource and child detail tables to produce a coverage report. For example, to list alignments and their owning resource, one might use:
- SELECT a.ALIGNMENT_ID, r.RESOURCE_NAME FROM JTF.JTF_TTY_ALIGNMENTS a, JTF.JTF_RS_RESOURCE_EXTNS r WHERE a.OWNER_RESOURCE_ID = r.RESOURCE_ID AND SYSDATE BETWEEN a.START_DATE_ACTIVE AND NVL(a.END_DATE_ACTIVE, SYSDATE);
Data is usually created and maintained via the Oracle CRM Territory Manager user interface or its underlying APIs, rather than via direct SQL manipulation.
Related Objects
The JTF_TTY_ALIGNMENTS table sits at the center of a key relationship hierarchy, as documented by its foreign key constraints.
- References (Parent Table): JTF_RS_RESOURCE_EXTNS via the column OWNER_RESOURCE_ID. This links the alignment to the specific CRM resource.
- Referenced By (Child Tables):
- JTF_TTY_ALIGN_ACCTS: Links the alignment to specific customer accounts. The foreign key is JTF_TTY_ALIGN_ACCTS.ALIGNMENT_ID.
- JTF_TTY_ALIGN_PTERR: Links the alignment to specific partner territories. The foreign key is JTF_TTY_ALIGN_PTERR.ALIGNMENT_ID.
These relationships indicate that a single master alignment record in JTF_TTY_ALIGNMENTS can have multiple associated accounts and partner territories stored in these child tables, forming a complete definition of a resource's assigned coverage.
-
Table: JTF_TTY_ALIGNMENTS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGNMENTS, object_name:JTF_TTY_ALIGNMENTS, status:VALID, product: JTF - CRM Foundation , description: Contains basic Alignment information , implementation_dba_data: JTF.JTF_TTY_ALIGNMENTS ,
-
Table: JTF_TTY_ALIGNMENTS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGNMENTS, object_name:JTF_TTY_ALIGNMENTS, status:VALID, product: JTF - CRM Foundation , description: Contains basic Alignment information , implementation_dba_data: JTF.JTF_TTY_ALIGNMENTS ,
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG dependencies on JTF_TTY_ALIGNMENTS
12.2.2
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG dependencies on JTF_TTY_ALIGNMENTS
12.1.1
-
APPS.JTF_TTY_ALIGN_ACTIVATE_PKG dependencies on JTF_TTY_ALIGNMENTS
12.2.2
-
APPS.JTF_TTY_WEBADI_SALSTEAM_UPDATE dependencies on JTF_TTY_ALIGNMENTS
12.1.1
-
APPS.JTF_TTY_WEBADI_SALSTEAM_UPDATE dependencies on JTF_TTY_ALIGNMENTS
12.2.2
-
APPS.JTF_TTY_ALIGN_ACTIVATE_PKG dependencies on JTF_TTY_ALIGNMENTS
12.1.1
-
VIEW: JTF.JTF_TTY_ALIGNMENTS#
12.2.2
-
VIEW: JTF.JTF_TTY_ALIGNMENTS#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_TTY_ALIGNMENTS#, status:VALID,
-
SYNONYM: APPS.JTF_TTY_ALIGNMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TTY_ALIGNMENTS, status:VALID,
-
SYNONYM: APPS.JTF_TTY_ALIGNMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TTY_ALIGNMENTS, status:VALID,
-
Table: JTF_TTY_ALIGN_ACCTS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGN_ACCTS, object_name:JTF_TTY_ALIGN_ACCTS, status:VALID, product: JTF - CRM Foundation , description: Stores Accounts used in an Alignment , implementation_dba_data: JTF.JTF_TTY_ALIGN_ACCTS ,
-
Table: JTF_TTY_ALIGN_ACCTS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGN_ACCTS, object_name:JTF_TTY_ALIGN_ACCTS, status:VALID, product: JTF - CRM Foundation , description: Stores Accounts used in an Alignment , implementation_dba_data: JTF.JTF_TTY_ALIGN_ACCTS ,
-
Table: JTF_TTY_ALIGN_PTERR
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGN_PTERR, object_name:JTF_TTY_ALIGN_PTERR, status:VALID, product: JTF - CRM Foundation , description: Stores the Resources used in the Alignment and their proposed quotas , implementation_dba_data: JTF.JTF_TTY_ALIGN_PTERR ,
-
Table: JTF_TTY_ALIGN_PTERR
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGN_PTERR, object_name:JTF_TTY_ALIGN_PTERR, status:VALID, product: JTF - CRM Foundation , description: Stores the Resources used in the Alignment and their proposed quotas , implementation_dba_data: JTF.JTF_TTY_ALIGN_PTERR ,
-
TABLE: JTF.JTF_TTY_ALIGNMENTS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGNMENTS, object_name:JTF_TTY_ALIGNMENTS, status:VALID,
-
PACKAGE BODY: APPS.JTF_TTY_WEBADI_SALSTEAM_UPDATE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TTY_WEBADI_SALSTEAM_UPDATE, status:VALID,
-
TABLE: JTF.JTF_TTY_ALIGNMENTS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGNMENTS, object_name:JTF_TTY_ALIGNMENTS, status:VALID,
-
PACKAGE BODY: APPS.JTF_TTY_ALIGN_ACTIVATE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TTY_ALIGN_ACTIVATE_PKG, status:VALID,
-
PACKAGE BODY: APPS.JTF_TTY_WEBADI_SALSTEAM_UPDATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TTY_WEBADI_SALSTEAM_UPDATE, status:VALID,
-
PACKAGE BODY: APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TTY_ALIGN_WEBADI_INT_PKG, status:VALID,
-
PACKAGE BODY: APPS.JTF_TTY_ALIGN_ACTIVATE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TTY_ALIGN_ACTIVATE_PKG, status:VALID,
-
PACKAGE BODY: APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TTY_ALIGN_WEBADI_INT_PKG, status:VALID,
-
TABLE: JTF.JTF_TTY_ALIGN_ACCTS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGN_ACCTS, object_name:JTF_TTY_ALIGN_ACCTS, status:VALID,
-
TABLE: JTF.JTF_TTY_ALIGN_ACCTS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGN_ACCTS, object_name:JTF_TTY_ALIGN_ACCTS, status:VALID,
-
TABLE: JTF.JTF_TTY_ALIGN_PTERR
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGN_PTERR, object_name:JTF_TTY_ALIGN_PTERR, status:VALID,
-
TABLE: JTF.JTF_TTY_ALIGN_PTERR
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGN_PTERR, object_name:JTF_TTY_ALIGN_PTERR, status:VALID,
-
APPS.JTF_TTY_WEBADI_SALSTEAM_UPDATE dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.JTF_TTY_WEBADI_SALSTEAM_UPDATE dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.JTF_TTY_WEBADI_SALSTEAM_UPDATE SQL Statements
12.2.2
-
APPS.JTF_TTY_WEBADI_SALSTEAM_UPDATE SQL Statements
12.1.1
-
Table: JTF_RS_RESOURCE_EXTNS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID, product: JTF - CRM Foundation , description: This is table stores all important information about Resources. These Resources are coming from HR or HZ or Vonder table etc. Primary key is resource_id. Resource_number, user_id sre also unique keys. , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTNS ,
-
Table: JTF_RS_RESOURCE_EXTNS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID, product: JTF - CRM Foundation , description: This is table stores all important information about Resources. These Resources are coming from HR or HZ or Vonder table etc. Primary key is resource_id. Resource_number, user_id sre also unique keys. , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTNS ,
-
12.2.2 DBA Data
12.2.2
-
APPS.JTF_TTY_ALIGN_ACTIVATE_PKG SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.JTF_TTY_ALIGN_ACTIVATE_PKG SQL Statements
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG SQL Statements
12.1.1
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JTF_TTY_ALIGN_ACTIVATE_PKG
12.1.1
-
PACKAGE BODY: APPS.JTF_TTY_ALIGN_ACTIVATE_PKG
12.2.2