Search Results iby_pay_instructions_h
Overview
The IBY_PAY_INSTRUCTIONS_H table is a core data object within the Oracle Payments (IBY) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It functions as a historical audit trail for payment instructions. When a payment instruction is created, processed, or its status changes, a snapshot of its key attributes is recorded in this table. This provides a complete, immutable history of each payment instruction's lifecycle, which is critical for audit compliance, troubleshooting payment processing issues, and generating detailed historical reports on payment activities. The table's primary key, PAYMENT_INSTRUCTION_HISTORY_ID, uniquely identifies each historical record.
Key Information Stored
The table stores a comprehensive set of attributes captured at specific points in a payment instruction's history. Based on the provided metadata, critical columns include the primary identifier, PAYMENT_INSTRUCTION_HISTORY_ID, and several foreign key columns that link to related configuration entities. These foreign keys are BEPID (linking to IBY_BEPINFO for the Business Event Processor), PAYMENT_FORMAT_CODE, PAYMENT_REASON_CODE (linking to IBY_PAYMENT_REASONS_B), TRANSMIT_CONFIGURATION_ID, and POSITIVE_PAY_FORMAT_CODE. While the specific content columns are not detailed in the excerpt, such a table typically captures data points like the payment instruction ID, status, amount, currency, payment process request ID, and the timestamp of the historical snapshot.
Common Use Cases and Queries
This table is primarily used for auditing and investigative reporting. A common scenario involves tracing the status evolution of a specific payment instruction to identify when and why it failed or was put on hold. Analysts may also query it to report on all payment instructions processed by a specific format or through a particular transmission configuration over a given period. A sample query pattern to retrieve the history for a payment instruction would be:
- SELECT * FROM iby.iby_pay_instructions_h WHERE payment_instruction_id = :p_inst_id ORDER BY creation_date;
Another typical use case is joining this history table with the current payment instructions table (IBY_PAY_INSTRUCTIONS_ALL) to compare current state against past states for reconciliation purposes.
Related Objects
The IBY_PAY_INSTRUCTIONS_H table has defined relationships with several other IBY configuration tables, as indicated by its foreign keys. Key related objects include:
- IBY_BEPINFO: References the BEPID to provide details about the Business Event Processor involved.
- IBY_PAYMENT_REASONS_B: References the PAYMENT_REASON_CODE to provide the descriptive reason for the payment.
- IBY_PAY_INSTRUCTIONS_ALL: The primary transactional table for which this table provides the historical audit trail. The relationship is typically maintained via the PAYMENT_INSTRUCTION_ID column.
These relationships ensure that the historical snapshot retains contextual information about the system configuration at the time the record was created.
-
Table: IBY_PAY_INSTRUCTIONS_H
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAY_INSTRUCTIONS_H, object_name:IBY_PAY_INSTRUCTIONS_H, status:VALID, product: IBY - Payments , description: IBY_PAY_INSTRUCTIONS_H stores historical snapshots of payment instructions. This table contains denormalized versions of payment instructions from specific points in time, including when the payment instruction was submitted to a payment sy , implementation_dba_data: IBY.IBY_PAY_INSTRUCTIONS_H ,
-
Table: IBY_PAY_INSTRUCTIONS_H
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAY_INSTRUCTIONS_H, object_name:IBY_PAY_INSTRUCTIONS_H, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PAY_INSTRUCTIONS_H ,
-
SYNONYM: APPS.IBY_PAY_INSTRUCTIONS_H
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_PAY_INSTRUCTIONS_H, status:VALID,
-
SYNONYM: APPS.IBY_PAY_INSTRUCTIONS_H
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_PAY_INSTRUCTIONS_H, status:VALID,
-
Table: IBY_FORMATS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FORMATS_B, object_name:IBY_FORMATS_B, status:VALID, product: IBY - Payments , description: Stores payment processing format types , implementation_dba_data: IBY.IBY_FORMATS_B ,
-
VIEW: IBY.IBY_PAY_INSTRUCTIONS_H#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_PAY_INSTRUCTIONS_H#, status:VALID,
-
VIEW: IBY.IBY_PAY_INSTRUCTIONS_H#
12.2.2
-
Table: IBY_TRANSMIT_CONFIGS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRANSMIT_CONFIGS_B, object_name:IBY_TRANSMIT_CONFIGS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_TRANSMIT_CONFIGS_B ,
-
Table: IBY_PAYMENT_REASONS_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENT_REASONS_B, object_name:IBY_PAYMENT_REASONS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PAYMENT_REASONS_B ,
-
Table: IBY_PAYMENTS_H
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENTS_H, object_name:IBY_PAYMENTS_H, status:VALID, product: IBY - Payments , description: IBY_PAYMENTS_H table stores historical snapshots of payments. This table contains denormalized versions of payments from specific points in time, including when the payment was submitted to a payment system. Different snapshots of the same , implementation_dba_data: IBY.IBY_PAYMENTS_H ,
-
Table: IBY_BEPINFO
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BEPINFO, object_name:IBY_BEPINFO, status:VALID, product: IBY - Payments , description: IBY_BEPKEYS stores information about the payment systems. , implementation_dba_data: IBY.IBY_BEPINFO ,
-
Table: IBY_PAYMENT_REASONS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENT_REASONS_B, object_name:IBY_PAYMENT_REASONS_B, status:VALID, product: IBY - Payments , description: IBY_PAYMENT_REASONS stores payment reasons that are used as lookup values for payee records or documents payable, that is, invoices. This table is similar to FND_LOOKUPS, but with a new column for territory identification. Products that use , implementation_dba_data: IBY.IBY_PAYMENT_REASONS_B ,
-
Table: IBY_BEPINFO
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BEPINFO, object_name:IBY_BEPINFO, status:VALID, product: IBY - Payments , description: IBY_BEPINFO has a row for every BEP(Back End Payment System) configured in system. A BEP is a payment provider such as Cybercash, Verifone etc , implementation_dba_data: IBY.IBY_BEPINFO ,
-
TABLE: IBY.IBY_PAY_INSTRUCTIONS_H
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAY_INSTRUCTIONS_H, object_name:IBY_PAY_INSTRUCTIONS_H, status:VALID,
-
TABLE: IBY.IBY_PAY_INSTRUCTIONS_H
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAY_INSTRUCTIONS_H, object_name:IBY_PAY_INSTRUCTIONS_H, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Foreign Keys
12.1.1
-
eTRM - IBY Tables and Views
12.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
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 ,
-
eTRM - IBY Tables and Views
12.1.1
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1