Search Results func_begin_balance_dr
Overview
APPS.JA_CN_ACCOUNT_BALANCES_V is a reporting view owned by the APPS schema and registered in FND Design Data as FND.JA_CN_ACCOUNT_BALANCES_V. It is part of the Oracle E-Business Suite localization feature set for China (JA_CN), which supports Chinese statutory accounting and reporting requirements. The view presents consolidated account balance information at the ledger, legal entity, company segment, cost center, account segment, and period level, together with optional third-party, project, and personnel dimensions.
The view is designed to expose both functional-currency and original-currency balance figures. For each accounting period it publishes opening balances, period net activity, and closing balances, each split into debit and credit amounts as well as combined net amounts. This structure makes the view suitable for financial statement generation, account balance inquiries, reconciliation between functional and original currency, and downstream integration with external statutory reporting systems. Its status is VALID in the documented environment, indicating that it compiles and is accessible to reporting tools such as Oracle Reports, BI Publisher, and ad hoc SQL clients.
Underlying Base Objects
The documented dependency information identifies a single referenced object: the base table APPS.JA_CN_ACCOUNT_BALANCES, which is accessed through the synonym JA_CN_ACCOUNT_BALANCES. The view therefore acts as a presentation and namespace layer over the China account balances base table, exposing selected and possibly derived columns in a stable column order.
Because the view is registered in FND Design Data and is owned by APPS, it follows the standard Oracle EBS convention for seeded localization views: the base table stores the transactional and summarized balances, while the view provides a governed interface for reporting and integration. Customers should treat the view as read-only and reference it rather than the base table where possible, since the view definition may be patched or enhanced during localization upgrades.
Key Columns
- LEDGER_ID / LEGAL_ENTITY_ID — Identifies the accounting ledger and legal entity to which the balance row belongs.
- COMPANY_SEGMENT, COST_CENTER, ACCOUNT_SEGMENT — Accounting flexfield components that identify the balancing and cost center context of the row.
- PERIOD_NAME, PERIOD_MON — The accounting period name and its numeric month indicator.
- CURRENCY_CODE — The original (transaction) currency in which the original-currency amounts are expressed.
- ACCOUNT_TYPE — Classifies the account (for example, asset, liability, revenue, or expense), which determines the sign convention applied to balances.
- THIRD_PARTY_TYPE, THIRD_PARTY_ID, THIRD_PARTY_NUMBER — Optional supplier, customer, or other third-party context for subsidiary balance analysis.
- PROJECT_ID, PROJECT_NUMBER, PROJECT_SOURCE — Project attribution for project-related balances.
- PERSONNEL_ID, PERSONNEL_NUMBER — Employee attribution where balances relate to personnel.
- FUNC_BEGIN_BALANCE_DR / FUNC_BEGIN_BALANCE_CR, ORIG_BEGIN_BALANCE_DR / ORIG_BEGIN_BALANCE_CR — Opening debit and credit balances in functional and original currency.
- FUNC_PERIOD_NET_DR / FUNC_PERIOD_NET_CR, ORIG_PERIOD_NET_DR / ORIG_PERIOD_NET_CR — Period net debit and credit activity in functional and original currency.
- FUNC_END_BALANCE_DR / FUNC_END_BALANCE_CR, ORIG_END_BALANCE_DR / ORIG_END_BALANCE_CR — Closing debit and credit balances in functional and original currency. The column ORIG_END_BALANCE_DR corresponds directly to the user search term and holds the closing debit balance in the original currency.
- FUNC_BEGIN_BALANCE, ORIG_BEGIN_BALANCE, FUNC_END_BALANCE, ORIG_END_BALANCE — Net opening and closing balances derived from the debit and credit components, in functional and original currency respectively.
Common Use Cases and Queries
The view is typically queried to produce Chinese statutory account balance reports, to reconcile functional and original currency balances, and to feed external reporting extracts. A common pattern is to retrieve the closing original-currency debit balance for a given ledger, account segment, and period.
The following query returns closing original-currency debit balances for a specified period:
SELECT ledger_id, period_name, account_segment, currency_code,orig_begin_balance_dr, orig_period_net_dr, orig_end_balance_drFROM apps.ja_cn_account_balances_vWHERE period_name = :period_nameAND ledger_id = :ledger_idORDER BY account_segment;
Another frequent scenario aggregates net functional closing balances by legal entity and account type for financial statement preparation:
SELECT legal_entity_id, account_type, SUM(func_end_balance) end_balanceFROM apps.ja_cn_account_balances_vWHERE period_name = :period_nameGROUP BY legal_entity_id, account_type;
Because the view exposes the underlying table columns directly, standard EBS security and ledger access controls apply at the data level rather than being enforced within the view itself. When used in concurrent programs or BI Publisher data models, the period name and ledger identifiers should always be bound parameters to keep result sets small and consistent with the reporting ledger context.
-
VIEW: APPS.JA_CN_ACCOUNT_BALANCES_V
12.1.1
-
VIEW: APPS.JA_CN_ACCOUNT_BALANCES_V
12.2.2
-
View: JA_CN_ACCOUNT_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.JA_CN_ACCOUNT_BALANCES_V, object_name:JA_CN_ACCOUNT_BALANCES_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.JA_CN_ACCOUNT_BALANCES_V ,
-
View: JA_CN_ACCOUNT_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.JA_CN_ACCOUNT_BALANCES_V JA.JA_CN_ACCOUNT_BALANCES_V, object_name:JA_CN_ACCOUNT_BALANCES_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.JA_CN_ACCOUNT_BALANCES_V ,
-
View: JA_CN_ACCOUNT_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.JA_CN_ACCOUNT_BALANCES_V JA.JA_CN_ACCOUNT_BALANCES_V, object_name:JA_CN_ACCOUNT_BALANCES_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JA_CN_ACCOUNT_BALANCES_V ,
-
VIEW: JA.JA_CN_ACCOUNT_BALANCES#
12.2.2
-
APPS.JA_CN_POST_UTILITY_PKG SQL Statements
12.1.1
-
VIEW: APPS.JA_CN_ACCOUNT_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.JA_CN_ACCOUNT_BALANCES_V, object_name:JA_CN_ACCOUNT_BALANCES_V, status:VALID,
-
APPS.JA_CN_POST_UTILITY_PKG SQL Statements
12.2.2
-
VIEW: JA.JA_CN_ACCOUNT_BALANCES#
12.2.2
owner:JA, object_type:VIEW, object_name:JA_CN_ACCOUNT_BALANCES#, status:VALID,
-
VIEW: APPS.JA_CN_ACCOUNT_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.JA_CN_ACCOUNT_BALANCES_V JA.JA_CN_ACCOUNT_BALANCES_V, object_name:JA_CN_ACCOUNT_BALANCES_V, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_POST_UTILITY_PKG
12.1.1
-
TABLE: JA.JA_CN_ACCOUNT_BALANCES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JA_CN_ACCOUNT_BALANCES, object_name:JA_CN_ACCOUNT_BALANCES, status:VALID,
-
TABLE: JA.JA_CN_ACCOUNT_BALANCES_POST_GT
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JA_CN_ACCOUNT_BALANCES_POST_GT, object_name:JA_CN_ACCOUNT_BALANCES_POST_GT, status:VALID,
-
TABLE: JA.JA_CN_ACCOUNT_BALANCES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JA_CN_ACCOUNT_BALANCES, object_name:JA_CN_ACCOUNT_BALANCES, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_POST_UTILITY_PKG
12.2.2
-
TABLE: JA.JA_CN_ACCOUNT_BALANCES_POST_GT
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JA_CN_ACCOUNT_BALANCES_POST_GT, object_name:JA_CN_ACCOUNT_BALANCES_POST_GT, status:VALID,
-
APPS.JA_CN_AP_PBD_EXPORT_PKG SQL Statements
12.2.2
-
APPS.JA_CN_POST_UTILITY_PKG dependencies on JA_CN_ACCOUNT_BALANCES_POST_GT
12.2.2
-
APPS.JA_CN_POST_UTILITY_PKG dependencies on JA_CN_ACCOUNT_BALANCES_POST_GT
12.1.1
-
APPS.JA_CN_AP_PBD_EXPORT_PKG dependencies on JA_CN_ACCOUNT_BALANCES
12.2.2
-
APPS.JA_CN_POST_UTILITY_PKG dependencies on JA_CN_ACCOUNT_BALANCES
12.1.1
-
APPS.JA_CN_POST_UTILITY_PKG dependencies on FND_GLOBAL
12.1.1
-
APPS.JA_CN_POST_UTILITY_PKG dependencies on JA_CN_ACCOUNT_BALANCES
12.2.2
-
APPS.JA_CN_AR_RBD_EXPORT_PKG dependencies on JA_CN_ACCOUNT_BALANCES
12.2.2
-
APPS.JA_CN_AR_RBD_EXPORT_PKG SQL Statements
12.2.2
-
APPS.JA_CN_POST_UTILITY_PKG dependencies on FND_GLOBAL
12.2.2
-
PACKAGE BODY: APPS.JA_CN_AP_PBD_EXPORT_PKG
12.2.2
-
PACKAGE BODY: APPS.JA_CN_AR_RBD_EXPORT_PKG
12.2.2
-
eTRM - JA Tables and Views
12.1.1
description: The 'JA_CN_SYSTEM_PARAMETERS_ALL' table stores information defined by 'System Options' form, 'Electronic Accounting Book Export' program will get most data from data in the table. A legal entity can only have one record in the table. ,
-
eTRM - JA Tables and Views
12.2.2
description: The 'JA_CN_VOUCHER_NUMBER' table stores the voucher number of GL journal lines. ,
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,