Search Results iby_delivery_channels_b
Overview
The IBY_DELIVERY_CHANNELS_B table is a core reference data object within the Oracle E-Business Suite Payments (IBY) module. It functions as a lookup repository for valid delivery channel codes, which define the method by which payment-related information is transmitted to an external payee or for a payable document. This table is architecturally similar to the standard FND_LOOKUPS table but is specialized for payments with the inclusion of a territory-specific identifier. Its primary role is to provide a controlled, validated list of delivery mechanisms—such as Electronic Data Interchange (EDI), email, or print—that can be assigned during the setup of external payees and the processing of payments and documents payable. This ensures data integrity and consistency across the payment execution flow in both EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is centered on the delivery channel code and its associated territory. The primary key is the DELIVERY_CHANNEL_CODE column, which stores the unique, short identifier for the channel (e.g., 'EFT', 'CHECK'). A critical column is TERRITORY_CODE, which references the FND_TERRITORIES table. This allows for the definition and validation of delivery channels that may be specific to a particular country or region, enabling localized payment practices. While the base table stores the core code and territory, descriptive, translatable information (like the channel name and description) is typically stored in the related translation table, IBY_DELIVERY_CHANNELS_TL.
Common Use Cases and Queries
A primary use case is validating the delivery channel during the creation or update of an external payee record. The application uses this table to present a list of valid channels for a payee's country. For reporting and data validation, common queries include listing all available channels for a specific territory or identifying which payees are set up for a particular channel. For instance, to find all electronic delivery channels valid for the United States, one might use:
SELECT dc.delivery_channel_code, dctl.meaning
FROM iby_delivery_channels_b dc,
iby_delivery_channels_tl dctl,
fnd_territories t
WHERE dc.delivery_channel_code = dctl.delivery_channel_code
AND dc.territory_code = t.territory_code
AND t.iso_territory_code = 'US'
AND dctl.language = USERENV('LANG');
Another critical scenario is troubleshooting payment batch issues by verifying the delivery channel codes assigned to documents payable or payment instructions, ensuring they align with the payee's setup.
Related Objects
The IBY_DELIVERY_CHANNELS_B table is a central reference point for several key transactional and setup tables in the Payments module, as documented by its foreign key relationships:
- Referenced by (Parent): FND_TERRITORIES via the TERRITORY_CODE column.
- Referenced from (Child Tables):
- IBY_DELIVERY_CHANNELS_TL (DELIVERY_CHANNEL_CODE) – Stores translated descriptions.
- IBY_EXTERNAL_PAYEES_ALL (DELIVERY_CHANNEL_CODE) – Defines the preferred payment delivery method for a payee.
- IBY_DOCS_PAYABLE_ALL (DELIVERY_CHANNEL_CODE) – Specifies the delivery channel for an individual payable document.
- IBY_PAYMENTS_ALL (DELIVERY_CHANNEL_CODE) – Stores the delivery channel for a specific payment instruction.
- IBY_TEMP_EXT_PAYEES (DELIVERY_CHANNEL_CODE) – Used during the temporary staging of external payee data.
These relationships underscore the table's integral role in ensuring that delivery channel references are consistent and enforceable from payee setup through to payment execution.
-
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_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 ,
-
APPS.IBY_DELIVERY_CHANNELS_PKG dependencies on IBY_DELIVERY_CHANNELS_B
12.1.1
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_DELIVERY_CHANNELS_B
12.2.2
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_DELIVERY_CHANNELS_B
12.2.2
-
APPS.IBY_DELIVERY_CHANNELS_PKG dependencies on IBY_DELIVERY_CHANNELS_B
12.2.2
-
VIEW: IBY.IBY_DELIVERY_CHANNELS_B#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_DELIVERY_CHANNELS_B#, status:VALID,
-
SYNONYM: APPS.IBY_DELIVERY_CHANNELS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_DELIVERY_CHANNELS_B, status:VALID,
-
TRIGGER: APPS.IBY_DELIVERY_CHANNELS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IBY_DELIVERY_CHANNELS_B+, status:VALID,
-
VIEW: APPS.IBY_DELIVERY_CHANNELS_VL
12.1.1
-
VIEW: IBY.IBY_DELIVERY_CHANNELS_B#
12.2.2
-
APPS.IBY_DELIVERY_CHANNELS_PKG SQL Statements
12.2.2
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_SECURITY_SEGMENTS
12.2.2
-
SYNONYM: APPS.IBY_DELIVERY_CHANNELS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_DELIVERY_CHANNELS_B, status:VALID,
-
VIEW: APPS.IBY_DELIVERY_CHANNELS_VL
12.2.2
-
APPS.IBY_DELIVERY_CHANNELS_PKG SQL Statements
12.1.1
-
TRIGGER: APPS.IBY_DELIVERY_CHANNELS_B+
12.2.2
-
FUNCTION: APPS.IBY_DELIVERY_CHANNELS_B=
12.2.2
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_EXT_BANK_ACCOUNTS_INT_V
12.2.2
-
Table: IBY_DELIVERY_CHANNELS_TL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_TL, object_name:IBY_DELIVERY_CHANNELS_TL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_DELIVERY_CHANNELS_TL ,
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on CE_BANK_BRANCHES_V
12.2.2
-
PACKAGE BODY: APPS.IBY_DELIVERY_CHANNELS_PKG
12.2.2
-
PACKAGE BODY: APPS.IBY_DELIVERY_CHANNELS_PKG
12.1.1
-
Table: IBY_PAYMENTS_ALL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENTS_ALL, object_name:IBY_PAYMENTS_ALL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PAYMENTS_ALL ,
-
Table: IBY_DELIVERY_CHANNELS_TL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_TL, object_name:IBY_DELIVERY_CHANNELS_TL, 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_TL ,
-
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 ,
-
FUNCTION: APPS.IBY_DELIVERY_CHANNELS_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IBY_DELIVERY_CHANNELS_B=, status:VALID,
-
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 ,
-
Table: IBY_EXTERNAL_PAYEES_ALL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_EXTERNAL_PAYEES_ALL, object_name:IBY_EXTERNAL_PAYEES_ALL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_EXTERNAL_PAYEES_ALL ,
-
TABLE: IBY.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,
-
View: IBY_DELIVERY_CHANNELS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_VL, object_name:IBY_DELIVERY_CHANNELS_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_DELIVERY_CHANNELS_VL ,
-
12.2.2 DBA Data
12.2.2
-
Table: IBY_DOCS_PAYABLE_ALL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCS_PAYABLE_ALL, object_name:IBY_DOCS_PAYABLE_ALL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_DOCS_PAYABLE_ALL ,
-
View: IBY_DELIVERY_CHANNELS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_VL, object_name:IBY_DELIVERY_CHANNELS_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_DELIVERY_CHANNELS_VL ,
-
TABLE: IBY.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,
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_SYS_SECURITY_SUBKEYS
12.2.2
-
Table: IBY_DOCS_PAYABLE_ALL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCS_PAYABLE_ALL, object_name:IBY_DOCS_PAYABLE_ALL, status:VALID, product: IBY - Payments , description: "This table contains records of the documents payable which are updated by system while processing 'Build payments' program. IBY_DOCS_PAYABLE_ALL stores Oracle Payments' representation of source products' documents payable. A document pay , implementation_dba_data: IBY.IBY_DOCS_PAYABLE_ALL ,
-
PACKAGE BODY: APPS.IBY_DELIVERY_CHANNELS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_DELIVERY_CHANNELS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IBY_DELIVERY_CHANNELS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_DELIVERY_CHANNELS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: IBY_EXTERNAL_PAYEES_ALL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_EXTERNAL_PAYEES_ALL, object_name:IBY_EXTERNAL_PAYEES_ALL, status:VALID, product: IBY - Payments , description: "This table contains payment details of an external payee automatically created by the source product. For example when supplier or supplier site is created manually system automatically inserts row in to the IBY_EXTERNAL_PAYEES_ALL table. , implementation_dba_data: IBY.IBY_EXTERNAL_PAYEES_ALL ,
-
Table: IBY_PAYMENTS_ALL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENTS_ALL, object_name:IBY_PAYMENTS_ALL, status:VALID, product: IBY - Payments , description: "This table contains records of the payments which are created by system while processing 'Build payments' program. A payment can be a single check or an electronic fund transfer between first party payer and third party payee. A row in , implementation_dba_data: IBY.IBY_PAYMENTS_ALL ,
-
Table: FND_TERRITORIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_TERRITORIES, object_name:FND_TERRITORIES, status:VALID, product: FND - Application Object Library , description: Territories, also known as countries , implementation_dba_data: APPLSYS.FND_TERRITORIES ,
-
Table: FND_TERRITORIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_TERRITORIES, object_name:FND_TERRITORIES, status:VALID, product: FND - Application Object Library , description: Territories, also known as countries , implementation_dba_data: APPLSYS.FND_TERRITORIES ,
-
APPS.IBY_DELIVERY_CHANNELS_PKG dependencies on IBY_DELIVERY_CHANNELS_TL
12.2.2
-
APPS.IBY_DELIVERY_CHANNELS_PKG dependencies on IBY_DELIVERY_CHANNELS_TL
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.IBY_VALIDATIONSETS_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IBY_VALIDATIONSETS_PUB, status:VALID,
-
PACKAGE BODY: APPS.IBY_VALIDATIONSETS_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_VALIDATIONSETS_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2