Search Results gl_rate_typ
Overview
The GL_RATE_TYP table is a reference data table within the Oracle E-Business Suite (EBS) Process Manufacturing Financials (GMF) module. It serves as the master repository for classifying different types of exchange rates used in financial transactions and reporting. Its primary role is to define and maintain valid exchange rate classifications—such as daily, average, or balance sheet rates—which are then referenced by other financial and tax components within the application. This table is fundamental for ensuring consistent and accurate currency conversion across multi-currency operations in a manufacturing environment.
Key Information Stored
Based on the provided ETRM metadata, the table's structure centers on a primary key code that uniquely identifies each rate type. The most critical column is RATE_TYPE_CODE, which serves as the primary key (GL_RATE_TYP_PK). This column stores the short code representing the exchange rate classification, such as 'DAILY', 'AVG', or a similar identifier. While the full column list is not detailed in the excerpt, the description indicates the table's purpose is to classify exchange rate types. It is typical for such a reference table to also include descriptive columns like a name or description for the rate type, and potentially control columns for enabling/disabling codes and tracking creation/modification dates.
Common Use Cases and Queries
This table is primarily used in setups and as a validation source for financial processes involving foreign currency. Common scenarios include configuring tax regimes and defining transaction defaults where a specific exchange rate type is required. A fundamental query to retrieve all active rate types for a setup LOV would be:
- SELECT rate_type_code, name FROM gl_rate_typ WHERE enabled_flag = 'Y' ORDER BY 1;
For troubleshooting or reporting on where a specific rate type is applied, one might join to related tax tables:
- SELECT ztb.tax_regime_code, ztb.tax, ztb.exchange_rate_type FROM zx_taxes_b ztb, gl_rate_typ grt WHERE ztb.exchange_rate_type = grt.rate_type_code AND grt.rate_type_code = 'DAILY';
Related Objects
As documented in the foreign key relationships, GL_RATE_TYP is a parent reference table for key objects in the E-Business Tax (eTax) module. The primary related objects are:
- ZX_REGIMES_B: References GL_RATE_TYP via the column ZX_REGIMES_B.EXCHANGE_RATE_TYPE. This links the rate type to a tax regime.
- ZX_TAXES_B: References GL_RATE_TYP via the column ZX_TAXES_B.EXCHANGE_RATE_TYPE. This links the rate type to specific tax definitions.
These relationships enforce data integrity, ensuring that the exchange rate types used in tax configuration are valid entries defined in the GL_RATE_TYP table.
-
Table: GL_RATE_TYP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_RATE_TYP, object_name:GL_RATE_TYP, status:VALID, product: GMF - Process Manufacturing Financials , description: Exchange rate Classification such as daily, average, bal sheet. , implementation_dba_data: GMF.GL_RATE_TYP ,
-
Table: GL_RATE_TYP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_RATE_TYP, object_name:GL_RATE_TYP, status:VALID, product: GMF - Process Manufacturing Financials , description: Exchange rate Classification such as daily, average, bal sheet. , implementation_dba_data: GMF.GL_RATE_TYP ,
-
APPS.GMF_GLSYNCH dependencies on GL_RATE_TYP
12.2.2
-
APPS.GMF_GET_OPM_CODE dependencies on GL_RATE_TYP
12.2.2
-
APPS.GMF_GLSYNCH dependencies on GL_RATE_TYP
12.1.1
-
APPS.GMF_GET_OPM_CODE dependencies on GL_RATE_TYP
12.1.1
-
SYNONYM: APPS.GL_RATE_TYP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_RATE_TYP, status:VALID,
-
SYNONYM: APPS.GL_RATE_TYP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_RATE_TYP, status:VALID,
-
VIEW: GMF.GL_RATE_TYP#
12.2.2
-
VIEW: GMF.GL_RATE_TYP#
12.2.2
owner:GMF, object_type:VIEW, object_name:GL_RATE_TYP#, status:VALID,
-
TABLE: GMF.GL_RATE_TYP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_RATE_TYP, object_name:GL_RATE_TYP, status:VALID,
-
TABLE: GMF.GL_RATE_TYP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_RATE_TYP, object_name:GL_RATE_TYP, status:VALID,
-
PACKAGE BODY: APPS.GMF_GET_OPM_CODE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GET_OPM_CODE, status:VALID,
-
PACKAGE BODY: APPS.GMF_GET_OPM_CODE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GET_OPM_CODE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
Table: ZX_TAXES_B
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_TAXES_B, object_name:ZX_TAXES_B, status:VALID, product: ZX - E-Business Tax , description: This table stores taxes for multiple configuration owners. Each row stores a tax for a specific regime and configuration owner. , implementation_dba_data: ZX.ZX_TAXES_B ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GLSYNCH, status:VALID,
-
APPS.GMF_GET_OPM_CODE SQL Statements
12.2.2
-
APPS.GMF_GET_OPM_CODE SQL Statements
12.1.1
-
Table: ZX_TAXES_B
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_TAXES_B, object_name:ZX_TAXES_B, status:VALID, product: ZX - E-Business Tax , description: This table stores taxes for multiple configuration owners. Each row stores a tax for a specific regime and configuration owner. , implementation_dba_data: ZX.ZX_TAXES_B ,
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GLSYNCH, status:VALID,
-
Table: ZX_REGIMES_B
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_REGIMES_B, object_name:ZX_REGIMES_B, status:VALID, product: ZX - E-Business Tax , description: This table defines and describes Tax Regime and related attributes. There will be one row per distinct tax regime. There are default entry columns to facilitate data entry process. , implementation_dba_data: ZX.ZX_REGIMES_B ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
Table: ZX_REGIMES_B
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_REGIMES_B, object_name:ZX_REGIMES_B, status:VALID, product: ZX - E-Business Tax , description: This table defines and describes Tax Regime and related attributes. There will be one row per distinct tax regime. There are default entry columns to facilitate data entry process. , implementation_dba_data: ZX.ZX_REGIMES_B ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.GMF_GLSYNCH SQL Statements
12.1.1
-
APPS.GMF_GLSYNCH SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GMF_GET_OPM_CODE
12.1.1
-
PACKAGE BODY: APPS.GMF_GET_OPM_CODE
12.2.2
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.1.1
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.2.2
-
TABLE: GML.OP_ORDR_DTL_INTERFACE
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_DTL_INTERFACE, object_name:OP_ORDR_DTL_INTERFACE, status:VALID,
-
TABLE: GML.OP_ORDR_DTL_INTERFACE
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_DTL_INTERFACE, object_name:OP_ORDR_DTL_INTERFACE, status:VALID,
-
TABLE: GML.OP_ORDR_HDR_INTERFACE
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_HDR_INTERFACE, object_name:OP_ORDR_HDR_INTERFACE, status:VALID,
-
TABLE: GML.OP_ORDR_HDR_INTERFACE
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_HDR_INTERFACE, object_name:OP_ORDR_HDR_INTERFACE, status:VALID,
-
eTRM - GMF Tables and Views
12.1.1
description: Defines Third-Party software which has a supported interface to OPM. ,
-
eTRM - GMF Tables and Views
12.2.2
description: Defines Third-Party software which has a supported interface to OPM. ,
-
eTRM - ZX Tables and Views
12.2.2
description: This global temporary table is used to return validation errors for imported transactions from tax perspective. ,
-
eTRM - ZX Tables and Views
12.1.1
description: This global temporary table is used to return validation errors for imported transactions from tax perspective. ,
-
eTRM - GMF Tables and Views
12.1.1
description: Defines Third-Party software which has a supported interface to OPM. ,
-
eTRM - GMF Tables and Views
12.2.2
description: Defines Third-Party software which has a supported interface to OPM. ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - ZX Tables and Views
12.1.1
description: This global temporary table is used to return validation errors for imported transactions from tax perspective. ,