Search Results inv_yes_no_error
Overview
APPS.MTL_MATERIAL_TXNS_VAL_V is a validation and reporting view in Oracle E-Business Suite that presents material transaction data drawn from the Inventory transactions model. It exposes a denormalized set of transaction attributes alongside decoded lookup meanings and descriptive names for related reference entities. Rather than requiring report authors or integration developers to join MTL_MATERIAL_TRANSACTIONS manually against transaction types, source types, reasons, lookups, items, and organizations, the view performs those joins and presents human-readable values such as TRANSACTION_TYPE_NAME, TRANSACTION_ACTION, COSTED_FLAG_1, and TRANSACTION_SOURCE_TYPE_NAME.
The view also surfaces validation-related fields, notably ERROR_CODE and ERROR_EXPLANATION, which align with the search term "inv_yes_no_error." In EBS Inventory, cost management and transaction processing use yes/no validation semantics; the ERROR_CODE and error explanation columns allow consumers to detect whether a material transaction has failed validation and to retrieve the associated message. This makes the view suitable for diagnostics, reconciliation, and interfaces that must distinguish successfully processed transactions from those flagged in error.
Underlying Base Objects
The documented base objects are predominantly synonyms and views owned by APPS. The primary driving table is MTL_MATERIAL_TRANSACTIONS (referenced as a synonym), which stores the raw transaction records. Supporting reference objects include MTL_TRANSACTION_TYPES, MTL_TXN_SOURCE_TYPES, MTL_TRANSACTION_REASONS, MFG_LOOKUPS, and MTL_SYSTEM_ITEMS_VL, which supply decoded names, lookup meanings, and item descriptions. Organizational context is resolved through HR_ORG_UNITS_NO_JOIN plus the packages HR_GENERAL and HR_SECURITY, and BOM_DEPARTMENTS supplies department codes. Additional supply-chain attributes come from WMS_LICENSE_PLATE_NUMBERS and CST_COST_GROUPS. Because HR_SECURITY is among the dependencies, the view may be subject to organization-level security filtering depending on the runtime environment.
Key Columns
- TRANSACTION_ID, INVENTORY_ITEM_ID, REVISION, ORGANIZATION_ID — core transaction and item identity.
- SUBINVENTORY, LOCATOR_ID — physical inventory placement.
- TRANSACTION_TYPE_ID, TRANSACTION_TYPE_NAME, TRANSACTION_ACTION_ID, TRANSACTION_ACTION — classification and the decoded action meaning.
- COSTED_FLAG, COSTED_FLAG_1, PM_COST_COLLECTED, PM_COST_COLLECTED_1 — costing status and decoded meanings.
- TRANSACTION_SOURCE_TYPE_ID, TRANSACTION_SOURCE_TYPE_NAME, TRANSACTION_SOURCE_NAME — origin of the transaction.
- TRANSACTION_QUANTITY, PRIMARY_QUANTITY, TRANSACTION_UOM, TRANSACTION_DATE — quantity and timing measures.
- ERROR_CODE, ERROR_EXPLANATION — validation failure indicators central to the "inv_yes_no_error" search.
- ATTRIBUTE1 through ATTRIBUTE15 — descriptive flexfield segments.
Common Use Cases and Queries
Typical uses include transaction validation reporting, error reconciliation between Inventory and Cost Management, and integration extraction. The following query lists failed transactions for an organization:
SELECT transaction_id, inventory_item_id, transaction_type_name, transaction_date, error_code, error_explanation FROM apps.mtl_material_txns_val_v WHERE organization_id = :org_id AND error_code IS NOT NULL;
To summarize costing status by transaction type:
SELECT transaction_type_name, costed_flag_1, COUNT(*) FROM apps.mtl_material_txns_val_v WHERE transaction_date BETWEEN :start_date AND :end_date GROUP BY transaction_type_name, costed_flag_1;
These patterns support audit, exception handling, and downstream reconciliation where raw identifiers must be resolved to readable values.
-
Lookup Type: INV_YES_NO_ERROR
12.2.2
product: INV - Inventory , meaning: INV YES NO ERROR ,
-
Lookup Type: INV_YES_NO_ERROR
12.1.1
product: INV - Inventory , meaning: INV YES NO ERROR ,
-
VIEW: APPS.MTL_MATERIAL_TXNS_VAL_V
12.2.2
-
VIEW: APPS.MTL_RESERVATIONS_INTERFACE_V
12.2.2
-
VIEW: APPS.MTL_RESERVATIONS_INTERFACE_V
12.1.1
-
VIEW: APPS.MTL_MATERIAL_TXNS_VAL_V
12.1.1
-
VIEW: APPS.MTL_DEMAND_INTERFACE_V
12.2.2
-
APPS.INV_VIEW_MTL_TXN SQL Statements
12.1.1
-
VIEW: APPS.MTL_DEMAND_INTERFACE_V
12.1.1
-
View: MTL_MATERIAL_TXNS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_MATERIAL_TXNS_VAL_V, object_name:MTL_MATERIAL_TXNS_VAL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_MATERIAL_TXNS_VAL_V ,
-
View: MTL_RESERVATIONS_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_RESERVATIONS_INTERFACE_V, object_name:MTL_RESERVATIONS_INTERFACE_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_RESERVATIONS_INTERFACE_V ,
-
View: MTL_MATERIAL_TXNS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_MATERIAL_TXNS_VAL_V, object_name:MTL_MATERIAL_TXNS_VAL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_MATERIAL_TXNS_VAL_V ,
-
VIEW: APPS.MTL_TRANSACTIONS_INTERFACE_V
12.2.2
-
VIEW: APPS.MTL_TRANSACTIONS_INTERFACE_V
12.1.1
-
View: MTL_RESERVATIONS_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_RESERVATIONS_INTERFACE_V, object_name:MTL_RESERVATIONS_INTERFACE_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_RESERVATIONS_INTERFACE_V ,
-
12.1.1 FND Design Data
12.1.1
-
APPS.INV_VIEW_MTL_TXN SQL Statements
12.2.2
-
View: MTL_DEMAND_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEMAND_INTERFACE_V, object_name:MTL_DEMAND_INTERFACE_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_DEMAND_INTERFACE_V ,
-
View: MTL_DEMAND_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEMAND_INTERFACE_V, object_name:MTL_DEMAND_INTERFACE_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_DEMAND_INTERFACE_V ,
-
12.2.2 FND Design Data
12.2.2
-
View: MTL_TRANSACTIONS_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTIONS_INTERFACE_V, object_name:MTL_TRANSACTIONS_INTERFACE_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_TRANSACTIONS_INTERFACE_V ,
-
View: MTL_TRANSACTIONS_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTIONS_INTERFACE_V, object_name:MTL_TRANSACTIONS_INTERFACE_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_TRANSACTIONS_INTERFACE_V ,
-
PACKAGE BODY: APPS.INV_VIEW_MTL_TXN
12.1.1
-
APPS.CST_PENDINGTXNSREPORT_PVT SQL Statements
12.2.2
-
APPS.CST_PENDINGTXNSREPORT_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.INV_VIEW_MTL_TXN
12.2.2
-
APPS.INV_VIEW_MTL_TXN dependencies on MFG_LOOKUPS
12.2.2
-
APPS.INV_VIEW_MTL_TXN dependencies on MFG_LOOKUPS
12.1.1
-
PACKAGE BODY: APPS.CST_PENDINGTXNSREPORT_PVT
12.2.2
-
PACKAGE BODY: APPS.CST_PENDINGTXNSREPORT_PVT
12.1.1