Search Results ja_cn_cfs_data_clt_pkg
Overview
JA_CN_CFS_DATA_CLT_PKG is an Oracle EBS PL/SQL package owned by the APPS schema that supports the China Cash Flow Statement (CFS) localization feature within the Oracle Financials for China (JA_CN) product family. Its principal business role is to collect, transform, and stage financial transaction data required to generate the statutory Cash Flow Statement mandated by Chinese accounting regulations. The package acts as a data collection and preprocessing layer, bridging subledger transaction data held in Oracle Payables, Oracle General Ledger, and related modules into a structure suitable for CFS reporting. Its status is recorded as VALID in the ETRM repository for both 12.1.1 and 12.2.2.
The object is classified as OTHER in the ETRM metadata, indicating it is not a formally published public API but an internal, package-body-driven utility invoked by concurrent processing logic. It depends only on SYS.STANDARD at the direct dependency level and is itself referenced by JA_CN_CFS_CONC_PROG and by eighteen other packages, confirming its position as a shared back-end utility within the CFS localization subsystem.
Key Procedures and Functions
Three documented program units are exposed by this package:
- CFS_DATA_CLT — The primary data collection routine. It gathers and consolidates the source financial data needed for Cash Flow Statement generation, drawing from the subledger and general ledger tables listed below.
- GET_BALANCING_SEGMENT — A helper that resolves the balancing segment value (typically the company or legal entity segment) used to identify and separate accounting data by reporting entity. This is essential where CFS output must be produced per balancing segment.
- GET_PERIOD_NAME — A utility that determines the accounting period name associated with the data being processed, ensuring that CFS collection is scoped to the correct GL period.
Because the object is classified as OTHER and its source is not published, parameter lists are not documented here; consumers should treat these as internal entry points driven by the concurrent program layer.
Tables Accessed
The package references a broad set of APPS synonyms reflecting both setup metadata and transactional data:
- Application and currency setup: FND_APPLICATION, FND_CURRENCIES.
- Key flexfield infrastructure: FND_FLEX_VALUES, FND_FLEX_VALUE_SETS, FND_ID_FLEX_SEGMENTS, FND_SEGMENT_ATTRIBUTE_VALUES — used to resolve segment values and attributes such as the balancing segment.
- Subledger transactions (Payables): FUN_DIST_LINES, FUN_TRX_BATCHES, FUN_TRX_HEADERS, FUN_TRX_LINES, FUN_TRX_TYPES_TL — supplying distribution and transaction detail.
- General Ledger: GL_JE_HEADERS, GL_JE_CATEGORIES_TL, GL_DAILY_RATES, GL_CODE_COMBINATIONS — providing journal headers, categories, exchange rates, and account validation.
Usage Notes
JA_CN_CFS_DATA_CLT_PKG is not intended for direct interactive invocation by end users. It is typically called as part of the China Cash Flow Statement concurrent program flow, most directly via JA_CN_CFS_CONC_PROG, and is shared by eighteen downstream packages. Customizations should avoid modifying the package directly; instead, extensions should be layered at the concurrent program or reporting level. Because the package handles localization-specific statutory reporting, changes carry compliance risk and should be validated against Oracle's localized patches for the installed EBS release.
-
PACKAGE: APPS.JA_CN_CFS_DATA_CLT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JA_CN_CFS_DATA_CLT_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_CFS_DATA_CLT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_CFS_DATA_CLT_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_CFS_DATA_CLT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_CFS_DATA_CLT_PKG, status:VALID,
-
PACKAGE: APPS.JA_CN_CFS_DATA_CLT_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JA_CN_CFS_DATA_CLT_PKG, status:VALID,
-
SYNONYM: APPS.JA_CN_CFS_ACTIVITIES_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JA_CN_CFS_ACTIVITIES_S, status:VALID,
-
SYNONYM: APPS.JA_CN_CASH_ACCOUNTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JA_CN_CASH_ACCOUNTS_ALL, status:VALID,
-
SYNONYM: APPS.JA_CN_DFF_ASSIGNMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JA_CN_DFF_ASSIGNMENTS, status:VALID,
-
SYNONYM: APPS.FUN_TRX_TYPES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FUN_TRX_TYPES_TL, status:VALID,
-
SYNONYM: APPS.JA_CN_LEDGER_LE_BSV_GT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JA_CN_LEDGER_LE_BSV_GT, status:VALID,
-
SYNONYM: APPS.JA_CN_CFS_ACTIVITIES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JA_CN_CFS_ACTIVITIES_ALL, status:VALID,
-
PACKAGE: APPS.JA_CN_CFS_CLT_SLA_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JA_CN_CFS_CLT_SLA_PKG, status:VALID,
-
SYNONYM: APPS.FUN_TRX_TYPES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FUN_TRX_TYPES_TL, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_FA_BI_EXPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_FA_BI_EXPORT_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_FA_MM_EXPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_FA_MM_EXPORT_PKG, status:VALID,
-
SYNONYM: APPS.FUN_TRX_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FUN_TRX_LINES, status:VALID,
-
SYNONYM: APPS.GL_JE_CATEGORIES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_JE_CATEGORIES_TL, status:VALID,
-
SYNONYM: APPS.GL_JE_CATEGORIES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_JE_CATEGORIES_TL, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_AP_VALIDATION_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_AP_VALIDATION_PKG, status:VALID,
-
SYNONYM: APPS.FUN_DIST_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FUN_DIST_LINES, status:VALID,
-
SYNONYM: APPS.JA_CN_SYSTEM_PARAMETERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JA_CN_SYSTEM_PARAMETERS_ALL, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_FA_RAI_EXPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_FA_RAI_EXPORT_PKG, status:VALID,
-
SYNONYM: APPS.JA_CN_CASH_ACCOUNTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JA_CN_CASH_ACCOUNTS_ALL, status:VALID,
-
SYNONYM: APPS.JA_CN_CFS_ITEM_MAPPING_HDRS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JA_CN_CFS_ITEM_MAPPING_HDRS, status:VALID,
-
SYNONYM: APPS.JA_CN_CFS_ACTIVITIES_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JA_CN_CFS_ACTIVITIES_S, status:VALID,
-
SYNONYM: APPS.JA_CN_CFS_ITEM_MAPPING_HDRS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JA_CN_CFS_ITEM_MAPPING_HDRS, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_FA_ADI_EXPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_FA_ADI_EXPORT_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_PS_FA_BI_EXP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_PS_FA_BI_EXP_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_PS_FA_MI_EXP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_PS_FA_MI_EXP_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_PS_FA_AC_EXP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_PS_FA_AC_EXP_PKG, status:VALID,
-
PACKAGE: APPS.JA_CN_CFS_CLT_SLA_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JA_CN_CFS_CLT_SLA_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_FA_AC_EXPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_FA_AC_EXPORT_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_FA_ACUI_EXPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_FA_ACUI_EXPORT_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_FA_ACS_EXPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_FA_ACS_EXPORT_PKG, status:VALID,
-
SYNONYM: APPS.FUN_DIST_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FUN_DIST_LINES, status:VALID,
-
SYNONYM: APPS.JA_CN_CFS_ACTIVITIES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JA_CN_CFS_ACTIVITIES_ALL, status:VALID,
-
SYNONYM: APPS.JA_CN_SYSTEM_PARAMETERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JA_CN_SYSTEM_PARAMETERS_ALL, status:VALID,
-
PACKAGE: APPS.FUN_TCA_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FUN_TCA_PKG, status:VALID,
-
SYNONYM: APPS.FUN_TRX_BATCHES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FUN_TRX_BATCHES, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_AR_VALIDATION_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_AR_VALIDATION_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_FA_ADIRA_EXPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_FA_ADIRA_EXPORT_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.JA_CN_AR_RBD_EXPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_AR_RBD_EXPORT_PKG, status:VALID,
-
PACKAGE: APPS.JA_CN_UTILITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JA_CN_UTILITY, status:VALID,
-
SYNONYM: APPS.FUN_TRX_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FUN_TRX_LINES, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_POST_UTILITY_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_POST_UTILITY_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_FA_MI_EXPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_FA_MI_EXPORT_PKG, status:VALID,
-
SYNONYM: APPS.JA_CN_DFF_ASSIGNMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JA_CN_DFF_ASSIGNMENTS, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_CFS_CONC_PROG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_CFS_CONC_PROG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_AP_PBD_EXPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_AP_PBD_EXPORT_PKG, status:VALID,
-
PACKAGE: APPS.JA_CN_CFS_DATA_CLT_PKG
12.1.1