Search Results user_transaction_source
Overview
The view PA_TXN_INTERFACE_AUDIT belongs to the Oracle Projects (PA) module and is classified in the ETRM reference metadata as a Single-Org object. It presents an audit-oriented projection of transactional data staged for the Oracle Projects transaction interface, exposing the identifiers, source attributes, costing figures, currency conversion details, and status codes associated with each interface record. Its principal role is to allow implementers, support analysts, and integration developers to inspect the contents of the Projects interface staging area without directly querying the underlying interface table.
Because the view surfaces the column TRANSACTION_STATUS_CODE, it is frequently consulted during reconciliation and error-resolution activities. Users searching on that term typically do so to determine why an expenditure or transaction line has not been processed into Oracle Projects, to confirm whether a record has been accepted, rejected, or left pending, and to correlate the rejection with TRANSACTION_REJECTION_CODE. The view therefore functions as a diagnostic and reporting layer over the Projects transaction interface, complementing the standard concurrent programs that import interface data.
Underlying Base Objects
The ETRM metadata records the owner as unspecified and lists no documented referenced base objects. The documentation excerpt states that the view is “Not implemented in this database,” meaning the definition is catalogued but not instantiated in the reference environment from which the metadata was extracted. Consequently, no authoritative base table list is available within the supplied material.
By convention within Oracle Projects, audit views of this kind are defined over the transaction interface staging table, commonly PA_TRANSACTION_INTERFACE_ALL, and its associated audit columns. The view text selects interface-centric identifiers such as TXN_INTERFACE_ID, INTERFACE_ID, and EXPENDITURE_ID, together with descriptive and financial attributes that mirror the columns of the interface table. The absence of documented base objects should be treated as a metadata limitation rather than evidence that the view is unbound; the exact definition should be confirmed against the deployed instance, since the view text provided appears truncated.
Key Columns
- TRANSACTION_STATUS_CODE — the processing state of the interface record; central to error triage and the user’s search term.
- TRANSACTION_REJECTION_CODE — the reason a record was rejected, read in conjunction with the status code.
- TXN_INTERFACE_ID / INTERFACE_ID — unique identifiers for the interface row and its interface grouping.
- TRANSACTION_SOURCE / USER_TRANSACTION_SOURCE / BATCH_NAME — origin of the transaction and the batch in which it was loaded.
- PROJECT_NUMBER, TASK_NUMBER, EXPENDITURE_TYPE, EMPLOYEE_NUMBER, ORGANIZATION_NAME — the descriptive context of the expenditure.
- RAW_COST, BURDENED_COST, QUANTITY, RAW_COST_RATE, BURDENED_COST_RATE — core cost and quantity figures.
- DENOM_RAW_COST, DENOM_BURDENED_COST, ACCT_RAW_COST, ACCT_BURDENED_COST, PROJECT_RAW_COST, PROJECT_BURDENED_COST — costs expressed in denominated, accounted, and project currencies.
- ACCT_EXCHANGE_RATE, PROJECT_EXCHANGE_RATE, PROJFUNC_COST_EXCHANGE_RATE — associated conversion rates and rate types/dates.
- ORG_ID, PROJECT_ID, TASK_ID, PERSON_ID, VENDOR_ID — surrogate keys linking to Projects and supplier master data.
- BEFORE_AFTER_FLAG, ACCRUAL_FLAG, BILLABLE_FLAG, UNMATCHED_NEGATIVE_TXN_FLAG, REVERSED_ORIG_TXN_REFERENCE — processing and reversal indicators.
Common Use Cases and Queries
The view is used to audit interface loads, isolate failed records, and validate costing and currency conversion before import. A representative query returns all rejected or pending records for a given batch:
SELECT txn_interface_id, batch_name, project_number, expenditure_type, transaction_status_code, transaction_rejection_code, raw_cost FROM pa_txn_interface_audit WHERE transaction_status_code = 'REJECTED';SELECT batch_name, transaction_status_code, COUNT(*) FROM pa_txn_interface_audit GROUP BY batch_name, transaction_status_code ORDER BY batch_name;SELECT txn_interface_id, raw_cost, acct_raw_cost, project_raw_cost, acct_exchange_rate FROM pa_txn_interface_audit WHERE acct_exchange_rate IS NULL;
These patterns support reconciliation of interface batches, verification of exchange-rate application, and confirmation that records have been costed before the import process transfers them into Projects expenditure tables.
-
View: PA_TXN_INTERFACE_AUDIT
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_TXN_SOURCES_IMPORT_SRS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TXN_SOURCES_IMPORT_SRS_V, object_name:PA_TXN_SOURCES_IMPORT_SRS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TXN_SOURCES_IMPORT_SRS_V ,
-
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: PABV_TRANSACTION_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_TRANSACTION_SOURCES, object_name:PABV_TRANSACTION_SOURCES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_TRANSACTION_SOURCES ,
-
View: PABV_TRANSACTION_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_TRANSACTION_SOURCES, object_name:PABV_TRANSACTION_SOURCES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_TRANSACTION_SOURCES ,
-
View: PA_TRANSACTION_INTERFACE
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_TXN_SOURCES_IMPORT_SRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TXN_SOURCES_IMPORT_SRS_V, object_name:PA_TXN_SOURCES_IMPORT_SRS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TXN_SOURCES_IMPORT_SRS_V ,
-
View: PAFV_TRANSACTION_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_TRANSACTION_SOURCES, object_name:PAFV_TRANSACTION_SOURCES, status:VALID, product: PA - Projects , description: Business view to show information about the transaction sources that can be used to import transactions into Oracle projects. , implementation_dba_data: APPS.PAFV_TRANSACTION_SOURCES ,
-
View: PAFV_TRANSACTION_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_TRANSACTION_SOURCES, object_name:PAFV_TRANSACTION_SOURCES, status:VALID, product: PA - Projects , description: Business view to show information about the transaction sources that can be used to import transactions into Oracle projects. , implementation_dba_data: APPS.PAFV_TRANSACTION_SOURCES ,
-
View: PA_TXN_INTERFACE_MRC_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_TXN_INTERFACE_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_CAPITAL_EVENT_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CAPITAL_EVENT_COSTS_V, object_name:PA_CAPITAL_EVENT_COSTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CAPITAL_EVENT_COSTS_V ,
-
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_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_GROUPS_V, object_name:PA_EXPENDITURE_GROUPS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPENDITURE_GROUPS_V ,
-
View: PA_EXPENDITURE_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_GROUPS_V, object_name:PA_EXPENDITURE_GROUPS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPENDITURE_GROUPS_V ,
-
View: PA_CAPITAL_EVENT_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CAPITAL_EVENT_COSTS_V, object_name:PA_CAPITAL_EVENT_COSTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CAPITAL_EVENT_COSTS_V ,
-
Concurrent Program: PAXTRTRX
12.1.1
execution_filename: PAXTRTRX , product: PA - Projects , user_name: PAXTRTRX , description: Import Transactions from External Sources , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: PAXTRTRX
12.2.2
execution_filename: PAXTRTRX , product: PA - Projects , user_name: PAXTRTRX , description: Import Transactions from External Sources , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
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_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_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_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_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_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_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_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_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPEND_ITEMS_ADJUST_MRC_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
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_V
12.2.2
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_DRAFT_INV_LINE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_INV_LINE_DETAILS_V, object_name:PA_DRAFT_INV_LINE_DETAILS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_DRAFT_INV_LINE_DETAILS_V ,
-
View: PA_DRAFT_INV_LINE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_INV_LINE_DETAILS_V, object_name:PA_DRAFT_INV_LINE_DETAILS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_DRAFT_INV_LINE_DETAILS_V ,
-
View: PA_EXPEND_ITEMS_ADJUST2_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPEND_ITEMS_ADJUST2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST2_V, object_name:PA_EXPEND_ITEMS_ADJUST2_V, status:VALID, product: PA - Projects , description: 11i Only , implementation_dba_data: APPS.PA_EXPEND_ITEMS_ADJUST2_V ,
-
View: PA_EXPEND_ITEMS_ADJUST2_MRC_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPENDITURE_ITEMS_ONLINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ONLINE_V, object_name:PA_EXPENDITURE_ITEMS_ONLINE_V, status:VALID, product: PA - Projects , description: This view shows all expenditure items , implementation_dba_data: APPS.PA_EXPENDITURE_ITEMS_ONLINE_V ,
-
View: PA_EXPEND_ITEMS_ADJUST2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST2_V, object_name:PA_EXPEND_ITEMS_ADJUST2_V, status:VALID, product: PA - Projects , description: 11i Only , implementation_dba_data: APPS.PA_EXPEND_ITEMS_ADJUST2_V ,