Search Results geo_id
Overview
The JTF_TTY_GEOGRAPHIES table is a core data repository within the Oracle E-Business Suite (EBS) CRM Foundation module (JTF). It serves as the master source table for storing detailed geography data, which is fundamental for territory management, customer and site classification, and regional reporting. This table acts as the system of record for geographic entities, enabling the segmentation of business operations and resources based on physical locations. Its integrity and structure are critical for the functioning of the Territory Manager and other CRM components that rely on geographical hierarchies and assignments.
Key Information Stored
While the full column list is not detailed in the provided metadata, the table's primary key is definitively identified as the GEO_ID column. This unique identifier is the central reference for any geography record stored within the system. Based on its role as a source geography table, it typically contains columns for geography names, codes, types (e.g., country, state, county, city), and hierarchical relationships (such as parent geography IDs). The GEO_ID is the critical column referenced by all dependent objects and integration points, ensuring data consistency across the application.
Common Use Cases and Queries
The primary use case for JTF_TTY_GEOGRAPHIES is supporting territory definitions and geographical data lookups. Administrators use this data to build territory rules, while reports and application logic query it to determine the geography associated with customers, leads, or service requests. A common query pattern involves joining this table to its related mapping tables to resolve territory assignments. For example, to find all geographies of a specific type, a query might use: SELECT geo_id, name FROM jtf_tty_geographies WHERE geography_type = 'STATE';. Another frequent operation is retrieving the full hierarchical path for a given GEO_ID, often performed using hierarchical SQL (CONNECT BY) or by joining the table to itself on a parent geography column.
Related Objects
As indicated by the foreign key metadata, JTF_TTY_GEOGRAPHIES is directly referenced by at least two key mapping tables in the territory management structure. The JTF_TTY_GEO_GRP_VALUES table links geographies together in groups, using JTF_TTY_GEO_GRP_VALUES.GEO_ID_FROM as a foreign key to GEO_ID. The JTF_TTY_GEO_TERR_VALUES table is central for assigning geographies to specific territories, using JTF_TTY_GEO_TERR_VALUES.GEO_ID as its foreign key. These relationships confirm that the GEO_ID from JTF_TTY_GEOGRAPHIES is the master key used to define both geography groupings and direct territory membership.
-
Table: JTF_TTY_GEOGRAPHIES
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_GEOGRAPHIES, object_name:JTF_TTY_GEOGRAPHIES, status:VALID, product: JTF - CRM Foundation , description: This table stores source geography data , implementation_dba_data: JTF.JTF_TTY_GEOGRAPHIES ,
-
Table: JTF_TTY_GEOGRAPHIES
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_GEOGRAPHIES, object_name:JTF_TTY_GEOGRAPHIES, status:VALID, product: JTF - CRM Foundation , description: This table stores source geography data , implementation_dba_data: JTF.JTF_TTY_GEOGRAPHIES ,