Search Results gl_daily_conversion_types
The GL_DAILY_CONVERSION_TYPES
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical repository for defining and managing currency conversion types used within the General Ledger (GL) module. This table stores metadata that governs how monetary amounts are converted from one currency to another, ensuring accurate financial reporting and compliance with accounting standards. Below is a detailed analysis of its structure, purpose, and functional significance.
Purpose and Functional Context
TheGL_DAILY_CONVERSION_TYPES
table serves as a reference for currency conversion methodologies applied in Oracle GL. It defines conversion types such as Spot, Corporate, or User-defined rates, which are used in journal entries, revaluations, and financial reporting. These types determine the exchange rates sourced from the GL_DAILY_RATES
table or other custom rate tables, ensuring consistency across transactions.
Key Columns and Structure
The table includes the following critical columns:- CONVERSION_TYPE: A unique identifier (e.g., 'Corporate', 'Spot') for the conversion method.
- DESCRIPTION: A textual explanation of the conversion type's purpose.
- USER_CONVERSION_TYPE: A flag (Y/N) indicating whether the type is user-defined or system-predefined.
- ENABLED_FLAG: Controls the active status of the conversion type (Y/N).
- LAST_UPDATE_DATE and LAST_UPDATED_BY: Audit columns tracking modifications.
Integration with Other Modules
The table integrates with:- GL_DAILY_RATES: Links conversion types to specific exchange rate entries.
- GL_JE_LINES: Applies conversion types during journal posting.
- GL_BALANCES: Ensures converted amounts align with reporting requirements.
Technical Considerations
- Indexing: The
CONVERSION_TYPE
column is typically indexed for performance optimization in rate lookups. - Validation: Oracle GL enforces referential integrity with
GL_DAILY_RATES
to prevent orphaned rate records. - Security: Access is restricted via GL responsibility privileges to prevent unauthorized modifications.
Customization and Extensions
Organizations can extend functionality by:- Adding user-defined conversion types via the
USER_CONVERSION_TYPE
flag. - Leveraging APIs like
GL_CURRENCY_API
to programmatically manage rates. - Creating custom reports using
CONVERSION_TYPE
as a key parameter.
Example Use Case
A multinational corporation might configure:INSERT INTO GL_DAILY_CONVERSION_TYPES (CONVERSION_TYPE, DESCRIPTION, USER_CONVERSION_TYPE, ENABLED_FLAG) VALUES ('CUSTOM_RATE', 'Division-Specific Rates', 'Y', 'Y');This custom type could then be assigned to division-specific journals via the GL Journal Entry form.
Conclusion
TheGL_DAILY_CONVERSION_TYPES
table is a foundational component of Oracle EBS's multi-currency architecture. Its design ensures flexibility for standard and custom rate methodologies while maintaining auditability and integration with core GL processes. Proper configuration of this table is essential for accurate financial consolidation and reporting in global implementations.
-
Table: GL_DAILY_CONVERSION_TYPES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_DAILY_CONVERSION_TYPES, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID, product: GL - General Ledger , description: Foreign currency daily conversion rate types , implementation_dba_data: GL.GL_DAILY_CONVERSION_TYPES ,
-
Table: GL_DAILY_CONVERSION_TYPES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_DAILY_CONVERSION_TYPES, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID, product: GL - General Ledger , description: Foreign currency daily conversion rate types , implementation_dba_data: GL.GL_DAILY_CONVERSION_TYPES ,
-
APPS.GL_CRM_UTILITIES_PKG dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.AR_ARXFXGL_XMLP_PKG dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.GL_MC_CURRENCY_PKG dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.PAY_SG_SOE dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.AR_DEPOSIT_VAL_PVT dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.PO_CURRENCY_SV dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.ICX_POR_EXT_ITEM dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.AR_RECEIPT_LIB_PVT dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.AR_INVOICE_DEFAULT_PVT dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.BOM_CSTRSCCR_XMLP_PKG dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.AR_ARXPOMR_XMLP_PKG dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.ARPCURR dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.GMF_GL_GET_CONV_RATE dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.GL_EXCH_RATES_SYNC_PKG dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.XTR_ORACLE_FIN_INTERFACES_P dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.PJI_UTILS dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.CE_SYSTEM_PARAMETERS1_PKG dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.PAY_SG_SOE dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.WSH_FREIGHT_COSTS_GRP dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.QP_VALIDATE_CURR_DETAILS dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.AP_MO_CACHE_UTILS dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.ARP_UTIL dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.OKE_AMG_GRP dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.HR_PPVOL dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.AR_RECEIPT_VAL_PVT dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.JA_CN_ERT_EXPORT_PKG dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.PN_INDEX_RENT_UTILS dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.CST_TPRICE_PVT dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.OKL_COPY_CONTRACT_PVT dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.GCS_TRANSLATION_PKG dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.HR_PAY_RATE_SS dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.AP_IMPORT_VALIDATION_PKG dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.PAY_SLA_PKG dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.PO_PDOI_HEADER_PROCESS_PVT dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.ARP_UTIL dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.XTR_ORACLE_FIN_INTERFACES_P dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.OKS_IMPORT_VALIDATE dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.OKL_ASD_PVT dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.PJM_TRANSFER_SPEC_CHARGES_PKG dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.PAY_IN_PAYSLIP_UTILS dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.XTR_JOURNAL_PROCESS_P dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.JG_JOURNAL_ALLOCATIONS_PKG dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.AME_UTIL dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.OE_OE_FORM_HEADER dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.LNS_LOAN_PUB dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.OE_CREDIT_CHECK_UTIL dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.AR_OBALREV_PKG dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.GMF_GL_GET_CONV_RATE dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2