Search Results natural_account_id
Overview
APPS.AMW_EXPORT_KEY_ACC_V is a reporting view within the Oracle E-Business Suite Advanced Management Module (AMW), a component historically associated with the Enterprise Territory Management and related accounting intelligence functionality delivered under the ETRM (Enterprise Territory and Resource Management) product family. The view exposes a flattened, presentation-ready projection of accounting key accounts (natural accounts) as they relate to territory or processing hierarchies. Its primary role is to supply downstream consumers—reporting queries, concurrent programs, and export/integration routines—with a denormalized list of natural accounts keyed against process definitions and their hierarchical relationships.
In Oracle EBS 12.1.1 and 12.2.2, the AMW schema objects support the assignment of natural accounts to processes and party definitions. AMW_EXPORT_KEY_ACC_V is intended specifically to feed export operations, where a consolidated and distinct set of account identifiers is required. It is not a base transactional table; it is a read-only projection constructed from the AMW family of tables and views.
Underlying Base Objects
Although the view metadata documentation does not enumerate its referenced base objects, the view's definition references several AMW objects:
- AMW_PROCESS_VL (aliased APV) — the process definition view, supplying PROCESS_ID, DISPLAY_NAME (PDN), and PROCESS_CODE (PCD).
- AMW_ACCT_ASSOCIATIONS (AAA) — the association table linking accounts to objects such as PROCESS, filtered by OBJECT_TYPE='PROCESS'.
- AMW_FIN_KEY_ACCOUNTS_B (AFKAB) — the base financial key accounts table providing NATURAL_ACCOUNT_ID and NATURAL_ACCOUNT_VALUE.
- AMW_FIN_KEY_ACCOUNTS_TL (AFKAT) — the translated name for the financial key accounts, joined on ACCOUNT_GROUP_ID and NATURAL_ACCOUNT_ID with LANGUAGE set to the session language.
- AMW_PROC_HIERARCHY_DENORM (APHD) — the denormalized process hierarchy used to drive parent-child relationships.
- AMW_FIN_KEY_ACCOUNTS_VL — referenced in a scalar subquery to build the composite NAID string.
The view is a UNION ALL of two similarly structured SELECT statements, distinguished by context and party linkage.
Key Columns
The most relevant columns, and those returned by the user's search term "natural_account_id," include:
- ACC_CTX — context identifier, hardcoded here as 'PROC_HIER' to denote the process-hierarchy context.
- ACC_PPID — the parent/processing hierarchy process ID (mapped from APHD.PROCESS_ID).
- PDN — the process display name.
- PCD — the process code.
- ANM — the account name derived from the translated financial key accounts.
- natural_account_value — the account value string.
- natural_account_id — the numeric identifier of the natural account, central to account-key resolution.
- party_id — set to -100 in the first branch and sourced from a role view in the second.
- naid — a composite concatenated string built from natural_account_value, account_group_id, natural_account_id, and parent_natural_account_id, used as a unique display key.
Common Use Cases and Queries
Typical usage includes extracting the distinct natural accounts associated with a process hierarchy for export, reconciliation, or migration. For example:
SELECT natural_account_id, natural_account_value, ANM, PCD, PDN FROM APPS.AMW_EXPORT_KEY_ACC_V WHERE ACC_CTX = 'PROC_HIER';
To filter by a specific account group or parent account, join to AMW_FIN_KEY_ACCOUNTS_B or filter NAID. The view is commonly queried by concurrent export programs and by analysts tracing which natural accounts map to a given process code (PCD). Because it is a view, no DML should be attempted against it; all maintenance must occur on the underlying AMW base tables.
-
APPS.FEM_NAT_ACCTS_PKG SQL Statements
12.1.1
-
VIEW: APPS.AMW_EXPORT_KEY_ACC_V
12.1.1
-
VIEW: APPS.RCI_SIGNIFICANT_ACCT_V
12.1.1
-
APPS.AMW_ASSERTIONS_PKG SQL Statements
12.1.1
-
TABLE: APPS.FEM_BAL_NAEXPR_ATTR_MV
12.1.1
owner:APPS, object_type:TABLE, object_name:FEM_BAL_NAEXPR_ATTR_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.FII_FA_EXP_MV
12.1.1
-
TABLE: AMW.AMW_FIN_ITEM_ACC_CTRL
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_ITEM_ACC_CTRL, object_name:AMW_FIN_ITEM_ACC_CTRL, status:VALID,
-
TABLE: APPS.FEM_BAL_NAEXCC_ATTR_MV
12.1.1
owner:APPS, object_type:TABLE, object_name:FEM_BAL_NAEXCC_ATTR_MV, status:VALID,
-
PACKAGE BODY: APPS.FEM_NAT_ACCTS_PKG
12.1.1
-
TABLE: AMW.AMW_FIN_ITEM_ACC_RISK
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_ITEM_ACC_RISK, object_name:AMW_FIN_ITEM_ACC_RISK, status:VALID,
-
TABLE: APPS.FEM_BAL_BASE_SUMMARY_MV
12.1.1
owner:APPS, object_type:TABLE, object_name:FEM_BAL_BASE_SUMMARY_MV, status:VALID,
-
TABLE: APPS.FII_FA_EXP_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.FII_FA_EXP_MV, object_name:FII_FA_EXP_MV, status:VALID,
-
VIEW: APPS.GCS_NAT_ACCTS_HIER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GCS.GCS_NAT_ACCTS_HIER_V, object_name:GCS_NAT_ACCTS_HIER_V, status:VALID,
-
VIEW: APPS.GCS_NAT_ACCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GCS.GCS_NAT_ACCTS_V, object_name:GCS_NAT_ACCTS_V, status:VALID,
-
APPS.GCS_INTERCO_DYN_BUILD_PKG SQL Statements
12.1.1
-
APPS.GCS_CURR_TREATMENTS_PKG SQL Statements
12.1.1
-
TABLE: FEM.FEM_NAT_ACCTS_PRIV
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_NAT_ACCTS_PRIV, status:VALID,
-
APPS.AMW_FINSTMT_CERT_MIG_PKG SQL Statements
12.1.1
-
TABLE: APPS.FEM_NAT_ACCTS_ATTRD_MV
12.1.1
owner:APPS, object_type:TABLE, object_name:FEM_NAT_ACCTS_ATTRD_MV, status:VALID,
-
TABLE: AMW.AMW_FIN_KEY_ACCOUNTS_TL
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_KEY_ACCOUNTS_TL, object_name:AMW_FIN_KEY_ACCOUNTS_TL, status:VALID,
-
TABLE: FEM.FEM_NAT_ACCTS_ATTR
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_NAT_ACCTS_ATTR, status:VALID,
-
APPS.AMW_LOAD_KEY_ACC_DATA SQL Statements
12.1.1
-
TABLE: FEM.FEM_NAT_ACCTS_TL
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_NAT_ACCTS_TL, status:VALID,
-
TABLE: AMW.AMW_FIN_KEY_ACCOUNTS_B
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_KEY_ACCOUNTS_B, object_name:AMW_FIN_KEY_ACCOUNTS_B, status:VALID,
-
TABLE: AMW.AMW_FIN_CERT_SCOPE
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_CERT_SCOPE, object_name:AMW_FIN_CERT_SCOPE, status:VALID,
-
APPS.RCI_SIG_ACCT_EVAL_SUMM_PKG SQL Statements
12.1.1
-
VIEW: APPS.GCS_ITEMS_TO_NAT_ACCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GCS.GCS_ITEMS_TO_NAT_ACCTS_V, object_name:GCS_ITEMS_TO_NAT_ACCTS_V, status:VALID,
-
VIEW: APPS.AMW_EXPORT_KEY_ACC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_EXPORT_KEY_ACC_V, object_name:AMW_EXPORT_KEY_ACC_V, status:VALID,
-
View: AMW_FIN_STMNT_KEY_ACCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_FIN_STMNT_KEY_ACCT_V, object_name:AMW_FIN_STMNT_KEY_ACCT_V, status:VALID, product: AMW - Internal Controls Manager , description: Stores a List of Natural/Key Accounts and how it form the hierarchy within a Financial Statement in Oracle ICM , implementation_dba_data: APPS.AMW_FIN_STMNT_KEY_ACCT_V ,
-
View: AMW_FIN_STMNT_KEY_ACCT_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Stores a List of Natural/Key Accounts and how it form the hierarchy within a Financial Statement in Oracle ICM , implementation_dba_data: Not implemented in this database ,
-
APPS.GCS_TRANS_RE_DYN_BUILD_PKG SQL Statements
12.1.1
-
APPS.GCS_TRANS_HRATES_DYN_BUILD_PKG SQL Statements
12.1.1
-
PACKAGE: APPS.GCS_CURR_TREATMENTS_PKG
12.1.1
-
View: GCS_CURR_TREATMENTS_VL
12.2.2
product: GCS - Financial Consolidation Hub (Obsolete) , description: Currency treatments information , implementation_dba_data: Not implemented in this database ,
-
APPS.RCI_CTRL_DETAIL_ETL_PKG SQL Statements
12.1.1
-
VIEW: APPS.AMW_FIN_STMNT_KEY_ACCT_V
12.1.1
-
TABLE: FEM.FEM_NAT_ACCTS_B
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_NAT_ACCTS_B, status:VALID,
-
VIEW: APPS.AMW_NATURAL_ACCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_NATURAL_ACCT_V, object_name:AMW_NATURAL_ACCT_V, status:VALID,
-
VIEW: APPS.FEM_DSNP_NAT_ACCTS_ATTR_V
12.1.1
-
APPS.GCS_XML_DYNAMIC_PKG SQL Statements
12.1.1
-
MATERIALIZED VIEW: APPS.FEM_BAL_NAEXCC_ATTR_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:FEM_BAL_NAEXCC_ATTR_MV, status:VALID,
-
View: GCS_CURR_TREATMENTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GCS.GCS_CURR_TREATMENTS_VL, object_name:GCS_CURR_TREATMENTS_VL, status:VALID, product: GCS - Financial Consolidation Hub , description: Currency treatments information , implementation_dba_data: APPS.GCS_CURR_TREATMENTS_VL ,
-
TABLE: AMW.AMW_FIN_ITEMS_KEY_ACC
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_FIN_ITEMS_KEY_ACC, object_name:AMW_FIN_ITEMS_KEY_ACC, status:VALID,
-
APPS.FEM_DATA_TEMPLATE_UTIL_PKG SQL Statements
12.1.1
-
APPS.AMW_FINSTMT_CERT_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMW_ASSERTIONS_PKG
12.1.1
-
TABLE: FEM.FEM_DSNP_NAT_ACCTS_ATTR
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_DSNP_NAT_ACCTS_ATTR, status:VALID,
-
APPS.AMW_IMPORT_STMNTS_ACCS_PKG SQL Statements
12.1.1
-
TABLE: AMW.AMW_ACCOUNT_ASSERTIONS
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_ACCOUNT_ASSERTIONS, object_name:AMW_ACCOUNT_ASSERTIONS, status:VALID,
-
TABLE: FII.FII_GL_CCID_DIMENSIONS
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_GL_CCID_DIMENSIONS, object_name:FII_GL_CCID_DIMENSIONS, status:VALID,