Search Results iby_temp_ext_payees
Overview
The IBY_TEMP_EXT_PAYEES table is a core data object within the Oracle Payments (IBY) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It functions as a temporary staging area for external payee information during payment processing workflows. This table is essential for managing the creation and validation of payee records that are not internal suppliers or employees, such as one-time vendors, legal beneficiaries, or other third-party recipients of funds. Its primary role is to hold provisional payee data before it is formally validated, enriched with banking details, and potentially converted into permanent records in related master tables, ensuring data integrity and facilitating complex payment instruction generation.
Key Information Stored
The table's structure is designed to capture comprehensive payee and payment instruction details. Its primary key is the TEMP_EXT_PAYEE_ID, which uniquely identifies each staged record. Critical foreign key columns link to reference tables to enforce business rules and ensure consistency. These include DEFAULT_PAYMENT_METHOD_CODE (referencing IBY_PAYMENT_METHODS_B), PAYMENT_FORMAT_CODE (IBY_FORMATS_B), and DELIVERY_CHANNEL_CODE (IBY_DELIVERY_CHANNELS_B). Furthermore, the table stores codes for payment reasons (PAYMENT_REASON_CODE) and up to two bank instructions (BANK_INSTRUCTION1_CODE, BANK_INSTRUCTION2_CODE), linking to IBY_PAYMENT_REASONS_B and IBY_BANK_INSTRUCTIONS_B respectively. This design centralizes all necessary attributes—from payment delivery preferences to processing instructions—for a temporary external payee.
Common Use Cases and Queries
A primary use case is troubleshooting payment creation processes that involve one-time or external payees. Administrators may query this table to identify payee records that failed validation or are stuck in a pending state. Common SQL patterns include joining to referenced tables to get descriptive values for codes. For instance, a query to review all temporary payees for a specific payment format would join IBY_TEMP_EXT_PAYEES to IBY_FORMATS_B. Reporting use cases often involve auditing the lifecycle of temporary payee data, such as identifying records created but not processed within a certain timeframe, which can be achieved by filtering on creation date columns (typically CREATION_DATE) not present in the provided metadata but common in EBS tables.
Related Objects
The IBY_TEMP_EXT_PAYEES table is centrally connected to several key Payments module entities. As indicated by its foreign keys, it has direct dependencies on reference tables like IBY_PAYMENT_METHODS_B, IBY_FORMATS_B, IBY_DELIVERY_CHANNELS_B, IBY_PAYMENT_REASONS_B, and IBY_BANK_INSTRUCTIONS_B. Crucially, it is referenced by the IBY_TEMP_PMT_INSTR_USES table via the TEMP_EXT_PARTY_ID foreign key, linking temporary payees to their corresponding temporary payment instructions. This relationship is fundamental to the payment instruction build process. While not listed in the excerpt, this table is also typically accessed and managed through standard Oracle Payments APIs and user interfaces, rather than via direct DML operations.
-
Table: IBY_TEMP_EXT_PAYEES
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TEMP_EXT_PAYEES, object_name:IBY_TEMP_EXT_PAYEES, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_TEMP_EXT_PAYEES ,
-
Table: IBY_TEMP_EXT_PAYEES
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TEMP_EXT_PAYEES, object_name:IBY_TEMP_EXT_PAYEES, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_TEMP_EXT_PAYEES ,
-
SYNONYM: APPS.IBY_TEMP_EXT_PAYEES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_TEMP_EXT_PAYEES, status:VALID,
-
SYNONYM: APPS.IBY_TEMP_EXT_PAYEES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_TEMP_EXT_PAYEES, status:VALID,
-
Table: IBY_BANK_INSTRUCTIONS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BANK_INSTRUCTIONS_B, object_name:IBY_BANK_INSTRUCTIONS_B, status:VALID, product: IBY - Payments , description: IBY_BANK_INSTRUCTIONS stores bank instructions that are used as lookup values for payment process profiles and external payee setup. This table corresponds to the Bank Instruction Codes page. , implementation_dba_data: IBY.IBY_BANK_INSTRUCTIONS_B ,
-
Table: IBY_BANK_INSTRUCTIONS_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BANK_INSTRUCTIONS_B, object_name:IBY_BANK_INSTRUCTIONS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_BANK_INSTRUCTIONS_B ,
-
VIEW: IBY.IBY_TEMP_EXT_PAYEES#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_TEMP_EXT_PAYEES#, status:VALID,
-
VIEW: IBY.IBY_TEMP_EXT_PAYEES#
12.2.2
-
TABLE: IBY.IBY_TEMP_EXT_PAYEES
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TEMP_EXT_PAYEES, object_name:IBY_TEMP_EXT_PAYEES, status:VALID,
-
TABLE: IBY.IBY_TEMP_EXT_PAYEES
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TEMP_EXT_PAYEES, object_name:IBY_TEMP_EXT_PAYEES, status:VALID,
-
Table: IBY_TEMP_PMT_INSTR_USES
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TEMP_PMT_INSTR_USES, object_name:IBY_TEMP_PMT_INSTR_USES, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_TEMP_PMT_INSTR_USES ,
-
Table: IBY_PAYMENT_METHODS_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENT_METHODS_B, object_name:IBY_PAYMENT_METHODS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PAYMENT_METHODS_B ,
-
Table: IBY_TEMP_PMT_INSTR_USES
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TEMP_PMT_INSTR_USES, object_name:IBY_TEMP_PMT_INSTR_USES, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_TEMP_PMT_INSTR_USES ,
-
Table: IBY_DELIVERY_CHANNELS_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_B, object_name:IBY_DELIVERY_CHANNELS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_DELIVERY_CHANNELS_B ,
-
Table: IBY_FORMATS_B
12.1.1
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 ,
-
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_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_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 ,
-
Table: IBY_DELIVERY_CHANNELS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_B, object_name:IBY_DELIVERY_CHANNELS_B, status:VALID, product: IBY - Payments , description: IBY_DELIVERY_CHANNELS stores delivery channel information that is used as lookup values for external payee setup or documents payable. The table is similar to FND_LOOKUPS, but with a new column for territory identification. Products that us , implementation_dba_data: IBY.IBY_DELIVERY_CHANNELS_B ,
-
Table: IBY_PAYMENT_METHODS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENT_METHODS_B, object_name:IBY_PAYMENT_METHODS_B, status:VALID, product: IBY - Payments , description: IBY_PAYMENT_METHODS stores the payment methods that Oracle Payments supports. A payment method is a payment attribute on a document payable that indicates how the first party payer is going to make the payment. Examples of payment methods i , implementation_dba_data: IBY.IBY_PAYMENT_METHODS_B ,
-
12.2.2 DBA Data
12.2.2
-
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.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
-
TABLE: IBY.IBY_TEMP_PMT_INSTR_USES
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TEMP_PMT_INSTR_USES, object_name:IBY_TEMP_PMT_INSTR_USES, status:VALID,
-
TABLE: IBY.IBY_TEMP_PMT_INSTR_USES
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TEMP_PMT_INSTR_USES, object_name:IBY_TEMP_PMT_INSTR_USES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
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 ,
-
eTRM - IBY Tables and Views
12.2.2
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