Search Results gl_aloc_mst
Overview
The GL_ALOC_MST table is a master data table within the Oracle E-Business Suite (EBS), specifically for the Process Manufacturing Financials (GMF) module. Its primary role is to store the core definition of allocation codes. These codes are essential for configuring and executing cost and revenue allocation processes, which are critical for accurately distributing overhead, shared service costs, or other expenses across different products, departments, or cost centers in a manufacturing environment. As a master table, it serves as the central reference point for allocation setups, ensuring data integrity and consistency across related transactional and definition tables.
Key Information Stored
The table's structure is designed to uniquely identify and describe each allocation rule. Based on the provided metadata, the table has two defined primary keys, indicating a composite key structure for unique identification. The primary columns include:
- ALLOC_ID: A unique system-generated identifier for the allocation definition, serving as the primary key for the GL_ALOC_MSTI1 index and as the foreign key reference for child tables.
- CO_CODE: The company code, representing the legal entity or organization for which the allocation is defined.
- ALLOC_CODE: A user-defined code that uniquely identifies the allocation rule within a given company code. The combination of CO_CODE and ALLOC_CODE forms the GL_ALOC_MST_PK primary key.
While the specific metadata for other descriptive columns (e.g., ALLOC_NAME, DESCRIPTION, STATUS) is not listed in the excerpt, such columns are typically present in master tables to provide a full business definition of the allocation code.
Common Use Cases and Queries
This table is central to the setup and inquiry of allocation rules. Common operational scenarios include validating allocation code definitions before running allocation batches, generating master lists of allocations for auditing, and troubleshooting allocation execution errors by verifying the base definition. A typical query would join GL_ALOC_MST with its child tables to get a complete view of an allocation setup. For example, to list all active allocation codes for a specific company, a query might resemble:
SELECT alloc_code, alloc_name, description
FROM gl_aloc_mst
WHERE co_code = :p_co_code
AND status = 'A'
ORDER BY alloc_code;
Another common pattern is to trace the components of a specific allocation by joining to GL_ALOC_BAS (allocation basis), GL_ALOC_EXP (allocation expenses), and GL_ALOC_DTL (allocation details) using the ALLOC_ID foreign key relationship.
Related Objects
The GL_ALOC_MST table is the parent entity for several key child tables that define the specifics of the allocation process, as indicated by the foreign key relationships. These dependent objects include:
- GL_ALOC_BAS: Stores the basis (e.g., square footage, headcount, machine hours) upon which the allocation is calculated.
- GL_ALOC_DTL: Holds the detailed rules specifying the target entities (e.g., departments, products) that receive the allocated amounts.
- GL_ALOC_EXP: Contains the source expense accounts or amounts that are to be allocated.
Together, this hierarchy of tables forms the complete data model for defining and executing financial allocations within Oracle Process Manufacturing Financials. Any customization or data fix involving allocation rules must consider the integrity constraints between these tables.
-
Table: GL_ALOC_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_MST, object_name:GL_ALOC_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Master table to store the definition of the allocation codes. , implementation_dba_data: GMF.GL_ALOC_MST ,
-
Table: GL_ALOC_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_MST, object_name:GL_ALOC_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Master table to store the definition of the allocation codes. , implementation_dba_data: GMF.GL_ALOC_MST ,
-
APPS.GMF_ALLOC_PROC dependencies on GL_ALOC_MST
12.1.1
-
APPS.GMF_VALIDATIONS_PVT dependencies on GL_ALOC_MST
12.1.1
-
APPS.GMF_VALIDATIONS_PVT dependencies on GL_ALOC_MST
12.2.2
-
APPS.GMF_MIGRATION dependencies on GL_ALOC_MST
12.2.2
-
APPS.GMF_VALIDATIONS_PVT dependencies on GL_ALOC_MST
12.2.2
-
APPS.GMF_ALLOC_PROC dependencies on GL_ALOC_MST
12.2.2
-
APPS.GMF_ALLOCATIONDEFINITION_PUB dependencies on GL_ALOC_MST
12.2.2
-
APPS.GMF_ALLOCATIONDEFINITION_PUB dependencies on GL_ALOC_MST
12.2.2
-
APPS.GMF_ALLOCATIONDEFINITION_PUB dependencies on GL_ALOC_MST
12.1.1
-
APPS.GMF_ALLOC_PROC dependencies on GL_ALOC_MST
12.2.2
-
APPS.GMF_VALIDATIONS_PVT dependencies on GL_ALOC_MST
12.1.1
-
APPS.GMF_MIGRATION dependencies on GL_ALOC_MST
12.1.1
-
APPS.GMF_ALLOCATIONDEFINITION_PUB dependencies on GL_ALOC_MST
12.1.1
-
APPS.GMF_ALLOC_PROC dependencies on GL_ALOC_MST
12.1.1
-
APPS.GMF_ALLOC_PROC dependencies on GL_ALOC_BAS
12.2.2
-
APPS.GMF_ALLOC_PROC dependencies on GL_ALOC_BAS
12.1.1
-
VIEW: APPS.GL_ALOC_MST_DFV
12.1.1
-
VIEW: APPS.GL_ALOC_MST_DFV
12.2.2
-
VIEW: APPS.GL_ALOC_EXP_V
12.1.1
-
VIEW: APPS.GL_ALOC_INP_V
12.1.1
-
VIEW: APPS.GL_ALOC_MST_V
12.1.1
-
SYNONYM: APPS.GL_ALOC_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_ALOC_MST, status:VALID,
-
VIEW: APPS.GL_ALOC_EXP_V
12.2.2
-
VIEW: APPS.GL_ALOC_BAS_V
12.2.2
-
VIEW: APPS.GL_ALOC_MST_V
12.2.2
-
VIEW: GMF.GL_ALOC_MST#
12.2.2
owner:GMF, object_type:VIEW, object_name:GL_ALOC_MST#, status:VALID,
-
VIEW: APPS.GL_ALOC_BAS_V
12.1.1
-
VIEW: APPS.GL_ALOC_INP_V
12.2.2
-
SYNONYM: APPS.GL_ALOC_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_ALOC_MST, status:VALID,
-
APPS.GMF_MIGRATION dependencies on GL_ALOC_INP
12.1.1
-
VIEW: GMF.GL_ALOC_MST#
12.2.2
-
APPS.GMF_MIGRATION dependencies on GL_ALOC_BAS
12.2.2
-
APPS.GMF_MIGRATION dependencies on GL_ALOC_INP
12.2.2
-
APPS.GMF_MIGRATION dependencies on GL_ALOC_BAS
12.1.1
-
APPS.GMF_ALLOC_PROC SQL Statements
12.2.2
-
View: GL_ALOC_MST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GL_ALOC_MST_V, object_name:GL_ALOC_MST_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View to enable master-detail relationship on Allocation Codes form , implementation_dba_data: APPS.GL_ALOC_MST_V ,
-
APPS.GMF_ALLOC_PROC SQL Statements
12.1.1
-
View: GL_ALOC_EXP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GL_ALOC_EXP_V, object_name:GL_ALOC_EXP_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View to enable master-detail relationship on Expenses to Allocate form , implementation_dba_data: APPS.GL_ALOC_EXP_V ,
-
View: GL_ALOC_EXP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GL_ALOC_EXP_V, object_name:GL_ALOC_EXP_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View to enable master-detail relationship on Expenses to Allocate form , implementation_dba_data: APPS.GL_ALOC_EXP_V ,
-
View: GL_ALOC_MST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GL_ALOC_MST_V, object_name:GL_ALOC_MST_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View to enable master-detail relationship on Allocation Codes form , implementation_dba_data: APPS.GL_ALOC_MST_V ,
-
View: GL_ALOC_INP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GL_ALOC_INP_V, object_name:GL_ALOC_INP_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View to enable master-detail relationship on Allocation Maintenance form , implementation_dba_data: APPS.GL_ALOC_INP_V ,
-
12.1.1 DBA Data
12.1.1
-
Table: GL_ALOC_EXP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_EXP, object_name:GL_ALOC_EXP, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the expense to allocate information for an allocation code. The data from this table is used for GL expense allocation processing in determining total expense to allocate. , implementation_dba_data: GMF.GL_ALOC_EXP ,
-
Table: GL_ALOC_DTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_DTL, object_name:GL_ALOC_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the result of the allocation processing. The Actual Costing Process will use this table to determine the expense allocation for the items. , implementation_dba_data: GMF.GL_ALOC_DTL ,
-
Table: GL_ALOC_DTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_DTL, object_name:GL_ALOC_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the result of the allocation processing. The Actual Costing Process will use this table to determine the expense allocation for the items. , implementation_dba_data: GMF.GL_ALOC_DTL ,
-
Table: GL_ALOC_EXP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_EXP, object_name:GL_ALOC_EXP, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the expense to allocate information for an allocation code. The data from this table is used for GL expense allocation processing in determining total expense to allocate. , implementation_dba_data: GMF.GL_ALOC_EXP ,
-
View: GL_ALOC_BAS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GL_ALOC_BAS_V, object_name:GL_ALOC_BAS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View to enable master-detail relationship on Allocation Basis form , implementation_dba_data: APPS.GL_ALOC_BAS_V ,
-
PACKAGE: APPS.GMF_ALLOC_PROC
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GMF_ALLOC_PROC, status:VALID,