Search Results pending_issue_quantity
Overview
APPS.INVFV_INVENTORY_RESERVATIONS is a Business Intelligence System (BIS) view in Oracle E-Business Suite, owned by the APPS schema and registered under FND Design Data INV.INVFV_INVENTORY_RESERVATIONS. The view presents the holds placed on specific inventory items, assuring that a defined quantity of an item is available on a given required date when a transaction is processed against a particular charge entity. In practical terms, it exposes reservation and demand information maintained by Oracle Inventory, allowing reservations to be analyzed without navigating the underlying MTL_DEMAND and MTL_SALES_ORDERS tables directly.
Because it is a BIS view rather than a transactional table, INVFV_INVENTORY_RESERVATIONS is intended for read-only reporting, ad-hoc querying, and data extraction. The view is documented as VALID in both 12.1.1 and 12.2.2, and appears in ETRM metadata with the dependency chain expanded to its base objects. Its principal value to report developers and integration specialists is that it flattens organization, item, demand source, reservation, and issuance information into a single queryable structure, which is useful when investigating the pending_issue_quantity — the quantity reserved against a demand but not yet issued.
Underlying Base Objects
The documented dependency list for this view includes GL_CODE_COMBINATIONS (SYNONYM), HR_ALL_ORGANIZATION_UNITS (SYNONYM), INV_CONVERT (PACKAGE), MTL_DEMAND (SYNONYM), MTL_GENERIC_DISPOSITIONS (SYNONYM), MTL_ITEM_LOCATIONS (SYNONYM), MTL_PARAMETERS (SYNONYM), MTL_SALES_ORDERS (SYNONYM), MTL_SYSTEM_ITEMS (SYNONYM), and MTL_TXN_SOURCE_TYPES (SYNONYM).
MTL_DEMAND is the central transactional source of the reservation records; each reservation corresponds to a demand row, identified by DEMAND_ID. MTL_SYSTEM_ITEMS supplies the item definition and key flexfield name, while HR_ALL_ORGANIZATION_UNITS and MTL_PARAMETERS provide the inventory organization name and code. MTL_SALES_ORDERS links reservations back to sales orders, and MTL_TXN_SOURCE_TYPES supplies the demand source type name. MTL_ITEM_LOCATIONS resolves the locator into a readable location name, and GL_CODE_COMBINATIONS supports the accounting context associated with the reservation. INV_CONVERT is referenced as a package, typically for unit-of-measure conversion logic. Because the view is defined over synonyms, all objects resolve to the APPS schema, keeping the view consistent with INV's standard access model.
Key Columns
- DEMAND_ID — Primary identifier of the demand row the reservation is held against.
- ORGANIZATION_ID, ORGANIZATION_NAME, ORGANIZATION_CODE — Inventory organization identifiers and descriptive attributes.
- INVENTORY_ITEM_ID, _KF:INVENTORY_ITEM_NAME — Item identifier and the corresponding key flexfield name.
- REQUIRED_DATE — Date by which the reserved quantity is required.
- DEMAND_SOURCE_TYPE_ID, DEMAND_SOURCE_TYPE_NAME, DEMAND_SOURCE_HEADER_ID, DEMAND_SOURCE_NAME — Origin of the demand, including sales order references.
- SALES_ORDER_ID, ACCOUNT_ID, ACCOUNT_ALIAS_ID — Sales order and account context.
- UNIT_OF_MEASURE — Unit of measure in which the quantities are expressed.
- RESERVED_QUANTITY — Quantity reserved for the demand.
- ISSUED_QUANTITY — Quantity already issued against the reservation.
- PENDING_ISSUE_QUANTITY — Quantity still awaiting issue; the column most commonly searched by users analyzing reservation fulfillment.
- REVISION, LOT_NUMBER, SUBINVENTORY_NAME, INVENTORY_LOCATOR_ID, _KF:INVENTORY_LOCATION_NAME — Item revision, lot, subinventory, and locator detail.
- LINE_NUMBER, CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — Line reference and standard audit columns.
Common Use Cases and Queries
A frequent reporting requirement is identifying reservations where a quantity remains unissued. The following query lists outstanding pending issue quantities by organization and item:
SELECT organization_code, _KF:INVENTORY_ITEM_NAME, demand_source_name,
reserved_quantity, issued_quantity, pending_issue_quantity, required_date
FROM APPS.INVFV_INVENTORY_RESERVATIONS
WHERE pending_issue_quantity > 0
ORDER BY organization_code, required_date;
Other typical scenarios include reconciling sales order reservations against issued quantities, examining required dates to anticipate shortages, and filtering reservations by subinventory or locator for warehouse-level analysis. Because the view exposes subinventory and locator detail alongside demand source information, it also supports demand-versus-supply investigations and integration extracts that feed downstream planning systems. All queries should be executed read-only, and column names containing the _KF prefix should be quoted or aliased as required by the reporting tool.
-
VIEW: APPS.INVFV_INVENTORY_RESERVATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_RESERVATIONS, object_name:INVFV_INVENTORY_RESERVATIONS, status:VALID,
-
VIEW: APPS.INVFV_INVENTORY_RESERVATIONS
12.2.2
-
View: INVBV_INVENTORY_RESERVATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_INVENTORY_RESERVATIONS, object_name:INVBV_INVENTORY_RESERVATIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_INVENTORY_RESERVATIONS ,
-
VIEW: APPS.INVFV_INVENTORY_RESERVATIONS
12.1.1
-
View: INVFV_INVENTORY_RESERVATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_RESERVATIONS, object_name:INVFV_INVENTORY_RESERVATIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INVENTORY_RESERVATIONS ,
-
View: INVFV_INVENTORY_RESERVATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_RESERVATIONS, object_name:INVFV_INVENTORY_RESERVATIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INVENTORY_RESERVATIONS ,
-
VIEW: APPS.INVBV_INVENTORY_RESERVATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_INVENTORY_RESERVATIONS, object_name:INVBV_INVENTORY_RESERVATIONS, status:VALID,
-
View: INVBV_INVENTORY_RESERVATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_INVENTORY_RESERVATIONS, object_name:INVBV_INVENTORY_RESERVATIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_INVENTORY_RESERVATIONS ,
-
VIEW: APPS.INVBV_INVENTORY_RESERVATIONS
12.1.1
-
VIEW: APPS.INVBV_INVENTORY_RESERVATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_INVENTORY_RESERVATIONS, object_name:INVBV_INVENTORY_RESERVATIONS, status:VALID,
-
VIEW: APPS.INVFV_INVENTORY_RESERVATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_RESERVATIONS, object_name:INVFV_INVENTORY_RESERVATIONS, status:VALID,
-
VIEW: APPS.INVBV_INVENTORY_RESERVATIONS
12.2.2
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - INV Tables and Views
12.2.2