Search Results iby_sys_pmt_profiles_b
Overview
The IBY_SYS_PMT_PROFILES_B table is a core setup table within the Oracle E-Business Suite Payments module (IBY). It stores the master definition for Payment Process Profiles, which are critical configuration entities that govern the end-to-end execution of Funds Disbursement (i.e., outgoing payments) transactions. These profiles act as templates, specifying the bulk of the payment processing logic, including formatting, transmission, and bank instructions. The table holds both user-defined profiles and Oracle-seeded profiles, providing a centralized repository for the rules that determine how payments are generated and communicated to financial institutions in both EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's primary key is the SYSTEM_PROFILE_CODE, a unique identifier for each profile. Its most significant columns are foreign keys that link to other setup tables, defining the profile's behavior. Key columns include BEPID (linking to IBY_BEPINFO to identify the Bank Enterprise Publisher or payment system), TRANSMIT_PROTOCOL_CODE (defining the transmission method), and PAYMENT_FORMAT_CODE (specifying the payment file format, e.g., NACHA, BACS). Other crucial columns reference formats for positive pay files (POSITIVE_PAY_FORMAT_CODE) and payment advice letters (PAY_FILE_LETTER_FORMAT_CODE), as well as codes for optional bank instructions (BANK_INSTRUCTION1_CODE, BANK_INSTRUCTION2_CODE). This structure allows a single profile to encapsulate a complete payment processing rule set.
Common Use Cases and Queries
This table is central to troubleshooting payment process execution and understanding system configuration. Common scenarios include identifying which profiles are assigned to specific bank accounts or identifying the setup behind a failed payment submission. A typical diagnostic query joins the system profile to its related setup tables to view a complete profile definition. For example:
- To list all payment process profiles with their associated payment format and transmission protocol:
SELECT sp.system_profile_code, sp.profile_name, f.format_name, tp.protocol_name FROM iby_sys_pmt_profiles_b sp, iby_formats_b f, iby_transmit_protocols_b tp WHERE sp.payment_format_code = f.format_code(+) AND sp.transmit_protocol_code = tp.protocol_code(+); - To find profiles using a specific BEP (payment system):
SELECT system_profile_code, profile_name FROM iby_sys_pmt_profiles_b WHERE bepid = (SELECT bepid FROM iby_bepinfo WHERE bep_name = '&BEP_NAME');
Reporting often involves joining to IBY_ACCT_PMT_PROFILES_B to see profile assignments to bank accounts.
Related Objects
IBY_SYS_PMT_PROFILES_B is a major hub in the Payments schema, referenced by numerous child tables that extend or utilize its configuration. Key related objects include the translation table IBY_SYS_PMT_PROFILES_TL for multilingual names and several rule and assignment tables: IBY_ACCT_PMT_PROFILES_B (assigns profiles to bank accounts), IBY_PMT_CREATION_RULES, IBY_INSTR_CREATION_RULES, and IBY_PMT_LOGICAL_GRP_RULES. It also links to setup tables for remittance advice (IBY_REMIT_ADVICE_SETUP) and defines applicability (IBY_APPLICABLE_PMT_PROFS). Its foreign key relationships to IBY_FORMATS_B, IBY_TRANSMIT_PROTOCOLS_B, IBY_BEPINFO, and IBY_BANK_INSTRUCTIONS_B are essential for retrieving the descriptive details of the referenced setup entities.
-
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_SYS_PMT_PROFILES_B
12.1.1
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 , implementation_dba_data: IBY.IBY_SYS_PMT_PROFILES_B ,
-
APPS.FII_AP_INV_SUM_INIT dependencies on IBY_SYS_PMT_PROFILES_B
12.1.1
-
APPS.IBY_EXTRACTGEN_PVT dependencies on IBY_SYS_PMT_PROFILES_B
12.1.1
-
APPS.IBY_DISBURSE_SUBMIT_PUB_PKG dependencies on IBY_SYS_PMT_PROFILES_B
12.2.2
-
APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on IBY_SYS_PMT_PROFILES_B
12.2.2
-
APPS.IBY_PAYGROUP_PUB dependencies on IBY_SYS_PMT_PROFILES_B
12.1.1
-
APPS.IBY_UPG_PPP_PKG dependencies on IBY_SYS_PMT_PROFILES_B
12.1.1
-
APPS.FII_AP_INV_SUM_INC dependencies on IBY_SYS_PMT_PROFILES_B
12.1.1
-
APPS.IBY_PAYINSTR_PUB dependencies on IBY_SYS_PMT_PROFILES_B
12.1.1
-
APPS.IBY_UPG_PPP_PKG dependencies on IBY_SYS_PMT_PROFILES_B
12.2.2
-
APPS.IBY_DISBURSE_SUBMIT_PUB_PKG dependencies on IBY_SYS_PMT_PROFILES_B
12.1.1
-
APPS.IBY_SYS_PMT_PROFILES_PKG dependencies on IBY_SYS_PMT_PROFILES_B
12.1.1
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_SYS_PMT_PROFILES_B
12.1.1
-
APPS.IBY_BUILD_UTILS_PKG dependencies on IBY_SYS_PMT_PROFILES_B
12.1.1
-
APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on IBY_SYS_PMT_PROFILES_B
12.1.1
-
APPS.IBY_SYS_PMT_PROFILES_PKG dependencies on IBY_SYS_PMT_PROFILES_B
12.2.2
-
APPS.IBY_PAYINSTR_PUB dependencies on IBY_SYS_PMT_PROFILES_B
12.2.2
-
APPS.IBY_EXTRACTGEN_PVT dependencies on IBY_SYS_PMT_PROFILES_B
12.2.2
-
APPS.IBY_BUILD_UTILS_PKG dependencies on IBY_SYS_PMT_PROFILES_B
12.2.2
-
APPS.IBY_BUILD_UTILS_PKG dependencies on IBY_APPLICABLE_PMT_PROFS
12.2.2
-
APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on IBY_REMIT_ADVICE_SETUP
12.1.1
-
APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on IBY_PAYMENT_PROFILES
12.1.1
-
TRIGGER: APPS.IBY_SYS_PMT_PROFILES_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IBY_SYS_PMT_PROFILES_B+, status:VALID,
-
APPS.FII_AP_INV_SUM_INIT dependencies on IBY_ACCT_PMT_PROFILES_B
12.1.1
-
APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on IBY_REMIT_ADVICE_SETUP
12.2.2
-
SYNONYM: APPS.IBY_SYS_PMT_PROFILES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_SYS_PMT_PROFILES_B, status:VALID,
-
VIEW: APPS.IBY_SYS_PMT_PROFILES_B_DFV
12.2.2
-
VIEW: APPS.IBY_SYS_PMT_PROFILES_B_DFV
12.1.1
-
APPS.IBY_BUILD_UTILS_PKG dependencies on IBY_APPLICABLE_PMT_PROFS
12.1.1
-
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 ,
-
APPS.FII_AP_INV_SUM_INIT dependencies on AP_CHECKS_ALL
12.1.1
-
APPS.IBY_BUILD_UTILS_PKG dependencies on IBY_ACCT_PMT_PROFILES_B
12.2.2
-
APPS.IBY_PAYINSTR_PUB dependencies on IBY_ACCT_PMT_PROFILES_B
12.2.2
-
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 ,
-
TRIGGER: APPS.IBY_SYS_PMT_PROFILES_B+
12.2.2
-
SYNONYM: APPS.IBY_SYS_PMT_PROFILES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_SYS_PMT_PROFILES_B, status:VALID,
-
VIEW: IBY.IBY_SYS_PMT_PROFILES_B#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_SYS_PMT_PROFILES_B#, status:VALID,
-
APPS.IBY_PAYINSTR_PUB dependencies on IBY_ACCT_PMT_PROFILES_B
12.1.1
-
APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on IBY_PAYMENT_PROFILES
12.2.2
-
APPS.FII_AP_INV_SUM_INC dependencies on IBY_ACCT_PMT_PROFILES_B
12.1.1
-
APPS.FII_AP_INV_SUM_INC dependencies on AP_CHECKS_ALL
12.1.1
-
APPS.FII_AP_INV_SUM_INC dependencies on AP_INVOICE_PAYMENTS_ALL
12.1.1
-
VIEW: APPS.IBY_SYS_PMT_PROFILES_VL
12.1.1
-
Table: IBY_PMT_LOGICAL_GRP_RULES
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PMT_LOGICAL_GRP_RULES, object_name:IBY_PMT_LOGICAL_GRP_RULES, status:VALID, product: IBY - Payments , description: IBY_PMT_LOGICAL_GRP_RULES specifies the attributes for grouping the payments in a payment instruction. , implementation_dba_data: IBY.IBY_PMT_LOGICAL_GRP_RULES ,
-
APPS.IBY_EXTRACTGEN_PVT dependencies on IBY_ACCT_PMT_PROFILES_B
12.1.1
-
APPS.IBY_PAYGROUP_PUB dependencies on IBY_VAL_ASSIGNMENTS
12.1.1
-
VIEW: APPS.IBY_SYS_PMT_PROFILES_VL
12.2.2
-
APPS.IBY_PAYGROUP_PUB dependencies on IBY_ACCT_PMT_PROFILES_B
12.1.1
-
FUNCTION: APPS.IBY_SYS_PMT_PROFILES_B=
12.2.2