Search Results pa_transaction_sources
Overview
The PA_TRANSACTION_SOURCES table is a core reference table within the Oracle E-Business Suite Projects (PA) module. It serves as a master repository for implementation-defined sources that identify the origin of imported financial transactions. These transactions, such as costs, revenue, or commitments, typically originate from external feeder systems like Oracle Payables, Oracle Purchasing, or third-party applications. The table's primary role is to provide a controlled, validated list of source codes that ensure transactional integrity and accurate sourcing during the project costing and billing lifecycle. By defining and using these sources, organizations can trace project expenditures and other financial items back to their original system entry point, which is critical for audit trails, reconciliation, and system integration processes.
Key Information Stored
The table's structure is designed to manage unique transaction source identifiers. The central column is TRANSACTION_SOURCE, which serves as the primary key. This column stores the short name or code for the source system (e.g., 'AP' for Payables, 'PO' for Purchasing, or custom codes for external interfaces). While the provided metadata does not list all columns, standard implementation typically includes descriptive columns such as a NAME or DESCRIPTION for the source, along with ENABLED_FLAG and START_DATE_ACTIVE columns to control its active status. A critical foreign key column is SYSTEM_LINKAGE_FUNCTION, which links the transaction source to a specific system linkage definition in the PA_SYSTEM_LINKAGES table, thereby formally defining the integration pathway between the external system and Projects.
Common Use Cases and Queries
This table is primarily referenced during the transaction import process and for validation and reporting. A common operational query is to retrieve all active transaction sources for setup or maintenance purposes. For example: SELECT transaction_source, name FROM pa_transaction_sources WHERE enabled_flag = 'Y' AND SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE);. When troubleshooting data in the transaction interface (PA_TRANSACTION_INTERFACE_ALL), queries frequently join to this table to validate source codes or provide meaningful descriptions in reports. For instance, a report summarizing interfaced items by source would use a join: SELECT pts.transaction_source, pts.name, COUNT(*) FROM pa_transaction_interface_all ptia, pa_transaction_sources pts WHERE ptia.transaction_source = pts.transaction_source GROUP BY pts.transaction_source, pts.name;.
Related Objects
As indicated by the foreign key relationships, PA_TRANSACTION_SOURCES is a parent table to several key transactional and control tables. The PA_TRANSACTION_INTERFACE_ALL table directly references it, storing raw transactions awaiting import. The PA_EXPENDITURE_ITEMS_ALL and PA_EXPENDITURE_GROUPS_ALL tables, which hold processed project expenditure details, also use it to record the transaction's origin. Furthermore, it has a defining relationship with PA_SYSTEM_LINKAGES via the SYSTEM_LINKAGE_FUNCTION column, which configures the integration setup. Understanding these relationships is essential for tracing the flow of transactions from external systems through the interface and into final project expenditure records.
-
Table: PA_TRANSACTION_SOURCES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TRANSACTION_SOURCES, object_name:PA_TRANSACTION_SOURCES, status:VALID, product: PA - Projects , description: Implementation-defined sources of imported transactions originating in an external system , implementation_dba_data: PA.PA_TRANSACTION_SOURCES ,
-
Table: PA_TRANSACTION_SOURCES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TRANSACTION_SOURCES, object_name:PA_TRANSACTION_SOURCES, status:VALID, product: PA - Projects , description: Implementation-defined sources of imported transactions originating in an external system , implementation_dba_data: PA.PA_TRANSACTION_SOURCES ,
-
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_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: 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 ,
-
Table: PA_EXPENDITURE_GROUPS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_GROUPS_ALL, object_name:PA_EXPENDITURE_GROUPS_ALL, status:VALID, product: PA - Projects , description: Groups of pre-approved expenditures , implementation_dba_data: PA.PA_EXPENDITURE_GROUPS_ALL ,
-
Table: PA_EXPENDITURE_GROUPS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_GROUPS_ALL, object_name:PA_EXPENDITURE_GROUPS_ALL, status:VALID, product: PA - Projects , description: Groups of pre-approved expenditures , implementation_dba_data: PA.PA_EXPENDITURE_GROUPS_ALL ,
-
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: 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 ,
-
Table: PA_TRANSACTION_INTERFACE_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TRANSACTION_INTERFACE_ALL, object_name:PA_TRANSACTION_INTERFACE_ALL, status:VALID, product: PA - Projects , description: Interface table to import transactions from external sources into Oracle Projects , implementation_dba_data: PA.PA_TRANSACTION_INTERFACE_ALL ,
-
Table: PA_TRANSACTION_INTERFACE_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TRANSACTION_INTERFACE_ALL, object_name:PA_TRANSACTION_INTERFACE_ALL, status:VALID, product: PA - Projects , description: Interface table to import transactions from external sources into Oracle Projects , implementation_dba_data: PA.PA_TRANSACTION_INTERFACE_ALL ,
-
Table: PA_SYSTEM_LINKAGES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SYSTEM_LINKAGES, object_name:PA_SYSTEM_LINKAGES, status:VALID, product: PA - Projects , description: System-defined categories that classify expenditure types and determine how expenditure items of each type are processed , implementation_dba_data: PA.PA_SYSTEM_LINKAGES ,
-
View: PAFV_EXPENDITURE_GROUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_GROUPS, object_name:PAFV_EXPENDITURE_GROUPS, status:VALID, product: PA - Projects , description: Business view to show information about the expenditure batches entered. , implementation_dba_data: APPS.PAFV_EXPENDITURE_GROUPS ,
-
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 ,
-
Table: PA_SYSTEM_LINKAGES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SYSTEM_LINKAGES, object_name:PA_SYSTEM_LINKAGES, status:VALID, product: PA - Projects , description: System-defined categories that classify expenditure types and determine how expenditure items of each type are processed , implementation_dba_data: PA.PA_SYSTEM_LINKAGES ,
-
View: PAFV_EXPENDITURE_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_GROUPS, object_name:PAFV_EXPENDITURE_GROUPS, status:VALID, product: PA - Projects , description: Business view to show information about the expenditure batches entered. , implementation_dba_data: APPS.PAFV_EXPENDITURE_GROUPS ,
-
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 ,
-
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_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_PROJ_COST_SUBLEDGER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_COST_SUBLEDGER_V, object_name:PA_PROJ_COST_SUBLEDGER_V, status:VALID, product: PA - Projects , description: View of projects costs including manufacturing costs , implementation_dba_data: APPS.PA_PROJ_COST_SUBLEDGER_V ,
-
View: PA_PROJ_COST_SUBLEDGER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_COST_SUBLEDGER_V, object_name:PA_PROJ_COST_SUBLEDGER_V, status:VALID, product: PA - Projects , description: View of projects costs including manufacturing costs , implementation_dba_data: APPS.PA_PROJ_COST_SUBLEDGER_V ,
-
Table: PA_EXPENDITURE_ITEMS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ALL, object_name:PA_EXPENDITURE_ITEMS_ALL, status:VALID, product: PA - Projects , description: The smallest units of expenditure charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_ITEMS_ALL ,
-
Table: PA_EXPENDITURE_ITEMS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ALL, object_name:PA_EXPENDITURE_ITEMS_ALL, status:VALID, product: PA - Projects , description: The smallest units of expenditure charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_ITEMS_ALL ,
-
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: PAFV_EXPENDITURE_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_ITEMS, object_name:PAFV_EXPENDITURE_ITEMS, status:VALID, product: PA - Projects , description: Business view to show information about the expenditure items entered. , implementation_dba_data: APPS.PAFV_EXPENDITURE_ITEMS ,
-
View: PAFV_EXPENDITURE_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_ITEMS, object_name:PAFV_EXPENDITURE_ITEMS, status:VALID, product: PA - Projects , description: Business view to show information about the expenditure items entered. , implementation_dba_data: APPS.PAFV_EXPENDITURE_ITEMS ,
-
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_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_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 ,
-
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.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.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_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_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_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_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 ,