Search Results gmf_burden_percentages
Overview
The GMF_BURDEN_PERCENTAGES table is a core data structure within the Oracle 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 establishing and storing burden percentages used in OPM (Oracle Process Manufacturing) Costing. In manufacturing cost accounting, burden costs refer to indirect manufacturing overheads, such as utilities, supervision, or equipment depreciation, which are allocated to produced items. This table enables the definition of precise allocation rules, allowing overheads to be applied to inventory costs based on configurable percentages linked to specific organizational, temporal, and product dimensions.
Key Information Stored
The table's primary key is BURDEN_PERCENTAGE_ID, a unique identifier for each burden percentage rule. Critical foreign key columns define the rule's scope and applicability. The BURDEN_ID links to GMF_BURDEN_CODES, identifying the specific overhead cost element. Temporal scope is defined by CALENDAR_CODE and PERIOD_CODE, referencing CM_CLDR_DTL. The costing method is specified by COST_MTHD_CODE (CM_MTHD_MST). Organizational context is provided by ORGN_CODE (SY_ORGN_MST_B) and WHSE_CODE (IC_WHSE_MST). Product specificity is achieved through ITEM_ID (IC_ITEM_MST_B), with further classification possible via ICGL_CLASS (IC_GLED_CLS) and ITEMCOST_CLASS (IC_COST_CLS). The table centrally stores the percentage value used for cost calculation.
Common Use Cases and Queries
The primary use case is the calculation and posting of burden costs during period-end cost processing in OPM. The system queries this table to determine the correct overhead percentage to apply to a transaction based on the item, organization, warehouse, cost method, and accounting period. A common reporting need is to audit or review established burden rules. A sample query might join to descriptive tables to list all active percentages:
- SELECT gbp.BURDEN_ID, gbc.BURDEN_CODE, gbp.ORGN_CODE, gbp.ITEM_ID, gbp.COST_MTHD_CODE, gbp.CALENDAR_CODE, gbp.PERIOD_CODE, gbp.PERCENTAGE
- FROM GMF.GMF_BURDEN_PERCENTAGES gbp
- JOIN GMF.GMF_BURDEN_CODES gbc ON gbp.BURDEN_ID = gbc.BURDEN_ID
- WHERE gbp.ORGN_CODE = :p_org_code
- ORDER BY gbc.BURDEN_CODE, gbp.COST_MTHD_CODE;
Data in this table is typically maintained via the Oracle EBS application forms for burden setup, not via direct SQL manipulation.
Related Objects
As documented by its foreign keys, GMF_BURDEN_PERCENTAGES has integral relationships with several master and transactional tables across the Cost Management (CM), Inventory (IC), and System (SY) modules:
- GMF_BURDEN_CODES: Joins on BURDEN_ID to obtain the burden code and description.
- CM_CLDR_DTL: Joins on CALENDAR_CODE and PERIOD_CODE to validate the accounting period.
- CM_MTHD_MST: Joins on COST_MTHD_CODE to validate the costing method.
- SY_ORGN_MST_B: Joins on ORGN_CODE to validate the organization.
- IC_WHSE_MST: Joins on WHSE_CODE to validate the warehouse.
- IC_ITEM_MST_B: Joins on ITEM_ID to validate the inventory item.
- IC_GLED_CLS: Joins on ICGL_CLASS for item GL classification.
- IC_COST_CLS: Joins on ITEMCOST_CLASS for item cost classification.
-
Table: GMF_BURDEN_PERCENTAGES
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_BURDEN_PERCENTAGES, object_name:GMF_BURDEN_PERCENTAGES, status:VALID, product: GMF - Process Manufacturing Financials , description: In OPM Costing, this is where the Burden Percentages are established. , implementation_dba_data: GMF.GMF_BURDEN_PERCENTAGES ,
-
Table: GMF_BURDEN_PERCENTAGES
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_BURDEN_PERCENTAGES, object_name:GMF_BURDEN_PERCENTAGES, status:VALID, product: GMF - Process Manufacturing Financials , description: In OPM Costing, this is where the Burden Percentages are established. , implementation_dba_data: GMF.GMF_BURDEN_PERCENTAGES ,
-
APPS.GMF_COPY_PERCENTAGE_BURDEN dependencies on GMF_BURDEN_PERCENTAGES
12.1.1
-
APPS.GMF_MIGRATION dependencies on GMF_BURDEN_PERCENTAGES
12.2.2
-
APPS.GMF_COPY_PERCENTAGE_BURDEN dependencies on GMF_BURDEN_PERCENTAGES
12.2.2
-
APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on GMF_BURDEN_PERCENTAGES
12.2.2
-
APPS.GMF_COPY_PERCENTAGE_BURDEN dependencies on GMF_BURDEN_PERCENTAGES
12.1.1
-
APPS.GMF_COPY_PERCENTAGE_BURDEN dependencies on GMF_BURDEN_PERCENTAGES
12.2.2
-
APPS.GMF_MIGRATION dependencies on GMF_BURDEN_PERCENTAGES
12.1.1
-
SYNONYM: APPS.GMF_BURDEN_PERCENTAGES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMF_BURDEN_PERCENTAGES, status:VALID,
-
SYNONYM: APPS.GMF_BURDEN_PERCENTAGES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMF_BURDEN_PERCENTAGES, status:VALID,
-
VIEW: GMF.GMF_BURDEN_PERCENTAGES#
12.2.2
owner:GMF, object_type:VIEW, object_name:GMF_BURDEN_PERCENTAGES#, status:VALID,
-
APPS.GMF_COPY_PERCENTAGE_BURDEN SQL Statements
12.2.2
-
VIEW: GMF.GMF_BURDEN_PERCENTAGES#
12.2.2
-
APPS.GMF_COPY_PERCENTAGE_BURDEN SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GMF_COPY_PERCENTAGE_BURDEN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_COPY_PERCENTAGE_BURDEN, status:VALID,
-
PACKAGE: APPS.GMF_COPY_PERCENTAGE_BURDEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GMF_COPY_PERCENTAGE_BURDEN, status:VALID,
-
PACKAGE: APPS.GMF_COPY_PERCENTAGE_BURDEN
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GMF_COPY_PERCENTAGE_BURDEN, status:VALID,
-
APPS.GMF_COPY_PERCENTAGE_BURDEN dependencies on GMF_BURDEN_PERCENTAGE_ID_S
12.2.2
-
Table: IC_COST_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: Item costing class , implementation_dba_data: Not implemented in this database ,
-
Table: IC_COST_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: Item costing class , implementation_dba_data: Not implemented in this database ,
-
Table: IC_GLED_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains the General Ledger classes for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
TABLE: GMF.GMF_BURDEN_PERCENTAGES
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_BURDEN_PERCENTAGES, object_name:GMF_BURDEN_PERCENTAGES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
TABLE: GMF.GMF_BURDEN_PERCENTAGES
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_BURDEN_PERCENTAGES, object_name:GMF_BURDEN_PERCENTAGES, status:VALID,
-
PACKAGE BODY: APPS.MTL_DEFAULT_CATEGORY_SETS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MTL_DEFAULT_CATEGORY_SETS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: GMF_BURDEN_CODES
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_BURDEN_CODES, object_name:GMF_BURDEN_CODES, status:VALID, product: GMF - Process Manufacturing Financials , description: In OPM Costing, this is where the Percentage Burden Codes are stored. , implementation_dba_data: GMF.GMF_BURDEN_CODES ,
-
APPS.GMF_COPY_PERCENTAGE_BURDEN dependencies on GMF_BURDEN_PERCENTAGE_ID_S
12.1.1
-
Table: GMF_BURDEN_CODES
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_BURDEN_CODES, object_name:GMF_BURDEN_CODES, status:VALID, product: GMF - Process Manufacturing Financials , description: In OPM Costing, this is where the Percentage Burden Codes are stored. , implementation_dba_data: GMF.GMF_BURDEN_CODES ,
-
12.2.2 DBA Data
12.2.2
-
Table: CM_CLDR_DTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CLDR_DTL, object_name:CM_CLDR_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Calendar Details , implementation_dba_data: GMF.CM_CLDR_DTL ,
-
Table: IC_GLED_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains the General Ledger classes for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: CM_CLDR_DTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CLDR_DTL, object_name:CM_CLDR_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Calendar Details , implementation_dba_data: GMF.CM_CLDR_DTL ,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.GMF_COPY_PERCENTAGE_BURDEN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_COPY_PERCENTAGE_BURDEN, status:VALID,
-
Table: CM_MTHD_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_MTHD_MST, object_name:CM_MTHD_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Item Cost Methods - Cost methods are defined by the user. Cost calculation types for raw material and product costs are also specified for Actual Costing Methods. , implementation_dba_data: GMF.CM_MTHD_MST ,
-
Table: CM_MTHD_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_MTHD_MST, object_name:CM_MTHD_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Item Cost Methods - Cost methods are defined by the user. Cost calculation types for raw material and product costs are also specified for Actual Costing Methods. , implementation_dba_data: GMF.CM_MTHD_MST ,
-
APPS.GMF_COPY_PERCENTAGE_BURDEN dependencies on GMF_BURDEN_CODES
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.GMF_MIGRATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_MIGRATION, status:VALID,
-
APPS.GMF_COPY_PERCENTAGE_BURDEN dependencies on GMF_BURDEN_CODES
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
-
PACKAGE BODY: APPS.GMF_MIGRATION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_MIGRATION, status:VALID,
-
Table: IC_WHSE_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_MST, object_name:IC_WHSE_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse master.This table contains warehouse definition information. , implementation_dba_data: GMI.IC_WHSE_MST ,
-
Table: SY_ORGN_MST_B
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,