Search Results gl_aloc_bas_pk
Overview
GL_ALOC_BAS is a table owned by the GMF schema (Process Manufacturing Financials) in Oracle E-Business Suite 12.1.1 and 12.2.2. It stores the basis definition lines for an allocation code: the items or item ranges to which expenses will be allocated, the criteria used to derive the allocation (a basis account or a fixed percent), and the cost component class bucket that receives the allocated amount. Each row is a single basis line belonging to a parent allocation defined in GL_ALOC_MST, and it is the table queried whenever Oracle Process Manufacturing Financials resolves how a cost allocation should be spread.
From the mined foreign-key structure, the table is heuristically classified as a link in a Data Vault model — it resolves many-to-many relationships between the allocation master, items, warehouses, analysis codes, cost component classes, and text headers rather than acting as a standalone hub or a descriptive satellite. This classification is a modeling suggestion derived from its FK profile, not a documented Oracle designation.
Key Information Stored
The table carries 24 documented columns. The most consequential are:
- ALLOC_ID and LINE_NO — together the unique index GL_ALOC_BAS_PK, forming the primary key and the business-key candidate. ALLOC_ID ties the row to the parent allocation; LINE_NO sequences the basis lines within it.
- ALLOC_METHOD — the method by which the allocation is computed for this line.
- BASIS_TYPE and BASIS_ACCOUNT_ID/BASIS_ACCOUNT_KEY/BASIS_ACCOUNT_DESC — the account used as the allocation basis and its descriptive attributes.
- BALANCE_TYPE and BAS_YTD_PTD — whether the basis draws on balance-sheet values and whether the amount is year-to-date or period-to-date.
- FIXED_PERCENT — the fixed percentage when the basis is not account-driven.
- ITEM_ID, INVENTORY_ITEM_ID, and ORGANIZATION_ID — the item and inventory organization dimensions of the basis line.
- CMPNTCLS_ID — the cost component class bucket that receives the allocated expense.
- WHSE_CODE — the warehouse scope of the line.
- ANALYSIS_CODE#1 — the analysis code association.
- TEXT_CODE — reference to a text header for supplementary notes.
- TRANS_CNT, DELETE_MARK, and the standard audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN).
Common Use Cases and Queries
Typical usage includes reviewing how a specific allocation code spreads cost, verifying which items or warehouses participate, and auditing cost component class assignments for month-end close. A common pattern joins the basis lines to the allocation master:
- Extract all basis lines for an allocation:
SELECT * FROM GMF.GL_ALOC_BAS WHERE ALLOC_ID = :alloc_id ORDER BY LINE_NO; - Resolve item detail: join ITEM_ID to IC_ITEM_MST or IC_ITEM_MST_B and WHSE_CODE to IC_WHSE_MST to obtain item and warehouse descriptions.
- Identify account-based versus fixed-percent lines by filtering on BASIS_TYPE and FIXED_PERCENT.
- Cost component reporting: join CMPNTCLS_ID to CM_CMPT_MST_B to label the receiving cost bucket.
Reporting often filters on DELETE_MARK to exclude logically deleted lines and uses TRANS_CNT to detect concurrent modifications.
Related Objects
The following relationships are documented in the ETRM metadata and are the most significant for joining or validating GL_ALOC_BAS:
- GL_ALOC_MST — parent allocation master, joined on ALLOC_ID (the allocation header that owns each basis line).
- IC_ITEM_MST and IC_ITEM_MST_B — validated via ITEM_ID for item detail.
- IC_WHSE_MST — validated via WHSE_CODE for warehouse detail.
- CM_CMPT_MST and CM_CMPT_MST_B — validated via CMPNTCLS_ID for cost component class definitions.
- CM_ALYS_MST — validated via ANALYSIS_CODE#1 for analysis code detail.
- CM_TEXT_HDR — validated via TEXT_CODE for descriptive text associated with the basis line.
Because GL_ALOC_BAS is a link-style table, its value in reporting derives primarily from the descriptive dimensions it references rather than from attributes held natively on the row.
-
INDEX: GMF.GL_ALOC_BAS_PK
12.2.2
owner:GMF, object_type:INDEX, object_name:GL_ALOC_BAS_PK, status:VALID,
-
INDEX: GMF.GL_ALOC_BAS_PK
12.1.1
owner:GMF, object_type:INDEX, object_name:GL_ALOC_BAS_PK, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: GL_ALOC_BAS
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_BAS, object_name:GL_ALOC_BAS, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the basis information for an allocation code about the items to which expenses will be allocated, the allocation criteria based upon the basis account or fixed percent, and the cost component class bucket to which the al , implementation_dba_data: GMF.GL_ALOC_BAS ,
-
Table: GL_ALOC_BAS
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_BAS, object_name:GL_ALOC_BAS, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the basis information for an allocation code about the items to which expenses will be allocated, the allocation criteria based upon the basis account or fixed percent, and the cost component class bucket to which the al , implementation_dba_data: GMF.GL_ALOC_BAS ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
TABLE: GMF.GL_ALOC_BAS
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_BAS, object_name:GL_ALOC_BAS, status:VALID,
-
TABLE: GMF.GL_ALOC_BAS
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_BAS, object_name:GL_ALOC_BAS, status:VALID,
-
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 - 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. ,