Search Results vendor
The AP_PAYCARD_TRX_FEE_HEADER_ALL
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical data structure within the Accounts Payable (AP) module, specifically designed to manage transaction fee headers associated with payment card transactions. This table serves as a repository for high-level information about fees incurred during payment card processing, enabling organizations to track, analyze, and reconcile these costs systematically. Below is a detailed breakdown of its purpose, structure, and functional relevance.
Purpose and Functional Context
TheAP_PAYCARD_TRX_FEE_HEADER_ALL
table stores metadata related to transaction fees assessed by payment card networks (e.g., Visa, Mastercard) or financial institutions. These fees may include interchange fees, assessment fees, or processing charges tied to corporate card payments. The table acts as a header record, linking to detailed fee line items stored in related tables like AP_PAYCARD_TRX_FEE_LINES_ALL
. It supports Oracle's Payables Payment Card functionality, which automates the reconciliation of card transactions and associated fees.
Key Columns and Data Structure
The table includes columns to capture essential attributes of fee headers, such as:- TRX_FEE_HEADER_ID: Primary key uniquely identifying each fee header record.
- PAYCARD_TRX_ID: Foreign key linking to the parent payment card transaction in
AP_PAYCARD_TRX_ALL
. - FEE_TYPE_CODE: Categorizes the fee (e.g., "INTERCHANGE," "ASSESSMENT").
- CURRENCY_CODE: The currency in which the fee is denominated.
- FEE_AMOUNT: The total fee amount for the header.
- STATUS: Indicates the processing status (e.g., "PENDING," "PROCESSED").
- CREATION_DATE and LAST_UPDATE_DATE: Audit columns tracking record lifecycle.
- ORG_ID: Multi-org identifier for partitioning data by operating unit.
Integration with Oracle EBS Modules
The table integrates with:- Accounts Payable: Fee data is used during invoice creation and reconciliation, ensuring accurate expense reporting.
- General Ledger (GL): Fees may be posted to GL accounts for financial reporting.
- Subledger Accounting (SLA): Rules in SLA may reference fee headers for accounting entries.
Technical Considerations
- Multi-Org Support: The
_ALL
suffix denotes multi-org visibility, withORG_ID
enabling secure access control. - Indexing: Indexes on
TRX_FEE_HEADER_ID
andPAYCARD_TRX_ID
optimize joins with related tables. - API Dependencies: The table is typically populated via Oracle's Payment Card APIs or auto-reconciliation workflows.
Business Process Flow
- A payment card transaction is imported into
AP_PAYCARD_TRX_ALL
. - Associated fees are recorded in
AP_PAYCARD_TRX_FEE_HEADER_ALL
, with line details in child tables. - During reconciliation, fees are matched to invoices or expensed directly.
- Accounting entries are generated based on fee types and GL mappings.
Customization and Extensions
Organizations may extend the table's utility by:- Adding descriptive flexfields (DFFs) to capture industry-specific fee attributes.
- Developing custom reports using the table to analyze card program costs.
- Integrating with third-party card processors via APIs.
Conclusion
TheAP_PAYCARD_TRX_FEE_HEADER_ALL
table is a foundational component of Oracle EBS's payment card management framework. By centralizing fee header data, it ensures transparency in card-related expenses and streamlines financial operations. Its design reflects Oracle's emphasis on auditability, multi-org scalability, and integration with core financial processes, making it indispensable for organizations leveraging corporate card programs.
-
Lookup Type: VENDOR INQUIRY
12.1.1
product: AP - Payables , meaning: Vendor Inquiry , description: VENDOR INQUIRY OPTION ,
-
Lookup Type: VENDOR INQUIRY
12.2.2
product: AP - Payables , meaning: Vendor Inquiry , description: VENDOR INQUIRY OPTION ,
-
Lookup Type: MANUAL VENDOR NUMBER
12.1.1
product: AP - Payables , meaning: Manual Vendor Number , description: Type of vendor number for manual number entry ,
-
Lookup Type: 1099 VENDOR EXCEPTION
12.1.1
product: AP - Payables , meaning: 1099 Supplier Exception , description: Valid 1099 Supplier Exceptions ,
-
Lookup Type: VENDOR OR INVOICE
12.1.1
product: AP - Payables , meaning: Vendor Or Invoice , description: For choosing either vendor or invoice ,
-
Lookup Type: VENDOR NUMBER ENTRY
12.2.2
product: AP - Payables , meaning: Vendor Number Entry , description: Vendor number entry methods ,
-
Lookup Type: MANUAL VENDOR NUMBER
12.2.2
product: AP - Payables , meaning: Manual Vendor Number , description: Type of vendor number for manual number entry ,
-
Lookup Type: VENDOR OR INVOICE
12.2.2
product: AP - Payables , meaning: Vendor Or Invoice , description: For choosing either vendor or invoice ,
-
Lookup Type: VENDOR NUMBER ENTRY
12.1.1
product: AP - Payables , meaning: Vendor Number Entry , description: Vendor number entry methods ,
-
Lookup Type: 1099 VENDOR EXCEPTION
12.2.2
product: AP - Payables , meaning: 1099 Supplier Exception , description: Valid 1099 Supplier Exceptions ,
-
Lookup Type: NEW VENDOR/SITE ORDER
12.2.2
product: AP - Payables , meaning: New Vendor/Site Order , description: Sort option for new vendor and new vendor site report ,
-
Lookup Type: NEW VENDOR/SITE ORDER
12.1.1
product: AP - Payables , meaning: New Vendor/Site Order , description: Sort option for new vendor and new vendor site report ,
-
Lookup Type: NEW VENDOR OR NEW SITE
12.2.2
product: AP - Payables , meaning: New Vendor Or New Site , description: New vendor or new vendor site report ,
-
Lookup Type: NEW VENDOR OR NEW SITE
12.1.1
product: AP - Payables , meaning: New Vendor Or New Site , description: New vendor or new vendor site report ,
-
Lookup Type: INVOICE SORT OPTION
12.2.2
product: AP - Payables , meaning: Invoice Sort Option , description: Sort option for invoice audit report ,
-
Lookup Type: INVOICE SORT OPTION
12.1.1
product: AP - Payables , meaning: Invoice Sort Option , description: Sort option for invoice audit report ,
-
Concurrent Program: FVSPPPDP
12.1.1
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_SPS_PPDP_FORMAT , product: AP - Payables , user_name: SPS PPDP Vendor Payment Format Program , description: SPS PPDP Vendor Payment Format Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVSPNCR
12.2.2
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_SPS_NCRCHECK_FORMAT , product: AP - Payables , user_name: SPS NCR Vendor Payment Format Program , description: SPS NCR Vendor Payment Format Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVSPCCD
12.2.2
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_SPS_CCD_FORMAT , product: AP - Payables , user_name: SPS CCD Vendor Payment Format Program , description: SPS CCD Vendor Payment Format Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVSPNCR
12.1.1
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_SPS_NCRCHECK_FORMAT , product: AP - Payables , user_name: SPS NCR Vendor Payment Format Program , description: SPS NCR Vendor Payment Format Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVSPCCDP
12.2.2
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_SPS_CCDP_FORMAT , product: AP - Payables , user_name: SPS CCDP Vendor Payment Format Program , description: SPS CCDP Vendor Payment Format Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVSPPPDP
12.2.2
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_SPS_PPDP_FORMAT , product: AP - Payables , user_name: SPS PPDP Vendor Payment Format Program , description: SPS PPDP Vendor Payment Format Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVSPCCDP
12.1.1
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_SPS_CCDP_FORMAT , product: AP - Payables , user_name: SPS CCDP Vendor Payment Format Program , description: SPS CCDP Vendor Payment Format Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVSPPPD
12.1.1
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_SPS_PPD_FORMAT , product: AP - Payables , user_name: SPS PPD Vendor Payment Format Program , description: SPS PPD Vendor Payment Format Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVSPCCD
12.1.1
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_SPS_CCD_FORMAT , product: AP - Payables , user_name: SPS CCD Vendor Payment Format Program , description: SPS CCD Vendor Payment Format Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVSPPPD
12.2.2
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_SPS_PPD_FORMAT , product: AP - Payables , user_name: SPS PPD Vendor Payment Format Program , description: SPS PPD Vendor Payment Format Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: MAIL_LABEL_PRINT_STYLE
12.2.2
product: AP - Payables , meaning: Mail Label Print Style , description: Vendor Mailing Label Print Style ,
-
Concurrent Program: FVTICTX
12.1.1
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_CTX_FORMAT , product: AP - Payables , user_name: FVTICTX , description: CTX ACH Vendor Payment Format Program , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVTIACHP
12.1.1
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_CCDP_FORMAT , product: AP - Payables , user_name: FVTIACHP , description: ECS CCDP Vendor Payment Format Program , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVTIACHP
12.2.2
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_CCDP_FORMAT , product: AP - Payables , user_name: FVTIACHP , description: ECS CCDP Vendor Payment Format Program , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVTPPPDP
12.1.1
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_PPDP_FORMAT , product: AP - Payables , user_name: FVTPPPDP , description: ECS PPDP Vendor Payment Format Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVTPPPD
12.1.1
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_PPD_FORMAT , product: AP - Payables , user_name: FVTPPPD , description: ECS PPD Vendor Payment Format Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVTPCCD
12.1.1
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_CCD_FORMAT , product: AP - Payables , user_name: FVTPCCD , description: ECS CCD Vendor Payment Format Program , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVTPPPD
12.2.2
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_PPD_FORMAT , product: AP - Payables , user_name: FVTPPPD , description: ECS PPD Vendor Payment Format Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: MAIL_LABEL_PRINT_STYLE
12.1.1
product: AP - Payables , meaning: Mail Label Print Style , description: Vendor Mailing Label Print Style ,
-
Concurrent Program: FVTPPPDP
12.2.2
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_PPDP_FORMAT , product: AP - Payables , user_name: FVTPPPDP , description: ECS PPDP Vendor Payment Format Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVTICTX
12.2.2
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_CTX_FORMAT , product: AP - Payables , user_name: FVTICTX , description: CTX ACH Vendor Payment Format Program , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVTPCCD
12.2.2
execution_filename: FV_PAYMENT_FORMAT_PKG.CREATE_CCD_FORMAT , product: AP - Payables , user_name: FVTPCCD , description: ECS CCD Vendor Payment Format Program , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: ORDER BY
12.2.2
product: AP - Payables , meaning: Order By , description: Vendors Report vendor ordering option ,
-
Lookup Type: ORDER BY
12.1.1
product: AP - Payables , meaning: Order By , description: Vendors Report vendor ordering option ,
-
Lookup Type: vendor_payment_orderby
12.1.1
product: AP - Payables , meaning: Vendor Payment Orderby , description: Vendor Payment Order By ,
-
Lookup Type: SUBTOTAL OPTION
12.1.1
product: AP - Payables , meaning: Subtotal Option , description: Choose ordering by vendor or currency in Trial Balance report ,
-
Lookup Type: SUBTOTAL OPTION
12.2.2
product: AP - Payables , meaning: Subtotal Option , description: Choose ordering by vendor or currency in Trial Balance report ,
-
Lookup Type: vendor_payment_orderby
12.2.2
product: AP - Payables , meaning: Vendor Payment Orderby , description: Vendor Payment Order By ,
-
Table: AP_PAYCARD_TRX_FEE_HEADER_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PAYCARD_TRX_FEE_HEADER_ALL, object_name:AP_PAYCARD_TRX_FEE_HEADER_ALL, status:VALID, product: AP - Payables , description: This table holds the Charges information for Payment Card.This table contains Operating Unit, Currency Code, Vendor and Vendor site information corresponding to one or more transaction fee details belonging to non overlapping periods. , implementation_dba_data: AP.AP_PAYCARD_TRX_FEE_HEADER_ALL ,
-
Lookup Type: DOCUMENT ORDER
12.1.1
product: AP - Payables , meaning: Document Order , description: Order of Documents in Payment Batch ,
-
Lookup Type: DOCUMENT ORDER
12.2.2
product: AP - Payables , meaning: Document Order , description: Order of Documents in Payment Batch ,
-
Lookup Type: INVOICE IMPORT REJECTION
12.1.1
product: AP - Payables , meaning: Invoice Import Rejection , description: Reason for the rejection of an imported invoice ,
-
Lookup Type: INVOICE IMPORT REJECTION
12.2.2
product: AP - Payables , meaning: Invoice Import Rejection , description: Reason for the rejection of an imported invoice ,
-
Lookup Type: DONT PAY REASON
12.2.2
product: AP - Payables , meaning: Dont Pay Reason , description: Reason for not paying an invoice selected for payment ,