Search Results sy_geog_mst
Overview
The SY_GEOG_MST table is a master data table within the Oracle E-Business Suite (EBS) Process Manufacturing Systems (GMA) module. Its primary function is to store and maintain definitions for geographic regions. This table serves as a foundational reference entity, enabling the classification and organization of data—such as customers, suppliers, or facilities—based on geographic criteria. As a master table with a defined primary key, it ensures data integrity and consistency for geographic information used across the GMA application's transactional and reporting processes.
Key Information Stored
The table's structure is defined by a composite primary key consisting of two columns: GEOG_TYPE and GEOG_CODE. This design allows for the categorization of geographic entities into different types (e.g., country, state, sales region) with unique codes within each type. The provided metadata indicates a relationship with the SY_TEXT_HDR table via the TEXT_CODE column, which is a foreign key. This linkage is a common EBS pattern for storing translatable descriptions, meaning the human-readable name for a geographic region is likely stored in a multilingual text repository, not directly in SY_GEOG_MST. The table itself therefore holds the structured, coded identifiers for geographic entities.
Common Use Cases and Queries
This table is central to any process manufacturing operation requiring geographic segmentation. Common use cases include defining sales territories for revenue reporting, assigning regulatory jurisdictions for compliance tracking, and grouping plants or warehouses for logistical planning. A typical query would join SY_GEOG_MST to the text table to retrieve a readable region list. For example:
SELECT g.geog_type, g.geog_code, t.meaning FROM gma.sy_geog_mst g, sy_text_hdr t WHERE g.text_code = t.text_code AND g.geog_type = 'COUNTRY';
It is also frequently referenced in WHERE clauses of reports to filter data by region or used as a validation source for geographic codes entered in transactional interfaces.
Related Objects
The primary documented relationship for SY_GEOG_MST is with the SY_TEXT_HDR table via the foreign key on TEXT_CODE. This is a critical dependency for obtaining descriptive text. As a master table in the GMA schema, it is likely referenced by numerous other transactional and setup tables within the Process Manufacturing module that require a geographic dimension, such as those handling customer master data, plant locations, or tax jurisdictions. Any custom interfaces or integrations loading geographic data would also target this table as the system of record, ensuring alignment with the application's validated list of regions.
-
Table: SY_GEOG_MST
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_GEOG_MST, object_name:SY_GEOG_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: Geographic regions. , implementation_dba_data: GMA.SY_GEOG_MST ,
-
Table: SY_GEOG_MST
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_GEOG_MST, object_name:SY_GEOG_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: Geographic regions. , implementation_dba_data: GMA.SY_GEOG_MST ,
-
APPS.GR_PROCESS_ORDERS dependencies on SY_GEOG_MST
12.1.1
-
APPS.GR_PROCESS_DOCUMENTS_INSERTS dependencies on SY_GEOG_MST
12.1.1
-
APPS.GMF_GLSYNCH dependencies on SY_GEOG_MST
12.1.1
-
APPS.GR_PROCESS_DOCUMENTS_INSERTS dependencies on SY_GEOG_MST
12.2.2
-
APPS.GMF_GLSYNCH dependencies on SY_GEOG_MST
12.2.2
-
APPS.GR_PROCESS_ORDERS dependencies on SY_GEOG_MST
12.2.2
-
SYNONYM: APPS.SY_GEOG_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SY_GEOG_MST, status:VALID,
-
VIEW: GMA.SY_GEOG_MST#
12.2.2
owner:GMA, object_type:VIEW, object_name:SY_GEOG_MST#, status:VALID,
-
VIEW: GMA.SY_GEOG_MST#
12.2.2
-
SYNONYM: APPS.SY_GEOG_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SY_GEOG_MST, status:VALID,
-
APPS.GMF_GLSYNCH SQL Statements
12.1.1
-
APPS.GMF_GLSYNCH SQL Statements
12.2.2
-
TABLE: GMA.SY_GEOG_MST
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_GEOG_MST, object_name:SY_GEOG_MST, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
APPS.GMF_GLSYNCH dependencies on FND_TERRITORIES_VL
12.2.2
-
TABLE: GMA.SY_GEOG_MST
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_GEOG_MST, object_name:SY_GEOG_MST, status:VALID,
-
PACKAGE BODY: APPS.GR_PROCESS_DOCUMENTS_INSERTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PROCESS_DOCUMENTS_INSERTS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GLSYNCH, status:VALID,
-
APPS.GMF_GLSYNCH dependencies on FND_TERRITORIES_VL
12.1.1
-
Table: SY_TEXT_HDR
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_TEXT_HDR, object_name:SY_TEXT_HDR, status:VALID, product: GMA - Process Manufacturing Systems , description: Master table for creation and storage of OPM text codes associated with GMA tables. , implementation_dba_data: GMA.SY_TEXT_HDR ,
-
APPS.GMF_GLSYNCH dependencies on DUAL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GLSYNCH, status:VALID,
-
APPS.GMF_GLSYNCH dependencies on DUAL
12.1.1
-
Table: SY_TEXT_HDR
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_TEXT_HDR, object_name:SY_TEXT_HDR, status:VALID, product: GMA - Process Manufacturing Systems , description: Master table for creation and storage of OPM text codes associated with GMA tables. , implementation_dba_data: GMA.SY_TEXT_HDR ,
-
PACKAGE BODY: APPS.GR_PROCESS_DOCUMENTS_INSERTS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PROCESS_DOCUMENTS_INSERTS, status:VALID,
-
PACKAGE BODY: APPS.GR_PROCESS_ORDERS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PROCESS_ORDERS, status:VALID,
-
PACKAGE BODY: APPS.GR_PROCESS_ORDERS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PROCESS_ORDERS, status:VALID,
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.2.2
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.1.1
-
APPS.GR_PROCESS_DOCUMENTS_INSERTS SQL Statements
12.2.2
-
APPS.GR_PROCESS_DOCUMENTS_INSERTS SQL Statements
12.1.1
-
eTRM - GMA Tables and Views
12.2.2
description: Table for associating Units of Measure and UOM Types. Not yet used. ,
-
eTRM - GMA Tables and Views
12.1.1
description: Table for associating Units of Measure and UOM Types. Not yet used. ,
-
APPS.GR_PROCESS_ORDERS SQL Statements
12.2.2
-
APPS.GR_PROCESS_ORDERS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GR_PROCESS_DOCUMENTS_INSERTS
12.1.1
-
PACKAGE BODY: APPS.GR_PROCESS_DOCUMENTS_INSERTS
12.2.2
-
eTRM - GMA Tables and Views
12.1.1
description: Table for associating Units of Measure and UOM Types. Not yet used. ,
-
eTRM - GMA Tables and Views
12.2.2
description: Table for associating Units of Measure and UOM Types. Not yet used. ,
-
PACKAGE BODY: APPS.GR_PROCESS_ORDERS
12.1.1
-
PACKAGE BODY: APPS.GR_PROCESS_ORDERS
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1