Search Results gl_curr_mst
Overview
The GL_CURR_MST table is a master data repository for currency definitions within the Oracle E-Business Suite, specifically for the Process Manufacturing Financials (GMF) module. Its primary role is to serve as the central reference for all currency codes utilized across integrated financial and operational processes. A critical implementation detail is that, when Oracle Financials is integrated, this table is populated and synchronized with currency data from the core Oracle Financials applications, ensuring a single source of truth for currency information across the manufacturing and financial ecosystem.
Key Information Stored
While the provided metadata does not list specific columns beyond the primary key, the table's structure is defined by its purpose. The primary column is CURRENCY_CODE, which serves as the unique identifier and primary key (GL_CURR_MST_PK). This code corresponds to standard ISO currency codes like USD, EUR, or GBP. Based on its description and foreign key relationships, the table likely stores associated descriptive attributes for each currency, such as the currency name, symbol, and potentially precision details. It acts as the validating entity for any currency code used in transactional and master data tables throughout the GMF and related modules.
Common Use Cases and Queries
This table is fundamental for any reporting or data validation involving monetary amounts. Common use cases include validating currency codes in data imports, generating reports that list all active currencies, and supporting multi-currency transactions in Process Manufacturing. A typical query would join GL_CURR_MST to transactional tables to retrieve currency descriptions alongside amounts.
- Basic Currency Listing:
SELECT currency_code FROM gl_curr_mst ORDER BY currency_code; - Validation in Data Loads: Ensuring a provided currency code exists:
SELECT COUNT(*) FROM gl_curr_mst WHERE currency_code = :p_curr_code; - Reporting Join Example: Retrieving purchase order details with currency description:
SELECT poh.order_number, poh.billing_currency, cm.currency_name FROM po_ordr_hdr poh, gl_curr_mst cm WHERE poh.billing_currency = cm.currency_code;
Related Objects
GL_CURR_MST is a foundational table referenced extensively by foreign keys across GMF and adjacent modules, primarily in Procurement (PO), Order Management (OP), and General Ledger setup tables. Key documented relationships include:
- GL_ACCT_MAP: Joined on GL_ACCT_MAP.CURRENCY_CODE.
- GL_PLCY_MST: Joined on GL_PLCY_MST.BASE_CURRENCY_CODE.
- GL_SUBR_LED / GL_SUBR_TST: Joined on CURRENCY_BASE and CURRENCY_TRANS columns.
- OP_ORDR_HDR / OP_ORDR_DTL: Joined on BILLING_CURRENCY and BASE_CURRENCY.
- PO_ORDR_HDR: Joined on PO_ORDR_HDR.BILLING_CURRENCY.
- OP_CHRG_MST, OP_PRCE_MST, PO_VEND_MST: Joined on their respective CURRENCY_CODE, DEFAULT_CURRENCY columns.
-
Table: GL_CURR_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_CURR_MST, object_name:GL_CURR_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the Currency definitions. Note that with Oracle Financials integration this table is populated with the Currency data from Oracle Financials. , implementation_dba_data: GMF.GL_CURR_MST ,
-
Table: GL_CURR_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_CURR_MST, object_name:GL_CURR_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the Currency definitions. Note that with Oracle Financials integration this table is populated with the Currency data from Oracle Financials. , implementation_dba_data: GMF.GL_CURR_MST ,
-
APPS.GML_VALIDATE_PO dependencies on GL_CURR_MST
12.2.2
-
APPS.GML_VALIDATE_PO dependencies on GL_CURR_MST
12.2.2
-
APPS.GML_ACCT_GENERATE dependencies on GL_CURR_MST
12.1.1
-
APPS.GML_VALIDATE_PO dependencies on GL_CURR_MST
12.1.1
-
APPS.GML_VALIDATE_PO dependencies on GL_CURR_MST
12.1.1
-
APPS.GMF_GLCOMMON_DB dependencies on GL_CURR_MST
12.2.2
-
APPS.GMF_GLSYNCH dependencies on GL_CURR_MST
12.2.2
-
APPS.GMF_GLCOMMON_DB dependencies on GL_CURR_MST
12.1.1
-
APPS.OPI_OPM_COMMON_PKG dependencies on GL_CURR_MST
12.1.1
-
APPS.GML_ORUARPJ_XMLP_PKG dependencies on GL_CURR_MST
12.2.2
-
APPS.PMI_COMMON_PKG dependencies on GL_CURR_MST
12.2.2
-
APPS.GML_ORAUDTR_XMLP_PKG dependencies on GL_CURR_MST
12.2.2
-
APPS.PMI_COMMON_PKG dependencies on GL_CURR_MST
12.1.1
-
APPS.GML_ACCT_GENERATE dependencies on GL_CURR_MST
12.1.1
-
APPS.GML_ORUARPJ_XMLP_PKG dependencies on GL_CURR_MST
12.1.1
-
APPS.OPI_OPM_COMMON_PKG dependencies on GL_CURR_MST
12.1.1
-
APPS.GML_ORAUDTR_XMLP_PKG dependencies on GL_CURR_MST
12.1.1
-
APPS.GML_PO_GLDIST dependencies on GL_CURR_MST
12.2.2
-
APPS.PMI_COMMON_PKG dependencies on GL_CURR_MST
12.1.1
-
APPS.GMF_GLSYNCH dependencies on GL_CURR_MST
12.1.1
-
APPS.GML_PO_GLDIST dependencies on GL_CURR_MST
12.1.1
-
APPS.GML_ACCT_GENERATE dependencies on GL_CURR_MST
12.2.2
-
APPS.GML_ACCT_GENERATE dependencies on GL_CURR_MST
12.2.2
-
APPS.PMI_COMMON_PKG dependencies on GL_CURR_MST
12.2.2
-
Table: OP_CNTR_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CNTR_HDR, object_name:OP_CNTR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Contract header. , implementation_dba_data: GML.OP_CNTR_HDR ,
-
VIEW: GMF.GL_CURR_MST#
12.2.2
owner:GMF, object_type:VIEW, object_name:GL_CURR_MST#, status:VALID,
-
Table: OP_CNTR_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CNTR_HDR, object_name:OP_CNTR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Contract header. , implementation_dba_data: GML.OP_CNTR_HDR ,
-
Table: GL_SUBR_TST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SUBR_TST, object_name:GL_SUBR_TST, status:VALID, product: GMF - Process Manufacturing Financials , description: Subsidiary ledger test run work table. Used to run Subledger Update process in test mode to verify the bookings before running a live Update. , implementation_dba_data: GMF.GL_SUBR_TST ,
-
Table: PO_DIST_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_DIST_DTL, object_name:PO_DIST_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: General Ledger (GL) distribution for purchase orders and stock receipt transactions. , implementation_dba_data: GML.PO_DIST_DTL ,
-
Table: PO_RECV_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_HDR, object_name:PO_RECV_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Receipt header. , implementation_dba_data: GML.PO_RECV_HDR ,
-
Table: GL_SUBR_LED
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SUBR_LED, object_name:GL_SUBR_LED, status:VALID, product: GMF - Process Manufacturing Financials , description: GL subsidiary ledger. Liaison between subsystems and GL. Stores all the bookings of OPM subsystem transactions (documents). Updated by the OPM Subsidiary Ledger Update process. , implementation_dba_data: GMF.GL_SUBR_LED ,
-
Table: PO_RECV_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_HDR, object_name:PO_RECV_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Receipt header. , implementation_dba_data: GML.PO_RECV_HDR ,
-
Table: GL_SUBR_LED
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SUBR_LED, object_name:GL_SUBR_LED, status:VALID, product: GMF - Process Manufacturing Financials , description: GL subsidiary ledger. Liaison between subsystems and GL. Stores all the bookings of OPM subsystem transactions (documents). Updated by the OPM Subsidiary Ledger Update process. , implementation_dba_data: GMF.GL_SUBR_LED ,
-
Table: PO_DIST_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_DIST_DTL, object_name:PO_DIST_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: General Ledger (GL) distribution for purchase orders and stock receipt transactions. , implementation_dba_data: GML.PO_DIST_DTL ,
-
Table: GL_SUBR_TST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SUBR_TST, object_name:GL_SUBR_TST, status:VALID, product: GMF - Process Manufacturing Financials , description: Subsidiary ledger test run work table. Used to run Subledger Update process in test mode to verify the bookings before running a live Update. , implementation_dba_data: GMF.GL_SUBR_TST ,
-
SYNONYM: APPS.GL_CURR_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_CURR_MST, status:VALID,
-
APPS.GMF_GLCOMMON_DB SQL Statements
12.1.1
-
SYNONYM: APPS.GL_CURR_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_CURR_MST, status:VALID,
-
VIEW: GMF.GL_CURR_MST#
12.2.2
-
APPS.GMF_GLCOMMON_DB SQL Statements
12.2.2
-
Table: OP_ORDR_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_DTL, object_name:OP_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order detail (order lines). , implementation_dba_data: GML.OP_ORDR_DTL ,
-
Table: OP_ORDR_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_DTL, object_name:OP_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order detail (order lines). , implementation_dba_data: GML.OP_ORDR_DTL ,
-
APPS.GML_ORAUDTR_XMLP_PKG SQL Statements
12.2.2
-
APPS.GML_ORAUDTR_XMLP_PKG SQL Statements
12.1.1
-
Table: OP_PRCE_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_MST, object_name:OP_PRCE_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Price list header. , implementation_dba_data: GML.OP_PRCE_MST ,
-
Table: OP_PRCE_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_MST, object_name:OP_PRCE_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Price list header. , implementation_dba_data: GML.OP_PRCE_MST ,
-
PACKAGE BODY: APPS.GMF_GLCOMMON_DB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GLCOMMON_DB, status:VALID,
-
Table: OP_BILL_LAD
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_BILL_LAD, object_name:OP_BILL_LAD, status:VALID, product: GML - Process Manufacturing Logistics , description: Header information for a shipment. , implementation_dba_data: GML.OP_BILL_LAD ,