Search Results mtl_intercompany_parameters_v
Overview
MTL_INTERCOMPANY_PARAMETERS_V is a reporting view owned by the APPS schema in Oracle E-Business Suite, associated with the INV – Inventory product. ETRM metadata flags the object with the description "10SC ONLY," indicating that its functional relevance is restricted to the discrete manufacturing intercompany flow. The view exposes configuration records from the intercompany parameters setup, which govern how inventory transfers and shipments between internal organizations are priced, invoiced, and accounted for.
The view's principal value lies in its denormalization of the base configuration table. Rather than requiring report developers to join organization, supplier, customer, transaction type, and site-use lookups manually, the view presents human-readable names alongside the underlying identifiers. This makes it suitable for intercompany setup listings, reconciliation reports, and integration extracts that must resolve raw IDs into descriptive attributes when interfacing with external systems or downstream EBS modules such as Order Management and Receivables.
The user search term "revalue_average_flag" corresponds directly to a column exposed by this view. That flag controls whether average costing is revalued when intercompany transfers are processed, and it appears in the view as MIP.REVALUE_AVERAGE_FLAG, sourced from the base table MTL_INTERCOMPANY_PARAMETERS.
Underlying Base Objects
The view is defined over a single driving table plus several supporting lookups. The primary table is MTL_INTERCOMPANY_PARAMETERS (exposed through a synonym), which stores the intercompany relationship definition between a shipping organization and a selling organization. Supporting objects include HR_ORGANIZATION_UNITS (aliased twice, HOU1 and HOU2) to resolve the ship and sell organization names; PO_VENDORS and PO_VENDOR_SITES_ALL for supplier and supplier-site details; HZ_CUST_ACCOUNTS, HZ_PARTIES, HZ_CUST_SITE_USES_ALL, and RA_CUST_TRX_TYPES_ALL for customer, address, transaction type, and site-use information.
The documented referenced objects also include the HR_SECURITY, HR_GENERAL, and FND_GLOBAL packages, which enforce organization-level security and context during query execution, and the HZ_CUST_ACCOUNTS synonym used in an inline subquery that derives the customer ID, name, and account number from HZ_PARTIES and HZ_CUST_ACCOUNTS. Supplier joins to PO_VENDORS and PO_VENDOR_SITES_ALL are outer joins (indicated by the (+) operator), reflecting that intercompany flows involving inventory transfers may not require a supplier, whereas customer-side joins are typically required.
Key Columns
- SHIP_ORGANIZATION_ID / SELL_ORGANIZATION_ID — identifying the shipping and selling inventory organizations that define the intercompany relationship.
- SHIP_ORGANIZATION_NAME / SELL_ORGANIZATION_NAME — descriptive names resolved from HR_ORGANIZATION_UNITS.
- FLOW_TYPE — indicates the direction or category of the intercompany flow.
- VENDOR_ID / SUPPLIER_NAME / VENDOR_SITE_ID / VENDOR_SITE — supplier-side attributes for procurement-style intercompany flows.
- CUSTOMER_ID / CUSTOMER_NAME / CUSTOMER_NUMBER — customer-side attributes derived from the HZ subquery.
- ADDRESS_ID / CUSTOMER_SITE_ID / LOCATION — ship-to and site-use details from HZ_CUST_SITE_USES_ALL.
- CUST_TRX_TYPE_ID / TRANSACTION_NAME — the receivables transaction type used for intercompany invoicing.
- REVALUE_AVERAGE_FLAG — controls whether average cost is revalued for the intercompany transaction.
- FREIGHT_CODE_COMBINATION_ID, INVENTORY_ACCRUAL_ACCOUNT_ID, EXPENSE_ACCRUAL_ACCOUNT_ID, INTERCOMPANY_COGS_ACCOUNT_ID — accounting flexfield references used to derive intercompany accounting entries.
- INV_CURRENCY_CODE — currency in which intercompany inventory transactions are processed.
- ATTRIBUTE1 through ATTRIBUTE15 — descriptive flexfield columns available for client-specific extensions.
- ROW_ID, CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — standard WHO columns supporting audit and concurrency.
Common Use Cases and Queries
Typical uses include auditing intercompany setup, verifying that the revalue average flag is correctly configured per organization pair, and feeding downstream reports or interfaces with resolved customer and supplier names. A representative query listing the relationships and the revalue average flag follows.
SELECT ship_organization_name, sell_organization_name, flow_type, customer_name, revalue_average_flag, inv_currency_code FROM apps.mtl_intercompany_parameters_v WHERE revalue_average_flag = 'Y';
To isolate flows tied to a specific supplier and transaction type:
SELECT ship_organization_name, sell_organization_name, supplier_name, transaction_name FROM apps.mtl_intercompany_parameters_v WHERE flow_type = 'SHIP' ORDER BY ship_organization_name, sell_organization_name;
When accounting configuration must be reviewed, the account combination IDs can be joined to GL_CODE_COMBINATIONS to obtain the underlying account strings. Because the view enforces organization security through HR_SECURITY, results are scoped to the organizations accessible to the querying user, which must be considered when building cross-organization reconciliation reports.
-
View: MTL_INTERCOMPANY_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_INTERCOMPANY_PARAMETERS_V, object_name:MTL_INTERCOMPANY_PARAMETERS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_INTERCOMPANY_PARAMETERS_V ,
-
View: MTL_INTERCOMPANY_PARAMETERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_INTERCOMPANY_PARAMETERS_V, object_name:MTL_INTERCOMPANY_PARAMETERS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_INTERCOMPANY_PARAMETERS_V ,
-
SYNONYM: APPS.MTL_INTERCOMPANY_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_INTERCOMPANY_PARAMETERS, status:VALID,
-
SYNONYM: APPS.MTL_INTERCOMPANY_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_INTERCOMPANY_PARAMETERS, status:VALID,
-
VIEW: APPS.MTL_INTERCOMPANY_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_INTERCOMPANY_PARAMETERS_V, object_name:MTL_INTERCOMPANY_PARAMETERS_V, status:VALID,
-
VIEW: APPS.MTL_INTERCOMPANY_PARAMETERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_INTERCOMPANY_PARAMETERS_V, object_name:MTL_INTERCOMPANY_PARAMETERS_V, status:VALID,
-
SYNONYM: APPS.RA_CUST_TRX_TYPES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RA_CUST_TRX_TYPES_ALL, status:VALID,
-
SYNONYM: APPS.RA_CUST_TRX_TYPES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RA_CUST_TRX_TYPES_ALL, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.HZ_CUST_SITE_USES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_SITE_USES_ALL, status:VALID,
-
SYNONYM: APPS.HZ_CUST_SITE_USES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_SITE_USES_ALL, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS, status:VALID,
-
VIEW: APPS.HR_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORGANIZATION_UNITS, object_name:HR_ORGANIZATION_UNITS, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS, status:VALID,
-
VIEW: APPS.HR_ORGANIZATION_UNITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORGANIZATION_UNITS, object_name:HR_ORGANIZATION_UNITS, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - INV Tables and Views
12.2.2
-
eTRM - INV Tables and Views
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - INV Tables and Views
12.2.2
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,