Search Results destination_context
Overview
PO_DISTRIBUTIONS_MRC_V is a Multi-Reporting-Currency (MRC) view in the Oracle E-Business Suite Purchasing (PO) module. It exposes purchasing distribution records alongside their reporting-set-of-books currency conversions, drawing on the corresponding MRC columns grouped by SET_OF_BOOKS_ID. Because Oracle EBS allows multiple reporting currencies to be maintained within a single ledger environment, an MRC view such as this presents the same underlying distribution data repeated once per reporting set of books, with converted amounts carried in the MC-prefixed columns.
The view is documented in ETRM 12.2.2 with the description "- Retrofitted" and is noted as "Not implemented in this database." The "Retrofitted" designation indicates the object was retrofitted into the MRC dictionary during an upgrade, and the "Not implemented" note means it may not exist in every environment. Its principal role is reporting and integration: it allows a single SQL statement to retrieve distribution-level purchasing amounts expressed in multiple reporting currencies without manually joining to the reporting ledger tables.
Underlying Base Objects
The ETRM metadata documents no base objects for this view; the view text itself references aliases PRIMARY and MC. In standard EBS design these map to the primary-ledger purchasing distribution table (PO_DISTRIBUTIONS_ALL) and its MRC counterpart (PO_DISTRIBUTIONS_MC), with SET_OF_BOOKS_ID driving the relationship. The MC alias supplies the reporting-currency columns (RATE_DATE, RATE, ENCUMBERED_AMOUNT, UNENCUMBERED_AMOUNT, MRC_RATE_DATE, MRC_RATE, MRC_ENCUMBERED_AMOUNT, MRC_UNENCUMBERED_AMOUNT, and related fields), while PRIMARY supplies the operational distribution attributes. Because the documented base-object list is empty, the exact join conditions cannot be confirmed from the metadata alone; the view should be treated as an MRC wrapper over the distribution tables.
Key Columns
The projection includes a broad set of identifiers and financial attributes. Operational keys include PO_DISTRIBUTION_ID, PO_HEADER_ID, PO_LINE_ID, LINE_LOCATION_ID, PO_RELEASE_ID, REQ_DISTRIBUTION_ID, CODE_COMBINATION_ID, ORG_ID, and PROJECT_ID. Financial columns cover AMOUNT_BILLED, AMOUNT_ORDERED, QUANTITY_ORDERED, QUANTITY_DELIVERED, QUANTITY_BILLED, QUANTITY_CANCELLED, and the encumbrance/unencumbrance flags and amounts. Currency-conversion columns carry the MC prefix or are grouped with the reporting books.
The column most relevant to the user's search, WIP_REPETITIVE_SCHEDULE_ID, links a purchasing distribution to a Work in Process repetitive schedule. It appears alongside WIP_ENTITY_ID, WIP_OPERATION_SEQ_NUM, WIP_RESOURCE_SEQ_NUM, WIP_LINE_ID, and BOM_RESOURCE_ID, forming the WIP-reference portion of the distribution. These columns are populated when the purchase order is associated with WIP activity, enabling reconciliation between procurement and manufacturing. Tax, award, and contract columns (RECOVERABLE_TAX, NONRECOVERABLE_TAX, TAX_RECOVERY_OVERRIDE_FLAG, AWARD_ID, OKE_CONTRACT_DELIVERABLE_ID) and descriptive Attributes 1–15 are also exposed.
Common Use Cases and Queries
A frequent scenario is reporting purchasing commitment and accrual amounts in a reporting currency, or tracing which distributions reference a given WIP repetitive schedule. The following query retrieves distributions tied to a repetitive schedule while showing reporting-currency amounts:
- SELECT po_distribution_id, wip_repetitive_schedule_id, wip_entity_id, set_of_books_id, mrc_encumbered_amount, mrc_unencumbered_amount FROM po_distributions_mrc_v WHERE wip_repetitive_schedule_id IS NOT NULL;
- Filter by SET_OF_BOOKS_ID to isolate a specific reporting ledger.
- Join to PO_HEADERS_ALL or PO_LINES_ALL via the exposed IDs for descriptive reporting.
Consultants should confirm the view's presence in each environment, since the metadata flags it as not implemented, and verify the actual base tables and join logic against the live data dictionary before relying on it in custom reports.
-
View: PO_DISTRIBUTIONS_MRC_V
12.2.2
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PO_DISTRIBUTIONS_MRC_V
12.1.1
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PO_DISTRIBUTIONS_ALL_MRC_V
12.2.2
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PO_DISTRIBUTIONS_ALL_MRC_V
12.1.1
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RCV_TRANSACTIONS_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_TRANSACTIONS_MRC_V, object_name:RCV_TRANSACTIONS_MRC_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_TRANSACTIONS_MRC_V ,
-
View: RCV_TRANSACTIONS_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_TRANSACTIONS_MRC_V, object_name:RCV_TRANSACTIONS_MRC_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_TRANSACTIONS_MRC_V ,
-
View: PO_DISTRIBUTIONS_AP2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_AP2_V, object_name:PO_DISTRIBUTIONS_AP2_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_DISTRIBUTIONS_AP2_V ,
-
View: PO_DISTRIBUTIONS_AP2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_AP2_V, object_name:PO_DISTRIBUTIONS_AP2_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_DISTRIBUTIONS_AP2_V ,
-
View: PO_DISTRIBUTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_V, object_name:PO_DISTRIBUTIONS_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_DISTRIBUTIONS_V ,
-
View: PO_DISTRIBUTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_V, object_name:PO_DISTRIBUTIONS_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_DISTRIBUTIONS_V ,
-
View: RCV_SHIPMENT_LINES_MRC_V
12.1.1
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RCV_SHIPMENT_LINES_MRC_V
12.2.2
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PO_OWNED_REQUISITION_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_OWNED_REQUISITION_LINES, object_name:PO_OWNED_REQUISITION_LINES, status:VALID, product: PO - Purchasing , description: Security view for owned requisition lines , implementation_dba_data: APPS.PO_OWNED_REQUISITION_LINES ,
-
View: POS_DISTRIBUTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_DISTRIBUTIONS_V, object_name:POS_DISTRIBUTIONS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_DISTRIBUTIONS_V ,
-
View: PO_OWNED_REQUISITION_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_OWNED_REQUISITION_LINES, object_name:PO_OWNED_REQUISITION_LINES, status:VALID, product: PO - Purchasing , description: Security view for owned requisition lines , implementation_dba_data: APPS.PO_OWNED_REQUISITION_LINES ,
-
View: POS_DISTRIBUTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_DISTRIBUTIONS_V POS.POS_DISTRIBUTIONS_V, object_name:POS_DISTRIBUTIONS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_DISTRIBUTIONS_V ,
-
View: PO_DISTRIBUTIONS_AP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_AP_V, object_name:PO_DISTRIBUTIONS_AP_V, status:VALID, product: PO - Purchasing , description: Purchase order distributions , implementation_dba_data: APPS.PO_DISTRIBUTIONS_AP_V ,
-
View: PO_DISTRIBUTIONS_AP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_AP_V, object_name:PO_DISTRIBUTIONS_AP_V, status:VALID, product: PO - Purchasing , description: Purchase order distributions , implementation_dba_data: APPS.PO_DISTRIBUTIONS_AP_V ,
-
View: PO_DISTRIBUTIONS_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_TRX_V, object_name:PO_DISTRIBUTIONS_TRX_V, status:VALID, product: PO - Purchasing , description: Requisition Distribution View. , implementation_dba_data: APPS.PO_DISTRIBUTIONS_TRX_V ,
-
View: RCV_MUR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_MUR_V, object_name:RCV_MUR_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_MUR_V ,
-
View: RCV_MUR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_MUR_V, object_name:RCV_MUR_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_MUR_V ,
-
View: PO_DISTRIBUTION_ARCHIVE_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTION_ARCHIVE_XML, object_name:PO_DISTRIBUTION_ARCHIVE_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_DISTRIBUTION_ARCHIVE_XML ,
-
View: PO_DISTRIBUTION_ARCHIVE_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTION_ARCHIVE_XML, object_name:PO_DISTRIBUTION_ARCHIVE_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_DISTRIBUTION_ARCHIVE_XML ,
-
View: PO_DISTRIBUTION_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTION_XML, object_name:PO_DISTRIBUTION_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_DISTRIBUTION_XML ,
-
View: PO_DISTRIBUTION_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTION_XML, object_name:PO_DISTRIBUTION_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_DISTRIBUTION_XML ,
-
View: PO_DISTRIBUTIONS_MERGE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_MERGE_V, object_name:PO_DISTRIBUTIONS_MERGE_V, status:VALID, product: PO - Purchasing , description: The merged view using PO_DISTRIBUTIONS_ALL table and PO_DISTRIBUTIONS_DRAFT_ALL tables. , implementation_dba_data: APPS.PO_DISTRIBUTIONS_MERGE_V ,
-
View: PO_REQUISITION_LINES_ALL_MRC_V
12.2.2
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PO_DISTRIBUTIONS_MERGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_MERGE_V, object_name:PO_DISTRIBUTIONS_MERGE_V, status:VALID, product: PO - Purchasing , description: The merged view using PO_DISTRIBUTIONS_ALL table and PO_DISTRIBUTIONS_DRAFT_ALL tables. , implementation_dba_data: APPS.PO_DISTRIBUTIONS_MERGE_V ,
-
View: PO_REQUISITION_LINES_MRC_V
12.1.1
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PO_REQUISITION_LINES_MRC_V
12.2.2
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PO_REQUISITION_LINES_ALL_MRC_V
12.1.1
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PO_REQ_LINES_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQ_LINES_TRX_V, object_name:PO_REQ_LINES_TRX_V, status:VALID, product: PO - Purchasing , description: Requisition Lines View. , implementation_dba_data: APPS.PO_REQ_LINES_TRX_V ,
-
View: PO_REQUISITION_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQUISITION_LINES_V, object_name:PO_REQUISITION_LINES_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_REQUISITION_LINES_V ,
-
View: PO_DISTRIBUTIONS_INQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_INQ_V, object_name:PO_DISTRIBUTIONS_INQ_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_DISTRIBUTIONS_INQ_V ,
-
View: PO_DISTRIBUTIONS_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_INQ_V, object_name:PO_DISTRIBUTIONS_INQ_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_DISTRIBUTIONS_INQ_V ,
-
View: PO_REQUISITION_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQUISITION_LINES_V, object_name:PO_REQUISITION_LINES_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_REQUISITION_LINES_V ,
-
View: RCV_MSL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_MSL_V, object_name:RCV_MSL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_MSL_V ,
-
View: RCV_MSL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_MSL_V, object_name:RCV_MSL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_MSL_V ,
-
View: RCV_VIEW_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_VIEW_INTERFACE_V, object_name:RCV_VIEW_INTERFACE_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_VIEW_INTERFACE_V ,
-
View: PO_REQUISITION_LINES_INQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQUISITION_LINES_INQ_V, object_name:PO_REQUISITION_LINES_INQ_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_REQUISITION_LINES_INQ_V ,
-
View: RCV_VIEW_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_VIEW_INTERFACE_V, object_name:RCV_VIEW_INTERFACE_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_VIEW_INTERFACE_V ,
-
View: PO_REQUISITION_LINES_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQUISITION_LINES_INQ_V, object_name:PO_REQUISITION_LINES_INQ_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_REQUISITION_LINES_INQ_V ,
-
View: RCV_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_TRANSACTIONS_V, object_name:RCV_TRANSACTIONS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_TRANSACTIONS_V ,
-
View: RCV_CORRECTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_CORRECTIONS_V, object_name:RCV_CORRECTIONS_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_CORRECTIONS_V ,
-
View: RCV_RETURNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RETURNS_V, object_name:RCV_RETURNS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_RETURNS_V ,
-
View: RCV_CORRECTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_CORRECTIONS_V, object_name:RCV_CORRECTIONS_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_CORRECTIONS_V ,
-
View: RCV_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_TRANSACTIONS_V, object_name:RCV_TRANSACTIONS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_TRANSACTIONS_V ,
-
View: RCV_RETURNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RETURNS_V, object_name:RCV_RETURNS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_RETURNS_V ,