DBA Data[Home] [Help]

VIEW: APPS.PA_TRX_INTF_ORIG_TRANSREF_V

Source

View Text - Preformatted

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
View Text - HTML Formatted

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