Search Results gl_budorg_bc_options
Overview
GL_BUDORG_BC_OPTIONS is a General Ledger configuration table in Oracle E-Business Suite (12.1.1 and 12.2.2) that stores Budgetary Control option settings scoped to a specific budget organization and funding budget version. It is one of the supporting tables behind the Budgetary Control feature set in Oracle GL, which governs how funds availability checking, tolerance enforcement, and budget boundary behavior are applied during transaction entry and posting. Each row effectively defines a rule context: for a given budget range (RANGE_ID) and funding budget version (FUNDING_BUDGET_VERSION_ID), the table records the level at which funds are checked, the amount basis used for the check, and how boundary conditions are treated.
From a Data Vault modeling perspective, the mined relationship data classifies this object as standalone. No foreign key dependencies were identified, so it is best modeled as an independent reference/satellite-style configuration entity rather than a hub or link. Practically, it behaves as a keyed options record whose natural identity is the composite (RANGE_ID, FUNDING_BUDGET_VERSION_ID).
Key Information Stored
The table contains 10 documented columns. The composite primary key, enforced by GL_BUDORG_BC_OPTIONS_PK and mirrored by the unique index GL_BUDORG_BC_OPTIONS_U1, is (RANGE_ID, FUNDING_BUDGET_VERSION_ID). These two columns are the business-key candidates and identify which budget organization range is being configured and against which funding budget version the control applies.
- RANGE_ID — Part of the composite key; references the budget organization range whose budgetary control behavior is being defined.
- FUNDING_BUDGET_VERSION_ID — Part of the composite key; identifies the budget version that funds the range and against which availability is evaluated.
- FUNDS_CHECK_LEVEL_CODE — Determines the level at which funds availability is validated (for example, account, detail, or summary level behavior).
- AMOUNT_TYPE — Specifies the monetary basis used for the funds check, such as budget, encumbrance, or actual amounts.
- BOUNDARY_CODE — Controls how boundary conditions are interpreted when a transaction reaches or exceeds the budget limit.
- CREATED_BY, CREATION_DATE — Standard WHO audit columns recording row creation.
- LAST_UPDATED_BY, LAST_UPDATE_LOGIN, LAST_UPDATE_DATE — Standard WHO audit columns recording the last modification and its session context.
Common Use Cases and Queries
Typical uses include validating Budgetary Control configuration after setup, diagnosing funds-check failures at posting, and auditing option changes across budget versions. A common reporting pattern retrieves all options for a given range:
SELECT RANGE_ID, FUNDING_BUDGET_VERSION_ID, FUNDS_CHECK_LEVEL_CODE, AMOUNT_TYPE, BOUNDARY_CODE FROM GL.GL_BUDORG_BC_OPTIONS WHERE RANGE_ID = :p_range_id;- Joining to budget organization and budget version definitions to display human-readable names alongside the codes.
- Comparing option rows across two funding budget versions to confirm consistent control settings before a budget rollover.
- Auditing recent configuration changes using LAST_UPDATED_BY and LAST_UPDATE_DATE filters.
Related Objects
Because the ETRM metadata classifies this object as standalone, direct foreign-key relationships are not documented. The most significant dependencies are conceptual and join-key based:
- GL_BUDGET_ORGANIZATIONS — join on the budget organization range referenced by RANGE_ID.
- GL_BUDGET_VERSIONS — join on FUNDING_BUDGET_VERSION_ID to resolve the funding budget version.
- GL_BUDGET_ASSIGNMENTS — links ranges to budget organizations for context.
- GL_BUDGET_INTERFACE / GL_BUDGET_BALANCES — consume the resulting control settings during funds-check processing.
- GL_BUDGETARY_CONTROL APIs — programmatic entry points that read these options when enforcing funds availability.
-
Table: GL_BUDORG_BC_OPTIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDORG_BC_OPTIONS, object_name:GL_BUDORG_BC_OPTIONS, status:VALID, product: GL - General Ledger , implementation_dba_data: GL.GL_BUDORG_BC_OPTIONS ,
-
Table: GL_BUDORG_BC_OPTIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDORG_BC_OPTIONS, object_name:GL_BUDORG_BC_OPTIONS, status:VALID, product: GL - General Ledger , implementation_dba_data: GL.GL_BUDORG_BC_OPTIONS ,
-
APPS.GL_BUDORG_BC_OPTIONS_PKG SQL Statements
12.1.1
-
APPS.GL_BUDORG_BC_OPTIONS_PKG SQL Statements
12.2.2
-
VIEW: GL.GL_BUDORG_BC_OPTIONS#
12.2.2
owner:GL, object_type:VIEW, object_name:GL_BUDORG_BC_OPTIONS#, status:VALID,
-
VIEW: GL.GL_BUDORG_BC_OPTIONS#
12.2.2
-
TABLE: GL.GL_BUDORG_BC_OPTIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDORG_BC_OPTIONS, object_name:GL_BUDORG_BC_OPTIONS, status:VALID,
-
TABLE: GL.GL_BUDORG_BC_OPTIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDORG_BC_OPTIONS, object_name:GL_BUDORG_BC_OPTIONS, status:VALID,
-
SYNONYM: APPS.GL_BUDORG_BC_OPTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_BUDORG_BC_OPTIONS, status:VALID,
-
SYNONYM: APPS.GL_BUDORG_BC_OPTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_BUDORG_BC_OPTIONS, status:VALID,
-
VIEW: APPS.GLBV_GL_BUDGET_ASSIGNMENTS
12.1.1
-
VIEW: APPS.GL_BUDORG_BC_OPTIONS_V
12.1.1
-
VIEW: APPS.GLFV_GL_BUDGET_ASSIGNMENTS
12.1.1
-
VIEW: APPS.GL_BUDORG_BC_OPTIONS_V
12.2.2
-
PACKAGE BODY: APPS.IGI_EFC_UPGRADE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_EFC_UPGRADE, status:VALID,
-
PACKAGE BODY: APPS.GL_BUDORG_BC_OPTIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GL_BUDORG_BC_OPTIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.GL_BUD_ASSIGN_RANGE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GL_BUD_ASSIGN_RANGE_PKG, status:VALID,
-
View: GLBV_GL_BUDGET_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_GL_BUDGET_ASSIGNMENTS, object_name:GLBV_GL_BUDGET_ASSIGNMENTS, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_GL_BUDGET_ASSIGNMENTS ,
-
View: GL_BUDORG_BC_OPTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDORG_BC_OPTIONS_V, object_name:GL_BUDORG_BC_OPTIONS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_BUDORG_BC_OPTIONS_V ,
-
View: GLBV_GL_BUDGET_ASSIGNMENTS
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.GL_BUDORG_BC_OPTIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GL_BUDORG_BC_OPTIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGI_EFC_UPGRADE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_EFC_UPGRADE, status:VALID,
-
PACKAGE BODY: APPS.GL_BUDGET_UTILS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GL_BUDGET_UTILS_PKG, status:VALID,
-
PACKAGE BODY: APPS.GL_BUD_ASSIGN_RANGE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GL_BUD_ASSIGN_RANGE_PKG, status:VALID,
-
View: GL_BUDORG_BC_OPTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDORG_BC_OPTIONS_V, object_name:GL_BUDORG_BC_OPTIONS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_BUDORG_BC_OPTIONS_V ,
-
View: GLFV_GL_BUDGET_ASSIGNMENTS
12.2.2
product: GL - General Ledger , description: General Ledger budget assignements are accounts associated with a budget organization. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.GL_BUDGET_UTILS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GL_BUDGET_UTILS_PKG, status:VALID,
-
PACKAGE BODY: APPS.GL_FLEX_INSERT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GL_FLEX_INSERT_PKG, status:VALID,
-
PACKAGE BODY: APPS.GL_FLEX_INSERT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GL_FLEX_INSERT_PKG, status:VALID,
-
View: GLFV_GL_BUDGET_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_GL_BUDGET_ASSIGNMENTS, object_name:GLFV_GL_BUDGET_ASSIGNMENTS, status:VALID, product: GL - General Ledger , description: General Ledger budget assignements are accounts associated with a budget organization. , implementation_dba_data: APPS.GLFV_GL_BUDGET_ASSIGNMENTS ,
-
PACKAGE BODY: APPS.GL_BUDORG_BC_OPTIONS_PKG
12.2.2
-
PACKAGE BODY: APPS.GL_BUDORG_BC_OPTIONS_PKG
12.1.1
-
PACKAGE BODY: APPS.XLA_TRANSFER_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_TRANSFER_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_JE_VALIDATION_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_JE_VALIDATION_PKG, status:VALID,
-
VIEW: APPS.GLFV_GL_BUDGET_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_GL_BUDGET_ASSIGNMENTS, object_name:GLFV_GL_BUDGET_ASSIGNMENTS, status:VALID,
-
PACKAGE BODY: APPS.IGC_UPGRADE_DATA_R12
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IGC_UPGRADE_DATA_R12, status:VALID,
-
PACKAGE BODY: APPS.PSA_FUNDS_CHECKER_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSA_FUNDS_CHECKER_PKG, status:VALID,
-
VIEW: APPS.GLBV_GL_BUDGET_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_GL_BUDGET_ASSIGNMENTS, object_name:GLBV_GL_BUDGET_ASSIGNMENTS, status:VALID,
-
VIEW: APPS.GL_BUDORG_BC_OPTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDORG_BC_OPTIONS_V, object_name:GL_BUDORG_BC_OPTIONS_V, status:VALID,
-
VIEW: APPS.GL_BUDORG_BC_OPTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDORG_BC_OPTIONS_V, object_name:GL_BUDORG_BC_OPTIONS_V, status:VALID,
-
PACKAGE BODY: APPS.IGC_UPGRADE_DATA_R12
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGC_UPGRADE_DATA_R12, status:VALID,
-
PACKAGE BODY: APPS.XLA_JE_VALIDATION_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_JE_VALIDATION_PKG, status:VALID,
-
PACKAGE BODY: APPS.PSA_FUNDS_CHECKER_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PSA_FUNDS_CHECKER_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.GL_BUDORG_BC_OPTIONS_PKG
12.1.1
-
PACKAGE: APPS.GL_BUDORG_BC_OPTIONS_PKG
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.IGC_UPGRADE_DATA_R12 SQL Statements
12.1.1