Search Results gl_ldgr_mst
Overview
The GL_LDGR_MST table is a core data object within the Process Manufacturing Financials (GMF) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the master repository for General Ledger (GL) ledger definitions. In the context of GMF, which extends standard financials to handle the unique costing and accounting requirements of process manufacturing, this table stores the fundamental ledger entities against which financial transactions are recorded and consolidated. Its primary role is to establish and maintain the ledger structure, which is a critical prerequisite for financial processing and reporting within the integrated manufacturing and financial environment.
Key Information Stored
The table's structure centers on the LEDGER_CODE column, which is the unique identifier for a ledger and serves as the table's primary key (GL_LDGR_MST_PK). While the provided metadata does not list all columns, the existence of foreign key relationships indicates it stores essential ledger attributes that other modules reference. The key data point is the ledger code itself, which is used throughout the GMF and potentially other EBS modules to associate transactions, policies, and mappings with a specific financial ledger. The table's description as "GL ledgers" confirms it holds the master record for each ledger entity used in the system.
Common Use Cases and Queries
This table is primarily referenced for setup validation, data integrity checks, and as a source for master data in reports. Common operational scenarios include validating ledger codes during transaction entry, generating lists of active ledgers for configuration reviews, and supporting reconciliation processes. A fundamental query to retrieve all defined ledgers would be: SELECT LEDGER_CODE FROM GMF.GL_LDGR_MST ORDER BY LEDGER_CODE;. In troubleshooting or auditing, one might join this table to transaction tables like PO_DIST_DTL to verify that distribution lines reference valid ledgers: SELECT DISTINCT d.LEDGER_CODE, m.LEDGER_CODE FROM PO_DIST_DTL d, GL_LDGR_MST m WHERE d.LEDGER_CODE = m.LEDGER_CODE(+);.
Related Objects
As indicated by the foreign key relationships, GL_LDGR_MST is a central reference point for several other GMF tables. Key dependent objects include:
- GL_LEDG_MAP: Maps ledgers to other entities.
- GL_PLCY_LGR and GL_PLCY_MST: Associate financial policies with specific ledgers, with GL_PLCY_MST using it to identify a primary ledger.
- GL_SUBR_LED and GL_SUBR_TST: Likely relate to sub-ledger accounting and testing.
- PO_DIST_DTL: Demonstrates integration with Purchasing, where purchase order distributions are tied to a GMF ledger.
-
Table: GL_LDGR_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_LDGR_MST, object_name:GL_LDGR_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: GL ledgers , implementation_dba_data: GMF.GL_LDGR_MST ,
-
Table: GL_LDGR_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_LDGR_MST, object_name:GL_LDGR_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: GL ledgers , implementation_dba_data: GMF.GL_LDGR_MST ,
-
VIEW: GMF.GL_LDGR_MST#
12.2.2
owner:GMF, object_type:VIEW, object_name:GL_LDGR_MST#, status:VALID,
-
SYNONYM: APPS.GL_LDGR_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_LDGR_MST, status:VALID,
-
VIEW: GMF.GL_LDGR_MST#
12.2.2
-
SYNONYM: APPS.GL_LDGR_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_LDGR_MST, status:VALID,
-
TABLE: GMF.GL_LDGR_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_LDGR_MST, object_name:GL_LDGR_MST, status:VALID,
-
TABLE: GMF.GL_LDGR_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_LDGR_MST, object_name:GL_LDGR_MST, status:VALID,
-
Table: GL_PLCY_LGR
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_LGR, object_name:GL_PLCY_LGR, status:VALID, product: GMF - Process Manufacturing Financials , description: Company ledgers , implementation_dba_data: GMF.GL_PLCY_LGR ,
-
Table: GL_PLCY_LGR
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_LGR, object_name:GL_PLCY_LGR, status:VALID, product: GMF - Process Manufacturing Financials , description: Company ledgers , implementation_dba_data: GMF.GL_PLCY_LGR ,
-
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 ,
-
12.1.1 DBA Data
12.1.1
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
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: 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: 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 ,
-
Table: GL_LEDG_MAP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_LEDG_MAP, object_name:GL_LEDG_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: GL ledger mapping. Used for GL mapping. , implementation_dba_data: GMF.GL_LEDG_MAP ,
-
Table: GL_LEDG_MAP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_LEDG_MAP, object_name:GL_LEDG_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: GL ledger mapping. Used for GL mapping. , implementation_dba_data: GMF.GL_LEDG_MAP ,
-
12.2.2 DBA Data
12.2.2
-
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_PLCY_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_MST, object_name:GL_PLCY_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Fiscal policy of a company. Fiscal policy defines the GL attributes of the company. , implementation_dba_data: GMF.GL_PLCY_MST ,
-
Table: GL_PLCY_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_MST, object_name:GL_PLCY_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Fiscal policy of a company. Fiscal policy defines the GL attributes of the company. , implementation_dba_data: GMF.GL_PLCY_MST ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
TABLE: GML.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,
-
TABLE: GML.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,
-
12.2.2 DBA Data
12.2.2
-
eTRM - GMF Tables and Views
12.2.2
description: Defines Third-Party software which has a supported interface to OPM. ,
-
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.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 - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
eTRM - GML Tables and Views
12.1.1
description: Tax reporting classes. ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - GML Tables and Views
12.1.1
description: Tax reporting classes. ,