Search Results orig_transaction_reference
Overview
PA_TRX_INTF_ORIG_TRANSREF_V is a read-only reporting view owned by the APPS schema within the Oracle E-Business Suite Projects (PA) module. It exposes a deduplicated, grouped projection of the PA_TRANSACTION_INTERFACE table, the primary staging table through which external and subledger-sourced transactions are loaded into Oracle Projects. The view answers a narrow but important question: which combinations of transaction source, batch name, original transaction reference, and operating unit are currently present in the interface staging area.
Because the defining query applies a GROUP BY across all four projected columns, the view returns distinct combinations rather than individual interface rows. This makes it suitable for reconciliation, exception monitoring, and reporting queries where the analyst needs to enumerate the distinct source or batch values pending in the interface rather than inspect row-level detail. It is catalogued as VALID in the ETRM metadata for 12.2.2 and behaves identically under 12.1.1, as its definition is unaffected by the Online Patching (adop) editioning changes introduced in 12.2.
Underlying Base Objects
The view is defined exclusively over a single documented base object, PA_TRANSACTION_INTERFACE, referenced in the metadata as a SYNONYM owned by APPS. The defining SQL is:
SELECT TRANSACTION_SOURCE, BATCH_NAME, ORIG_TRANSACTION_REFERENCE, ORG_ID FROM PA_TRANSACTION_INTERFACE GROUP BY TRANSACTION_SOURCE, BATCH_NAME, ORIG_TRANSACTION_REFERENCE, ORG_ID
No joins, filters, or aggregations beyond the grouping are present. Consequently, the view carries no data of its own; it is a pure derived projection. Row visibility is governed entirely by the contents and any Multi-Org security policies applied to the underlying interface table, and the ORG_ID column is preserved in the output so that consumers can respect operating unit partitioning.
Key Columns
- TRANSACTION_SOURCE — Identifies the originating source system or process that populated the interface row (for example, a feeder subledger or an external system). Grouping by source allows analysts to isolate workloads by origin.
- BATCH_NAME — The user-assigned or system-assigned batch identifier used to group related transactions during import. Distinct batch names reveal which logical loads are staged or outstanding.
- ORIG_TRANSACTION_REFERENCE — The original transaction reference carried from the source document. This is the column most commonly targeted by the search term "orig_transaction_reference" and is the primary reconciliation key between the source system and the Projects interface.
- ORG_ID — The operating unit identifier, enabling partitioning of results by business entity where Multi-Org Access Control is in use.
Common Use Cases and Queries
Typical scenarios include pre-import reconciliation, duplicate detection, and troubleshooting of stalled or repeated interface loads. The following examples reflect the grouped nature of the view.
Listing all distinct staged sources and batches for an operating unit:
SELECT transaction_source, batch_name, orig_transaction_reference FROM apps.pa_trx_intf_orig_transref_v WHERE org_id = :p_org_id;
Confirming whether a specific original reference has already reached the interface:
SELECT transaction_source, batch_name, org_id FROM apps.pa_trx_intf_orig_transref_v WHERE orig_transaction_reference = :p_ref;
Enumerating distinct batches per source to size a pending import:
SELECT transaction_source, COUNT(*) FROM apps.pa_trx_intf_orig_transref_v GROUP BY transaction_source;
Because the view provides no row counts or amounts, it should be paired with direct queries against PA_TRANSACTION_INTERFACE when transactional detail is required. Its value lies in supplying a lightweight, pre-grouped inventory of interface content keyed by the original transaction reference.
-
View: PA_TRX_INTF_ORIG_TRANSREF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TRX_INTF_ORIG_TRANSREF_V, object_name:PA_TRX_INTF_ORIG_TRANSREF_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TRX_INTF_ORIG_TRANSREF_V ,
-
View: PA_TRX_INTF_ORIG_TRANSREF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TRX_INTF_ORIG_TRANSREF_V, object_name:PA_TRX_INTF_ORIG_TRANSREF_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TRX_INTF_ORIG_TRANSREF_V ,
-
View: PA_PTE_EXPENDITURES_DLD_V
12.1.1
product: PA - Projects , description: Expenditure data from Oracle Projects for Oracle Personal Time and Expense , implementation_dba_data: Not implemented in this database ,
-
View: PA_PTE_EXPENDITURES_DLD_V
12.2.2
product: PA - Projects , description: Expenditure data from Oracle Projects for Oracle Personal Time and Expense , implementation_dba_data: Not implemented in this database ,
-
View: PA_TRANSACTION_INTERFACE
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_TXN_INTERFACE_AUDIT
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_TRANSACTION_INTERFACE
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_TXN_INTERFACE_AUDIT
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPND_ITEMS_REVIEW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPND_ITEMS_REVIEW_V, object_name:PA_EXPND_ITEMS_REVIEW_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPND_ITEMS_REVIEW_V ,
-
View: PA_EXPND_ITEMS_REVIEW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPND_ITEMS_REVIEW_V, object_name:PA_EXPND_ITEMS_REVIEW_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPND_ITEMS_REVIEW_V ,
-
View: PA_TXN_INTERFACE_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_TXN_INTERFACE_MRC_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_TXN_INTERFACE_ALL_MRC_V
12.1.1
product: PA - Projects , description: Multi-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_TXN_INTERFACE_ALL_MRC_V
12.2.2
product: PA - Projects , description: Multi-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPENDITURE_ITEMS
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPENDITURE_ITEMS
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_XLA_EXP_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_EXP_HEADER_V, object_name:PA_XLA_EXP_HEADER_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_EXP_HEADER_V ,
-
View: PA_XLA_EXP_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_EXP_HEADER_V, object_name:PA_XLA_EXP_HEADER_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_EXP_HEADER_V ,
-
View: PA_EXPENDITURE_ITEMS_MRC_V
12.2.2
product: PA - Projects , description: Single-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPENDITURE_ITEMS_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ALL_MRC_V, object_name:PA_EXPENDITURE_ITEMS_ALL_MRC_V, status:VALID, product: PA - Projects , description: Multi-Org, single currency view , implementation_dba_data: APPS.PA_EXPENDITURE_ITEMS_ALL_MRC_V ,
-
View: PA_EXPENDITURE_ITEMS_MRC_V
12.1.1
product: PA - Projects , description: Single-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPENDITURE_ITEMS_MRC_V2
12.1.1
product: PA - Projects , description: Single-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPEND_ITEMS_ALL_MRC_V2
12.1.1
product: PA - Projects , description: Multi-Org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPEND_ITEMS_ALL_MRC_V2
12.2.2
product: PA - Projects , description: Multi-Org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPENDITURE_ITEMS_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ALL_MRC_V, object_name:PA_EXPENDITURE_ITEMS_ALL_MRC_V, status:VALID, product: PA - Projects , description: Multi-Org, single currency view , implementation_dba_data: APPS.PA_EXPENDITURE_ITEMS_ALL_MRC_V ,
-
View: PA_EXPENDITURE_ITEMS_MRC_V2
12.2.2
product: PA - Projects , description: Single-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_STATUS_EI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_V, object_name:PA_STATUS_EI_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STATUS_EI_V ,
-
View: PA_STATUS_EI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_V, object_name:PA_STATUS_EI_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STATUS_EI_V ,
-
View: PA_ASSET_LINE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSET_LINE_DETAILS_V, object_name:PA_ASSET_LINE_DETAILS_V, status:VALID, product: PA - Projects , description: Release 10SC Only , implementation_dba_data: APPS.PA_ASSET_LINE_DETAILS_V ,
-
View: PA_ASSET_LINE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSET_LINE_DETAILS_V, object_name:PA_ASSET_LINE_DETAILS_V, status:VALID, product: PA - Projects , description: Release 10SC Only , implementation_dba_data: APPS.PA_ASSET_LINE_DETAILS_V ,
-
View: PA_ASSET_LINE_DETAILS_MRC_V
12.1.1
product: PA - Projects , description: Release 10SC Only , implementation_dba_data: Not implemented in this database ,
-
View: PA_ASSET_LINE_DETAILS_MRC_V
12.2.2
product: PA - Projects , description: Release 10SC Only , implementation_dba_data: Not implemented in this database ,
-
View: PA_STATUS_EI_DRIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_DRIVE_V, object_name:PA_STATUS_EI_DRIVE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STATUS_EI_DRIVE_V ,
-
View: PA_STATUS_EI_DRIVE_V_R
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_STATUS_EI_DRIVE_V_R
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_STATUS_EI_DRIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_DRIVE_V, object_name:PA_STATUS_EI_DRIVE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STATUS_EI_DRIVE_V ,
-
View: PA_CUST_REV_DIST_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUST_REV_DIST_LINES_V, object_name:PA_CUST_REV_DIST_LINES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_CUST_REV_DIST_LINES_V ,
-
View: PA_CUST_REV_DIST_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUST_REV_DIST_LINES_V, object_name:PA_CUST_REV_DIST_LINES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_CUST_REV_DIST_LINES_V ,
-
View: PA_EXPENDITURE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_V, object_name:PA_EXPENDITURE_ITEMS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPENDITURE_ITEMS_V ,
-
View: PA_EXPENDITURE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_V, object_name:PA_EXPENDITURE_ITEMS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPENDITURE_ITEMS_V ,
-
View: PA_CUST_RDL_FORM_MRC_V
12.1.1
product: PA - Projects , description: This will select data from pa_cust_rev_dist_lines, pa_mc_cust_rdl_all, pa_expend_items_adjust_mrc_v , implementation_dba_data: Not implemented in this database ,
-
View: PA_CUST_RDL_FORM_MRC_V
12.2.2
product: PA - Projects , description: This will select data from pa_cust_rev_dist_lines, pa_mc_cust_rdl_all, pa_expend_items_adjust_mrc_v , implementation_dba_data: Not implemented in this database ,
-
View: PA_TRANSACTION_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TRANSACTION_INTERFACE_V, object_name:PA_TRANSACTION_INTERFACE_V, status:VALID, product: PA - Projects , description: Single-Org , implementation_dba_data: APPS.PA_TRANSACTION_INTERFACE_V ,
-
View: PA_TRANSACTION_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TRANSACTION_INTERFACE_V, object_name:PA_TRANSACTION_INTERFACE_V, status:VALID, product: PA - Projects , description: Single-Org , implementation_dba_data: APPS.PA_TRANSACTION_INTERFACE_V ,
-
View: `PA_TRANSACTION_INTERFACE_V
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: `PA_TRANSACTION_INTERFACE_V
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPEND_ITEMS_ADJUST_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST_ALL_V, object_name:PA_EXPEND_ITEMS_ADJUST_ALL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_EXPEND_ITEMS_ADJUST_ALL_V ,
-
View: PA_EXPEND_ITEMS_ADJUST_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST_ALL_V, object_name:PA_EXPEND_ITEMS_ADJUST_ALL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_EXPEND_ITEMS_ADJUST_ALL_V ,
-
View: PA_EXPEND_ITEMS_ADJUST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST_V, object_name:PA_EXPEND_ITEMS_ADJUST_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPEND_ITEMS_ADJUST_V ,
-
View: PA_EXPEND_ITEMS_ADJUST_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,