Search Results iby_formats_b
Overview
The IBY_FORMATS_B table is a core reference table within the Oracle E-Business Suite Payments (IBY) module, specifically for releases 12.1.1 and 12.2.2. Its primary function is to serve as a centralized repository for storing and defining payment processing format types. These format types are critical templates that govern the structure and content of electronic payment files, settlement reports, payer notifications, and other financial communication documents exchanged with banks and payment systems. The table acts as a master list of available formats, enabling the configuration and execution of diverse payment methods, including Electronic Funds Transfer (EFT), credit cards, and direct debits. Its role is foundational to the generation of compliant, bank-specific payment instructions.
Key Information Stored
The table's structure is designed to catalog unique format definitions. The primary key, FORMAT_CODE, is the unique identifier for each format type stored in the system. While the provided ETRM excerpt does not list all columns, the foreign key relationships reveal the nature of the data. The table associates these format codes with specific functional areas of payment processing. Key logical data points inferred from these relationships include format classification (e.g., settlement, query, funds transfer), associated payment system (credit card, EFT, direct debit), and linkage to specific extract definitions (via EXTRACT_ID). The table essentially maintains the metadata that tells the payment engine how to format output for various banking protocols and reporting requirements.
Common Use Cases and Queries
This table is primarily referenced during the setup and execution of payment processes. A common administrative use case is querying all available formats for a given payment system during configuration. For instance, when setting up an EFT payment system profile, a user selects from format codes defined in IBY_FORMATS_B for the funds transfer, verification, and accompanying letter. Troubleshooting or auditing payment file generation may also involve this table. Sample SQL to list all format codes and their associated extracts would be foundational:
- SELECT format_code, extract_id FROM iby.iby_formats_b ORDER BY format_code;
Another critical use case is identifying which system profiles utilize a specific format, which can be achieved by joining to the various profile tables (e.g., IBY_FNDCPT_SYS_EFT_PF_B) referenced in the foreign keys.
Related Objects
The IBY_FORMATS_B table has extensive relationships within the Payments schema, as evidenced by the numerous foreign keys. Key dependent objects include:
- IBY_EXTRACTS_B: Links a format to its specific extract definition logic.
- IBY_FNDCPT_SYS_EFT_PF_B, IBY_FNDCPT_SYS_CC_PF_B, IBY_FNDCPT_SYS_DC_PF_B: These payment system profile tables reference IBY_FORMATS_B for critical format types like SETTLEMENT_FORMAT_CODE, QUERY_FORMAT_CODE, and PAYER_NOTIFICATION_FORMAT.
- IBY_PMT_SYS_FORMATS: Associates payment systems with the payment formats they support.
- IBY_TEMP_EXT_PAYEES: References the payment format for temporary external payee records.
These relationships underscore that IBY_FORMATS_B is a central hub, with its format codes being consumed across the entire payment processing configuration to ensure consistent and correct file formatting.
-
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_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_FNDCPT_SYS_EFT_PF_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_SYS_EFT_PF_B, object_name:IBY_FNDCPT_SYS_EFT_PF_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_SYS_EFT_PF_B ,
-
Table: IBY_FNDCPT_SYS_DC_PF_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_SYS_DC_PF_B, object_name:IBY_FNDCPT_SYS_DC_PF_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_SYS_DC_PF_B ,
-
Table: IBY_FNDCPT_SYS_EFT_PF_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_SYS_EFT_PF_B, object_name:IBY_FNDCPT_SYS_EFT_PF_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_SYS_EFT_PF_B ,
-
Table: IBY_SYS_PMT_PROFILES_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_SYS_PMT_PROFILES_B, object_name:IBY_SYS_PMT_PROFILES_B, status:VALID, product: IBY - Payments , description: "This table stores Payment Process Profile setup for Funds Disbursement transactions. This table also stores information of the seeded Payment process profiles. IBY_SYS_PMT_PROFILES_B stores information that specifies the bulk of payment , implementation_dba_data: IBY.IBY_SYS_PMT_PROFILES_B ,
-
Table: IBY_FNDCPT_SYS_DC_PF_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_SYS_DC_PF_B, object_name:IBY_FNDCPT_SYS_DC_PF_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_SYS_DC_PF_B ,
-
Table: IBY_FNDCPT_SYS_CC_PF_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_SYS_CC_PF_B, object_name:IBY_FNDCPT_SYS_CC_PF_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_SYS_CC_PF_B ,
-
Table: IBY_FNDCPT_SYS_CC_PF_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_SYS_CC_PF_B, object_name:IBY_FNDCPT_SYS_CC_PF_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_SYS_CC_PF_B ,
-
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_PMT_SYS_FORMATS
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PMT_SYS_FORMATS, object_name:IBY_PMT_SYS_FORMATS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PMT_SYS_FORMATS ,
-
Table: IBY_EXTRACTS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_EXTRACTS_B, object_name:IBY_EXTRACTS_B, status:VALID, product: IBY - Payments , description: Defines data extracts for payment file creation , implementation_dba_data: IBY.IBY_EXTRACTS_B ,
-
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_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_REMIT_ADVICE_SETUP
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_REMIT_ADVICE_SETUP, object_name:IBY_REMIT_ADVICE_SETUP, status:VALID, product: IBY - Payments , description: IBY_REMIT_ADVICE_SETUP stores information on creating and delivering remittance information, or remittance advice, for a payee separately from the payment itself. Remittance advice setup is organized by payment process profile. Each payment , implementation_dba_data: IBY.IBY_REMIT_ADVICE_SETUP ,
-
Table: IBY_PMT_SYS_FORMATS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PMT_SYS_FORMATS, object_name:IBY_PMT_SYS_FORMATS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PMT_SYS_FORMATS ,
-
Table: IBY_EXTRACTS_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_EXTRACTS_B, object_name:IBY_EXTRACTS_B, status:VALID, product: IBY - Payments , description: Defines data extracts for payment file creation , implementation_dba_data: IBY.IBY_EXTRACTS_B ,
-
View: IBY_FORMATS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FORMATS_VL, object_name:IBY_FORMATS_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FORMATS_VL ,
-
View: IBY_FORMATS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FORMATS_VL, object_name:IBY_FORMATS_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FORMATS_VL ,
-
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 ,
-
Table: IBY_EXTRACT_ACTIVATIONS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_EXTRACT_ACTIVATIONS, object_name:IBY_EXTRACT_ACTIVATIONS, status:VALID, product: IBY - Payments , description: IBY_EXTRACT_ACTIVATIONS defines which computed fields within an extract are unnecessary for a particular format, with each row corresponding to a single field for that extract. When the extract engine is called for a particular format, ever , implementation_dba_data: IBY.IBY_EXTRACT_ACTIVATIONS ,
-
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 ,
-
View: IBY_XML_FD_INS_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_INS_1_0_V, object_name:IBY_XML_FD_INS_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_INS_1_0_V ,
-
View: IBY_XML_FD_INS_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_INS_1_0_V, object_name:IBY_XML_FD_INS_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_INS_1_0_V ,