Search Results cn_ledger_bal_types_all_b
Overview
The CN_LEDGER_BAL_TYPES_ALL_B table is a core lookup table within the Oracle E-Business Suite Incentive Compensation (CN) module. It serves as the master repository for defining and managing the distinct types of ledger balances used in the compensation calculation and accounting processes. Its primary role is to provide a validated list of account names, ensuring data integrity and consistency across financial postings generated by the Incentive Compensation engine. As a multi-organization table (indicated by the "_ALL_B" suffix and the ORG_ID column), it supports the definition of balance types that can be specific to individual operating units, enabling flexible and secure implementations across complex enterprise structures in both releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure centers on uniquely identifying each valid balance type within a given organizational context. The primary key is a composite of the BALANCE_ID and ORG_ID columns, which together enforce uniqueness. While the provided metadata specifies the table's purpose and key structure, typical columns in such a lookup table would include BALANCE_ID (the unique identifier for the balance type), ORG_ID (the operating unit identifier), a code or name column for the balance type (e.g., BALANCE_NAME or BALANCE_CODE), and descriptive columns like DESCRIPTION. The table acts as a reference point, storing the canonical definitions that other transactional tables must adhere to when recording financial data.
Common Use Cases and Queries
This table is fundamental for any process involving the generation or inquiry of incentive-related journal entries. Common use cases include validating balance types during journal entry creation, building reports that categorize financial activity by balance type, and administering the list of available accounts for a specific operating unit. A typical query would join this table to transactional data to retrieve meaningful balance names. For example:
- Retrieving all defined balance types for a specific organization:
SELECT balance_id, balance_name FROM cn_ledger_bal_types_all_b WHERE org_id = :p_org_id ORDER BY balance_name; - Joining to journal entries to report detailed postings:
SELECT j.entered_amount, b.balance_name FROM cn_ledger_journal_entries_all j, cn_ledger_bal_types_all_b b WHERE j.balance_id = b.balance_id AND j.org_id = b.org_id;
Related Objects
The CN_LEDGER_BAL_TYPES_ALL_B table has a direct, documented relationship with the CN_LEDGER_JOURNAL_ENTRIES_ALL table, which holds the actual journal entry transactions. The relationship is enforced by a foreign key constraint where the BALANCE_ID and ORG_ID columns in CN_LEDGER_JOURNAL_ENTRIES_ALL reference the primary key columns (BALANCE_ID, ORG_ID) in CN_LEDGER_BAL_TYPES_ALL_B. This ensures that every journal entry is associated with a valid, pre-defined balance type from the lookup table. The primary key constraint CN_LEDGER_BAL_TYPES_ALL_B_PK maintains the integrity of the lookup data itself.
-
Table: CN_LEDGER_BAL_TYPES_ALL_B
12.1.1
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_LEDGER_BAL_TYPES_ALL_B, object_name:CN_LEDGER_BAL_TYPES_ALL_B, status:VALID, product: CN - Incentive Compensation , description: Lookup table for account names , implementation_dba_data: CN.CN_LEDGER_BAL_TYPES_ALL_B ,
-
Table: CN_LEDGER_BAL_TYPES_ALL_B
12.2.2
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_LEDGER_BAL_TYPES_ALL_B, object_name:CN_LEDGER_BAL_TYPES_ALL_B, status:VALID, product: CN - Incentive Compensation , description: Lookup table for account names , implementation_dba_data: CN.CN_LEDGER_BAL_TYPES_ALL_B ,
-
APPS.CN_LEDGER_BAL_TYPES_ALL_PKG dependencies on CN_LEDGER_BAL_TYPES_ALL_B
12.1.1
-
APPS.CN_LEDGER_BAL_TYPES_ALL_PKG dependencies on CN_LEDGER_BAL_TYPES_ALL_B
12.2.2
-
VIEW: CN.CN_LEDGER_BAL_TYPES_ALL_B#
12.2.2
owner:CN, object_type:VIEW, object_name:CN_LEDGER_BAL_TYPES_ALL_B#, status:VALID,
-
VIEW: CN.CN_LEDGER_BAL_TYPES_ALL_B#
12.2.2
-
SYNONYM: APPS.CN_LEDGER_BAL_TYPES_ALL_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CN_LEDGER_BAL_TYPES_ALL_B, status:VALID,
-
SYNONYM: APPS.CN_LEDGER_BAL_TYPES_ALL_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CN_LEDGER_BAL_TYPES_ALL_B, status:VALID,
-
TRIGGER: APPS.CN_LEDGER_BAL_TYPES_ALL_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CN_LEDGER_BAL_TYPES_ALL_B+, status:VALID,
-
VIEW: APPS.CN_LEDGER_BAL_TYPES_ALL_VL
12.2.2
-
VIEW: APPS.CN_LEDGER_BAL_TYPES_ALL_VL
12.1.1
-
TRIGGER: APPS.CN_LEDGER_BAL_TYPES_ALL_B+
12.2.2
-
APPS.CN_LEDGER_BAL_TYPES_ALL_PKG SQL Statements
12.1.1
-
VIEW: APPS.CN_LEDGER_BAL_TYPES_VL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.CN_LEDGER_BAL_TYPES_ALL_PKG SQL Statements
12.2.2
-
VIEW: APPS.CN_LEDGER_BAL_TYPES_VL
12.1.1
-
FUNCTION: APPS.CN_LEDGER_BAL_TYPES_ALL_B=
12.2.2
-
SYNONYM: APPS.CN_LEDGER_BAL_TYPES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CN_LEDGER_BAL_TYPES_B, status:VALID,
-
SYNONYM: APPS.CN_LEDGER_BAL_TYPES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CN_LEDGER_BAL_TYPES_ALL, status:VALID,
-
Table: CN_LEDGER_JOURNAL_ENTRIES_ALL
12.1.1
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_LEDGER_JOURNAL_ENTRIES_ALL, object_name:CN_LEDGER_JOURNAL_ENTRIES_ALL, status:VALID, product: CN - Incentive Compensation , description: Individual lines of journal entries , implementation_dba_data: CN.CN_LEDGER_JOURNAL_ENTRIES_ALL ,
-
SYNONYM: APPS.CN_LEDGER_BAL_TYPES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CN_LEDGER_BAL_TYPES_B, status:VALID,
-
SYNONYM: APPS.CN_LEDGER_BAL_TYPES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CN_LEDGER_BAL_TYPES_ALL, status:VALID,
-
VIEW: APPS.CN_LEDGER_BAL_TYPES_VL
12.1.1
owner:APPS, object_type:VIEW, object_name:CN_LEDGER_BAL_TYPES_VL, status:VALID,
-
VIEW: APPS.CN_LEDGER_BAL_TYPES_ALL_VL
12.2.2
owner:APPS, object_type:VIEW, object_name:CN_LEDGER_BAL_TYPES_ALL_VL, status:VALID,
-
TABLE: CN.CN_LEDGER_BAL_TYPES_ALL_B
12.2.2
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_LEDGER_BAL_TYPES_ALL_B, object_name:CN_LEDGER_BAL_TYPES_ALL_B, status:VALID,
-
Table: CN_LEDGER_JOURNAL_ENTRIES_ALL
12.2.2
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_LEDGER_JOURNAL_ENTRIES_ALL, object_name:CN_LEDGER_JOURNAL_ENTRIES_ALL, status:VALID, product: CN - Incentive Compensation , description: Individual lines of journal entries , implementation_dba_data: CN.CN_LEDGER_JOURNAL_ENTRIES_ALL ,
-
FUNCTION: APPS.CN_LEDGER_BAL_TYPES_ALL_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:CN_LEDGER_BAL_TYPES_ALL_B=, status:VALID,
-
VIEW: APPS.CN_LEDGER_BAL_TYPES_ALL_VL
12.1.1
owner:APPS, object_type:VIEW, object_name:CN_LEDGER_BAL_TYPES_ALL_VL, status:VALID,
-
VIEW: APPS.CN_LEDGER_BAL_TYPES_VL
12.2.2
owner:APPS, object_type:VIEW, object_name:CN_LEDGER_BAL_TYPES_VL, status:VALID,
-
PACKAGE BODY: APPS.CN_LEDGER_BAL_TYPES_ALL_PKG
12.2.2
-
TABLE: CN.CN_LEDGER_BAL_TYPES_ALL_B
12.1.1
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_LEDGER_BAL_TYPES_ALL_B, object_name:CN_LEDGER_BAL_TYPES_ALL_B, status:VALID,
-
PACKAGE BODY: APPS.CN_LEDGER_BAL_TYPES_ALL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CN_LEDGER_BAL_TYPES_ALL_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.CN_LEDGER_BAL_TYPES_ALL_PKG
12.1.1
-
PACKAGE BODY: APPS.CN_LEDGER_BAL_TYPES_ALL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CN_LEDGER_BAL_TYPES_ALL_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.CN_LEDGER_BAL_TYPES_ALL_PKG dependencies on CN_LEDGER_BAL_TYPES_ALL_TL
12.1.1
-
APPS.CN_LEDGER_BAL_TYPES_ALL_PKG dependencies on CN_LEDGER_BAL_TYPES_ALL_TL
12.2.2
-
eTRM - CN Tables and Views
12.1.1
-
eTRM - CN Tables and Views
12.2.2