Search Results gl_srce_mst
Overview
The GL_SRCE_MST table is a core master data table within the Process Manufacturing Financials (GMF) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It functions as a subsystem master, providing a centralized reference for defining and managing the various sources of financial transactions that originate from the manufacturing and process execution systems. Its primary role is to establish and enforce valid transaction source types and codes, ensuring data integrity and proper classification for subsequent financial posting to the General Ledger (GL). This table is fundamental to the integration between manufacturing operations and financial accounting within the GMF framework.
Key Information Stored
Based on the provided ETRM metadata, the table's structure is defined by its primary keys and its relationships with other entities. The two primary keys indicate the critical columns that uniquely identify a record. The TRANS_SOURCE_TYPE column, serving as the primary key for constraint GL_SRCE_MST_PK, holds the high-level classification or category for a transaction source. The TRANS_SOURCE_CODE column, serving as the primary key for constraint GL_SRCE_MST_U1, holds the specific, unique identifier code for a transaction source within a given type. Together, these columns form the authoritative list of valid source combinations that other transactional tables can reference.
Common Use Cases and Queries
This table is primarily used for setup, validation, and reporting. During system configuration, administrators populate this table with all permissible transaction sources (e.g., specific production batches, cost types, or material transactions). Application logic then references GL_SRCE_MST to validate transaction sources before creating financial events. A common reporting use case is to generate a list of all configured transaction sources for audit or setup review. A typical query would join this master table to its related transactional tables to analyze event data by source.
- Retrieving all configured transaction sources:
SELECT trans_source_type, trans_source_code FROM gmf.gl_srce_mst ORDER BY 1, 2; - Validating a source before processing: Application code will check for the existence of a provided type and code combination in this table.
- Troubleshooting integration issues: Queries can identify if a missing or invalid entry in GL_SRCE_MST is causing failures in financial event creation.
Related Objects
The ETRM documentation explicitly lists four key tables that maintain foreign key relationships to GL_SRCE_MST via the TRANS_SOURCE_TYPE column, highlighting its central role in the GMF data model:
- GL_EVNT_MST (Event Master): The primary transactional table for financial events, linking each event to a valid source type.
- GL_EVNT_PLC (Event Policy): Stores accounting rules and policies that are triggered based on the transaction source type.
- GL_SUBR_LED (Subledger): Tracks subledger accounting entries, associating them with their originating source type.
- GL_SUBR_TST (Subledger Test): Likely used for validation or testing of subledger entries against defined source types.
These relationships demonstrate that GL_SRCE_MST is a foundational lookup table, dictating valid origins for the entire financial event and subledger posting chain within GMF.
-
Table: GL_SRCE_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SRCE_MST, object_name:GL_SRCE_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Subsystem master table , implementation_dba_data: GMF.GL_SRCE_MST ,
-
Table: GL_SRCE_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SRCE_MST, object_name:GL_SRCE_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Subsystem master table , implementation_dba_data: GMF.GL_SRCE_MST ,
-
APPS.OPI_OPM_COMMON_PKG dependencies on GL_SRCE_MST
12.1.1
-
APPS.GML_SYNCH_BPOS dependencies on GL_SRCE_MST
12.2.2
-
APPS.GML_PO_GLDIST dependencies on GL_SRCE_MST
12.1.1
-
APPS.GML_VALIDATE_PO dependencies on GL_SRCE_MST
12.1.1
-
APPS.GML_PO_GLDIST dependencies on GL_SRCE_MST
12.2.2
-
APPS.GML_VALIDATE_PO dependencies on GL_SRCE_MST
12.1.1
-
APPS.GML_SYNCH_BPOS dependencies on GL_SRCE_MST
12.1.1
-
APPS.GMF_GL_GET_CONV_RATE dependencies on GL_SRCE_MST
12.1.1
-
APPS.GML_PO_SYNCH dependencies on GL_SRCE_MST
12.2.2
-
APPS.GML_OP_CUST_MST_PKG dependencies on GL_SRCE_MST
12.2.2
-
APPS.GML_OP_CUST_MST_PKG dependencies on GL_SRCE_MST
12.1.1
-
APPS.GML_PO_SYNCH dependencies on GL_SRCE_MST
12.1.1
-
APPS.PMI_COMMON_PKG dependencies on GL_SRCE_MST
12.1.1
-
APPS.GML_VALIDATE_PO dependencies on GL_SRCE_MST
12.2.2
-
APPS.GML_VALIDATE_PO dependencies on GL_SRCE_MST
12.2.2
-
APPS.GMF_GL_GET_CONV_RATE dependencies on GL_SRCE_MST
12.2.2
-
APPS.GML_PO_GLDIST dependencies on GL_EVNT_PLC
12.2.2
-
APPS.GML_PO_GLDIST dependencies on GL_EVNT_MST
12.2.2
-
APPS.GML_PO_GLDIST dependencies on GL_EVNT_PLC
12.1.1
-
APPS.GML_PO_GLDIST dependencies on GL_EVNT_MST
12.1.1
-
APPS.GML_PO_GLDIST dependencies on GL_XCHG_RTE
12.2.2
-
APPS.GML_PO_GLDIST dependencies on GL_XCHG_RTE
12.1.1
-
VIEW: GMF.GL_SRCE_MST#
12.2.2
owner:GMF, object_type:VIEW, object_name:GL_SRCE_MST#, status:VALID,
-
VIEW: APPS.GL_SUBR_TST_VW
12.1.1
-
VIEW: APPS.GL_SUBR_LED_VW
12.2.2
-
VIEW: GMF.GL_SRCE_MST#
12.2.2
-
APPS.PMI_COMMON_PKG dependencies on OP_ORDR_DTL
12.1.1
-
SYNONYM: APPS.GL_SRCE_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_SRCE_MST, status:VALID,
-
VIEW: APPS.GL_SUBR_LED_VW
12.1.1
-
VIEW: APPS.GL_SUBR_TST_VW
12.2.2
-
SYNONYM: APPS.GL_SRCE_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_SRCE_MST, status:VALID,
-
APPS.PMI_COMMON_PKG SQL Statements
12.1.1
-
APPS.OPI_OPM_COMMON_PKG SQL Statements
12.1.1
-
VIEW: APPS.GLEX_VIEW
12.1.1
-
VIEW: APPS.GLEX_VIEW
12.2.2
-
TABLE: GMF.GL_SRCE_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SRCE_MST, object_name:GL_SRCE_MST, status:VALID,
-
TABLE: GMF.GL_SRCE_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SRCE_MST, object_name:GL_SRCE_MST, status:VALID,
-
APPS.GMF_GL_GET_CONV_RATE SQL Statements
12.1.1
-
APPS.GML_VALIDATE_PO SQL Statements
12.1.1
-
APPS.GML_VALIDATE_PO SQL Statements
12.2.2
-
Table: GL_EVNT_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_EVNT_MST, object_name:GL_EVNT_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the pre-defined Event codes. An event is any activity within OPM that has a financial impact. , implementation_dba_data: GMF.GL_EVNT_MST ,
-
APPS.GMF_GL_GET_CONV_RATE dependencies on GL_DAILY_CONVERSION_TYPES
12.2.2
-
APPS.GML_OP_CUST_MST_PKG dependencies on GL_XCHG_RTE
12.2.2
-
APPS.GML_OP_CUST_MST_PKG dependencies on GL_XCHG_RTE
12.1.1
-
APPS.GMF_GL_GET_CONV_RATE dependencies on GL_DAILY_CONVERSION_TYPES
12.1.1
-
APPS.GMF_GL_GET_CONV_RATE SQL Statements
12.2.2
-
Table: GL_EVNT_PLC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_EVNT_PLC, object_name:GL_EVNT_PLC, status:VALID, product: GMF - Process Manufacturing Financials , description: Event specific Company Fiscal Policy information , implementation_dba_data: GMF.GL_EVNT_PLC ,
-
Table: GL_EVNT_PLC
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_EVNT_PLC, object_name:GL_EVNT_PLC, status:VALID, product: GMF - Process Manufacturing Financials , description: Event specific Company Fiscal Policy information , implementation_dba_data: GMF.GL_EVNT_PLC ,