Search Results batch_seq_num
Overview
The view APPS.IBY_TRANSACTIONS_SET_V is a reporting and integration construct within the Oracle E-Business Suite Payments (IBY) module. It presents a consolidated, denormalized projection of payment transaction data sourced from the Oracle Payments transaction summary and extended transaction tables. The view exposes payment transaction attributes using external or gateway-oriented naming conventions, such as ORDER_ID, MERCHANT_ID, VENDOR_ID, and TRXN_TYPE, alongside settlement-related fields including SET_TRXN_ID, BATCH_ID, and BATCH_SEQ_NUM.
Because it joins summary-level transaction records to extended gateway metadata, the view serves as a single point of reference for payment transactions that have been transmitted to or processed by a payment gateway or settlement engine. Its column aliases reflect SET (Secure Electronic Transaction) and BEP (Back-End Processor) terminology, making it suitable for reconciliation, settlement reporting, and integration with external payment processors.
Underlying Base Objects
The view is defined over two documented base objects:
IBY_TRXN_SUMMARIES_ALL(referenced as a synonym) — supplies the core transaction summary attributes, aliased asSin the view definition.IBY_TRXN_EXTENDED(referenced as a synonym) — supplies extended gateway and processor metadata, aliased asE.
The join condition is S.TRXNMID = E.TRXNMID, meaning the two objects are correlated on the transaction master identifier. This one-to-one relationship between the summary record and its extended detail produces a single row per transaction master within the view. The owner is APPS, and the view is therefore accessible to EBS responsibilities and custom code running under the APPS schema in both 12.1.1 and 12.2.2.
Key Columns
The view exposes several categories of columns:
- Identity and party columns:
ORDER_ID(fromTANGIBLEID),MERCHANT_ID(fromPAYEEID), andVENDOR_ID(fromBEPID). - Transaction attributes:
TRXN_TYPE,AMOUNT,CURRENCY,TIME, andSTATUS. - Settlement and batching:
SPLIT_ID,SET_TRXN_ID,BATCH_ID,BATCH_SEQ_NUM, andBATCH_TRXN_STATUS. TheBATCH_SEQ_NUMcolumn is the batch sequence number, indicating the position of a transaction within its settlement batch. - Gateway and processor detail:
COMPLETION_CODE,CARD_BIN,TERMINAL_ID,REQUEST_TYPE,SUBSEQ_AUTH_IND,ERROR_LOCATION,VENDOR_CODE, andVENDOR_MESSAGE. - Multi-org support:
ORG_ID, enabling operating unit filtering.
Common Use Cases and Queries
The view is commonly used to reconcile gateway settlement files, analyze batch composition, and diagnose transaction failures through completion and error codes. A typical query filtering by batch sequence number is:
SELECT batch_id, batch_seq_num, order_id, set_trxn_id, amount, currency, status, batch_trxn_status FROM apps.iby_transactions_set_v WHERE batch_id = :p_batch_id ORDER BY batch_seq_num;SELECT order_id, vendor_message, completion_code, error_location FROM apps.iby_transactions_set_v WHERE batch_trxn_status = 'FAILED';SELECT batch_id, COUNT(*), SUM(amount) FROM apps.iby_transactions_set_v WHERE org_id = :p_org_id GROUP BY batch_id;
These queries support settlement auditing, failure analysis, and batch-level financial aggregation within the Oracle Payments framework.
-
VIEW: APPS.IBY_TRANSACTIONS_SET_V
12.1.1
-
View: IBY_TRANSACTIONS_SET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANSACTIONS_SET_V, object_name:IBY_TRANSACTIONS_SET_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRANSACTIONS_SET_V ,
-
View: IBY_TRANSACTIONS_SET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANSACTIONS_SET_V, object_name:IBY_TRANSACTIONS_SET_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRANSACTIONS_SET_V ,
-
VIEW: APPS.IBY_TRANSACTIONS_SET_V
12.2.2
-
VIEW: APPS.IBY_TRANSACTIONS_SET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANSACTIONS_SET_V, object_name:IBY_TRANSACTIONS_SET_V, status:VALID,
-
VIEW: APPS.IGF_SL_DL_PNOTE_S_P
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_PNOTE_S_P, object_name:IGF_SL_DL_PNOTE_S_P, status:VALID,
-
VIEW: APPS.IBY_TRANSACTIONS_SET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANSACTIONS_SET_V, object_name:IBY_TRANSACTIONS_SET_V, status:VALID,
-
VIEW: APPS.IGF_SL_DL_MANIFEST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_MANIFEST, object_name:IGF_SL_DL_MANIFEST, status:VALID,
-
VIEW: APPS.IGF_SL_DL_MANIFEST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_MANIFEST_V, object_name:IGF_SL_DL_MANIFEST_V, status:VALID,
-
VIEW: APPS.IGF_SL_DL_PNOTE_S_P_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_PNOTE_S_P_V, object_name:IGF_SL_DL_PNOTE_S_P_V, status:VALID,
-
VIEW: APPS.IGF_SL_DL_PNOTE_P_P
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_PNOTE_P_P, object_name:IGF_SL_DL_PNOTE_P_P, status:VALID,
-
View: IGF_SL_DL_MANIFEST_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_DL_MANIFEST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_MANIFEST_V, object_name:IGF_SL_DL_MANIFEST_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_DL_MANIFEST_V ,
-
TABLE: IGF.IGF_SL_DL_MANIFEST_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DL_MANIFEST_ALL, object_name:IGF_SL_DL_MANIFEST_ALL, status:VALID,
-
View: IGF_SL_DL_PNOTE_S_P_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_PNOTE_S_P_V, object_name:IGF_SL_DL_PNOTE_S_P_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_DL_PNOTE_S_P_V ,
-
View: IGF_SL_DL_PNOTE_S_P
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_DL_PNOTE_S_P_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_DL_MANIFEST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_MANIFEST, object_name:IGF_SL_DL_MANIFEST, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_DL_MANIFEST ,
-
TABLE: IGF.IGF_SL_DL_PNOTE_S_P_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DL_PNOTE_S_P_ALL, object_name:IGF_SL_DL_PNOTE_S_P_ALL, status:VALID,
-
VIEW: APPS.IGF_SL_DL_PNOTE_P_P_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_PNOTE_P_P_V, object_name:IGF_SL_DL_PNOTE_P_P_V, status:VALID,
-
View: IGF_SL_DL_MANIFEST
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_DL_PNOTE_S_P
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_PNOTE_S_P, object_name:IGF_SL_DL_PNOTE_S_P, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_DL_PNOTE_S_P ,
-
View: IGF_SL_DL_PNOTE_P_P_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_PNOTE_P_P_V, object_name:IGF_SL_DL_PNOTE_P_P_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_DL_PNOTE_P_P_V ,
-
View: IGF_SL_DL_PNOTE_P_P
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_DL_PNOTE_P_P_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_DL_PNOTE_P_P
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_PNOTE_P_P, object_name:IGF_SL_DL_PNOTE_P_P, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_DL_PNOTE_P_P ,
-
APPS.IGF_SL_DL_MANIFEST_PKG SQL Statements
12.1.1
-
TABLE: IGF.IGF_SL_DL_PNOTE_P_P_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DL_PNOTE_P_P_ALL, object_name:IGF_SL_DL_PNOTE_P_P_ALL, status:VALID,
-
APPS.IGF_SL_DL_PNOTE_S_P_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_DL_PNOTE_P_P_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_DL_MANIFEST_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_DL_PNOTE_S_P_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_DL_PNOTE_P_P_PKG
12.1.1
-
APPS.IGF_SL_DL_PNOTE_P_P_PKG dependencies on IGF_SL_DL_PNOTE_P_P_ALL
12.1.1
-
APPS.IGF_SL_DL_MANIFEST_PKG dependencies on IGF_SL_DL_MANIFEST_ALL
12.1.1
-
APPS.IGF_SL_DL_PNOTE_S_P_PKG dependencies on IGF_SL_DL_PNOTE_S_P_ALL
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
eTRM - IBY Tables and Views
12.1.1
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
eTRM - IBY Tables and Views
12.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,