Search Results requisition_document_number
Overview
APPS.POBV_REQUISITION_DISTRIBUTIONS is a Business Intelligence System (BIS) view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2, registered under FND Design Data PO.POBV_REQUISITION_DISTRIBUTIONS. The view exposes accounting distribution information for requisition lines. Each row represents a single distribution on a purchase requisition line, combining the distribution record itself with descriptive information carried on the parent requisition header and line. Because it is a BIS view, it is intended for reporting, ad hoc query, and integration consumption rather than for transactional update. It presents a denormalized, read-only perspective that joins distribution, line, header, and operating unit attributes into a single access point, enabling tools and interfaces to retrieve requisition distribution detail without writing multi-table joins against the underlying PO tables. For users who search on "requisition_document_number," this view is significant because it exposes REQUISITION_DOCUMENT_NUMBER as a VARCHAR2(20) column, allowing requisition header document numbers to be reported and filtered directly alongside their distribution-level accounting attributes.
Underlying Base Objects
The documented base objects referenced by the view are PO_REQ_DISTRIBUTIONS_ALL, PO_REQUISITION_LINES_ALL, PO_REQUISITION_HEADERS_ALL, and HR_ALL_ORGANIZATION_UNITS, all accessed through APPS synonyms. PO_REQ_DISTRIBUTIONS_ALL supplies the distribution-level records and is keyed by REQUISITION_DISTRIBUTION_ID. PO_REQUISITION_LINES_ALL provides line context and the LINE_NUMBER column. PO_REQUISITION_HEADERS_ALL supplies header attributes, including REQUISITION_DOCUMENT_NUMBER and the operating unit reference. HR_ALL_ORGANIZATION_UNITS resolves the operating unit identifier to a descriptive name, exposed as OPERATING_UNIT_NAME. The relationships follow the standard requisition hierarchy: header to line to distribution, with the operating unit joined for descriptive reporting. This structure means the view reflects only requisitions that have distributions, and distribution rows without valid parent records are not retrievable through normal joins.
Key Columns
- REQUISITION_DOCUMENT_NUMBER (VARCHAR2(20)) — the requisition header document number used to identify the requisition in user-facing reporting.
- REQUISITION_ID, REQUISITION_LINE_ID, REQUISITION_DISTRIBUTION_ID — identifiers for the header, line, and distribution records respectively.
- DISTRIBUTION_NUMBER, LINE_NUMBER — user-visible sequence numbers for the distribution and its parent line.
- OPERATING_UNIT_ID, OPERATING_UNIT_NAME — the operating unit associated with the requisition.
- DISTRIBUTION_QUANTITY — quantity allocated to the distribution.
- Charge, budget, accrual, and variance account identifiers — CHARGE_ACCOUNT_ID, BUDGET_ACCOUNT_ID, ACCRUAL_ACCOUNT_ID, VARIANCE_ACCOUNT_ID.
- Encumbrance columns — ENCUMBERED_AMOUNT, GL_ENCUMBERED_DATE, GL_ENCUMBERED_PERIOD_NAME, plus the _LA-prefixed flags (for example _LA:ENCUMBERED_FLAG, _LA:PREVENT_ENCUMBRANCE_FLAG, _LA:FUNDS_CHECK_FAILURE_TYPE).
- Planning and project columns — PROJECT_ID, TASK_ID, PROJECT_EXPENDITURE_TYPE, EXPENDITURE_ITEM_DATE, and _LA:PROJECT_RELATED_FLAG.
- Amount columns — REQ_LINE_AMOUNT (amount on the requisition line) and REQ_LINE_CURRENCY_AMOUNT (foreign currency amount on the distribution).
- Tax columns — RECOVERABLE_TAX, NONRECOVERABLE_TAX, RECOVERY_RATE, and _LA:TAX_RECOVERY_OVERRIDE_FG.
- Audit columns — CREATED_BY, CREATED_DATE, LAST_UPDATED_BY, LAST_UPDATED_DATE.
Common Use Cases and Queries
Typical uses include reconciling requisition commitments, reporting encumbered distribution amounts by operating unit, and extracting distribution detail for interfaces. A representative query retrieves distributions for a given requisition document number:
SELECT requisition_document_number, line_number, distribution_number, operating_unit_name, distribution_quantity, encumbered_amount, req_line_currency_amount FROM apps.pobv_requisition_distributions WHERE requisition_document_number = 'REQ-10023' ORDER BY line_number, distribution_number;
A second common pattern aggregates encumbrance by operating unit:
SELECT operating_unit_name, SUM(encumbered_amount) total_encumbered FROM apps.pobv_requisition_distributions GROUP BY operating_unit_name;
Because the view is a reporting construct, queries should apply the required operating unit and ledger security context appropriate to the calling application.
-
VIEW: APPS.POBV_REQUISITION_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_REQUISITION_DISTRIBUTIONS, object_name:POBV_REQUISITION_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.POBV_REQUISITION_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_REQUISITION_DISTRIBUTIONS, object_name:POBV_REQUISITION_DISTRIBUTIONS, status:VALID,
-
View: POBV_REQUISITION_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_REQUISITION_DISTRIBUTIONS, object_name:POBV_REQUISITION_DISTRIBUTIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_REQUISITION_DISTRIBUTIONS ,
-
VIEW: APPS.POFV_REQUISITION_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_REQUISITION_DISTRIBUTIONS, object_name:POFV_REQUISITION_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.POFV_REQUISITION_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_REQUISITION_DISTRIBUTIONS, object_name:POFV_REQUISITION_DISTRIBUTIONS, status:VALID,
-
View: POBV_REQUISITION_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_REQUISITION_DISTRIBUTIONS, object_name:POBV_REQUISITION_DISTRIBUTIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_REQUISITION_DISTRIBUTIONS ,
-
VIEW: APPS.POFV_INBOUND_SHIPMENT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_INBOUND_SHIPMENT_LINES, object_name:POFV_INBOUND_SHIPMENT_LINES, status:VALID,
-
VIEW: APPS.POFV_INBOUND_SHIPMENT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_INBOUND_SHIPMENT_LINES, object_name:POFV_INBOUND_SHIPMENT_LINES, status:VALID,
-
View: POFV_REQUISITION_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_REQUISITION_DISTRIBUTIONS, object_name:POFV_REQUISITION_DISTRIBUTIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_REQUISITION_DISTRIBUTIONS ,
-
View: POFV_REQUISITION_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_REQUISITION_DISTRIBUTIONS, object_name:POFV_REQUISITION_DISTRIBUTIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_REQUISITION_DISTRIBUTIONS ,
-
VIEW: APPS.POBV_REQUISITION_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_REQUISITION_LINES, object_name:POBV_REQUISITION_LINES, status:VALID,
-
VIEW: APPS.POFV_RECEIVING_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RECEIVING_TRANSACTIONS, object_name:POFV_RECEIVING_TRANSACTIONS, status:VALID,
-
VIEW: APPS.POFV_RECEIVING_TRANSACTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RECEIVING_TRANSACTIONS, object_name:POFV_RECEIVING_TRANSACTIONS, status:VALID,
-
VIEW: APPS.POBV_REQUISITION_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_REQUISITION_LINES, object_name:POBV_REQUISITION_LINES, status:VALID,
-
View: POBV_REQUISITION_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_REQUISITION_LINES, object_name:POBV_REQUISITION_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_REQUISITION_LINES ,
-
View: POBV_REQUISITION_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_REQUISITION_LINES, object_name:POBV_REQUISITION_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_REQUISITION_LINES ,
-
View: POFV_INBOUND_SHIPMENT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_INBOUND_SHIPMENT_LINES, object_name:POFV_INBOUND_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_INBOUND_SHIPMENT_LINES ,
-
VIEW: APPS.POFV_REQUISITION_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_REQUISITION_LINES, object_name:POFV_REQUISITION_LINES, status:VALID,
-
View: POFV_INBOUND_SHIPMENT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_INBOUND_SHIPMENT_LINES, object_name:POFV_INBOUND_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_INBOUND_SHIPMENT_LINES ,
-
VIEW: APPS.POFV_REQUISITION_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_REQUISITION_LINES, object_name:POFV_REQUISITION_LINES, status:VALID,
-
View: POFV_RECEIVING_TRANSACTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RECEIVING_TRANSACTIONS, object_name:POFV_RECEIVING_TRANSACTIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_RECEIVING_TRANSACTIONS ,
-
View: POFV_RECEIVING_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RECEIVING_TRANSACTIONS, object_name:POFV_RECEIVING_TRANSACTIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_RECEIVING_TRANSACTIONS ,
-
View: POFV_REQUISITION_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_REQUISITION_LINES, object_name:POFV_REQUISITION_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_REQUISITION_LINES ,
-
View: POFV_REQUISITION_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_REQUISITION_LINES, object_name:POFV_REQUISITION_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_REQUISITION_LINES ,
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - PO Tables and Views
12.2.2
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,