Search Results vendor
Overview
The AP_PAYCARD_TRX_FEE_HEADER_ALL table is a core data structure within the Oracle E-Business Suite Payables (AP) module, specifically supporting the Payment Card functionality. It serves as a header-level repository for managing transaction fees or charges associated with corporate payment card programs. Its primary role is to consolidate key organizational and vendor context—such as operating unit, currency, and vendor details—for one or more related transaction fee detail records. This design enables the systematic tracking and accounting of card-related charges over distinct, non-overlapping periods, which is essential for accurate expense allocation and reconciliation between the organization and its card issuer or vendor.
Key Information Stored
The table's structure is designed to capture the foundational attributes that group and define a set of transaction fees. While the full column list is not provided in the excerpt, the documented description and primary key indicate critical fields. The TRX_FEE_HEADER_ID column is the unique primary key identifier. Crucially for the user's context of "vendor," the table explicitly stores Vendor and Vendor Site information, linking the fee structure to a specific supplier. It also holds the Operating Unit (ORG_ID) for multi-org security and reporting, and the Currency Code, which defines the monetary denomination for the associated fees. These columns collectively establish the contractual and organizational framework for the detailed fee calculations stored in related tables.
Common Use Cases and Queries
This table is central to processes involving the analysis and reporting of payment card program costs. A common use case is generating a summary of all active fee agreements by vendor to assess program expenses. For instance, a financial analyst may run a query to list all vendors with configured card fee structures within a specific operating unit. Another critical scenario is supporting the invoice creation process in Payables, where fee details linked to this header are used to generate supplier invoices for the charges. A typical reporting query might join this header to vendor tables to analyze fees by vendor name.
SELECT h.vendor_id, pv.vendor_name, h.vendor_site_id, pvs.vendor_site_code,
h.org_id, h.currency_code
FROM ap_paycard_trx_fee_header_all h,
po_vendors pv,
po_vendor_sites_all pvs
WHERE h.vendor_id = pv.vendor_id
AND h.vendor_site_id = pvs.vendor_site_id
AND h.org_id = 123;
Related Objects
As a header table, AP_PAYCARD_TRX_FEE_HEADER_ALL has a direct foreign key relationship to detail tables that store the specific fee rates and rules. The primary key, TRX_FEE_HEADER_ID, is almost certainly referenced by a foreign key in a related detail table such as AP_PAYCARD_TRX_FEE_DETAILS_ALL (or similarly named), which holds the periodic charge percentages or amounts. It also has fundamental joins to standard EBS supplier tables: PO_VENDORS (on VENDOR_ID) and PO_VENDOR_SITES_ALL (on VENDOR_SITE_ID) to retrieve vendor names and addresses. The ORG_ID column links it to HR_OPERATING_UNITS for operating unit information.
-
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: 1099 VENDOR EXCEPTION
12.1.1
product: AP - Payables , meaning: 1099 Supplier Exception , description: Valid 1099 Supplier Exceptions ,
-
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: 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.1.1
product: AP - Payables , meaning: Vendor Or Invoice , description: For choosing either vendor or invoice ,
-
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.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.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: 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: 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: 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.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: 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: 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.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: 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: 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 ,
-
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: 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.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: 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: 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.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 ,
-
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.2.2
product: AP - Payables , meaning: Subtotal Option , description: Choose ordering by vendor or currency in Trial Balance report ,
-
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: 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.2.2
product: AP - Payables , meaning: Document Order , description: Order of Documents in Payment Batch ,
-
Lookup Type: DOCUMENT ORDER
12.1.1
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 ,