Search Results vendor
Overview
The OKL_CURE_REFUND_HEADERS_B table is a core data object within the Oracle E-Business Suite (EBS) Lease and Finance Management (OKL) module, specifically for versions 12.1.1 and 12.2.2. It serves as the primary transactional repository for recording and grouping refund requests issued to vendors. These refunds are generated as a result of contract cure events, where a previously defaulted or problematic lease or finance contract is rectified, potentially triggering a reimbursement of fees or other amounts to the involved vendor. The table's fundamental role is to act as a header record, grouping individual refund line items by key attributes such as currency and vendor-contract association, thereby enabling systematic financial processing and audit trails for vendor reimbursements within the cure process.
Key Information Stored
The table's structure is designed to capture essential header-level information for a vendor refund request. While the full column list is not detailed in the provided excerpt, the documented primary key is the CURE_REFUND_HEADER_ID, a unique system-generated identifier for each refund header record. Based on its described purpose, the table logically stores critical attributes such as the vendor identifier (likely a foreign key to PO_VENDORS or AP_SUPPLIERS), the associated contract or lease agreement identifier, the refund currency code, the total refund amount for the group, the status of the refund request (e.g., Pending, Approved, Paid), and standard Who columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN). These columns collectively define the scope, financial context, and processing state of a refund batch directed to a specific vendor.
Common Use Cases and Queries
This table is central to operational reporting and process inquiries related to vendor refunds. Common use cases include tracking the status and history of all refunds issued to a particular vendor, reconciling vendor payments against cured contracts, and generating audit reports for financial controls. A typical query would join this header table to its associated line detail table (not specified in metadata) and vendor master data to create a comprehensive refund report. A sample SQL pattern to find all refund headers for a specific vendor would be:
- SELECT crh.cure_refund_header_id, crh.vendor_id, pv.vendor_name, crh.currency_code, crh.total_amount, crh.status FROM okl_cure_refund_headers_b crh, po_vendors pv WHERE crh.vendor_id = pv.vendor_id AND pv.vendor_name LIKE '<Vendor_Name>';
Another critical use case involves integration with Oracle Payables, where approved refund headers may interface to create debit memos or negative invoice records for the vendor.
Related Objects
As a header table with a primary key (CURE_REFUND_HEADER_ID), OKL_CURE_REFUND_HEADERS_B is the parent to one or more child tables that store the detailed line items for each refund. While not named in the metadata, a related table such as OKL_CURE_REFUND_LINES_B is a standard architectural expectation, linked via the CURE_REFUND_HEADER_ID foreign key. The table's description explicitly ties it to vendors and contracts, indicating strong foreign key relationships to foundational EBS tables: the vendor identifier likely references PO_VENDORS (or AP_SUPPLIERS), and the contract identifier references the core OKL lease or agreement tables (e.g., OKL_K_HEADERS_B). These relationships are essential for validating vendor existence and contract legitimacy during refund creation and for enriching reports with descriptive information.
-
Lookup Type: OKL_CURE_ACTIONS
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_CURE_ACTIONS , description: Actions to take in the history screen ,
-
Lookup Type: OKL_CATEGORY
12.2.2
product: OKL - Lease and Finance Management , meaning: Vendor Program Category , description: Vendor Program Category ,
-
Lookup Type: OKL_DOWN_PAYMENT_RECEIVER
12.2.2
product: OKL - Lease and Finance Management , meaning: Okl Down Payment Receiver , description: Okl Down Payment Receiver ,
-
Lookup Type: OKL_RESIDUAL_CODE
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_RESIDUAL_CODE , description: Residual Guarantee Code ,
-
Concurrent Program: OKL_AM_TRMNT_EXP_VPA
12.2.2
execution_filename: OKL_AM_TERMNT_VENDOR_PRG_PVT.concurrent_expire_vend_prg , product: OKL - Lease and Finance Management , user_name: OKL Terminate Vendor Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: DOWN_PAYMENT_RECEIVER
12.2.2
product: OKL - Lease and Finance Management , meaning: DOWN PAYMENT RECEIVER TYPE , description: DOWN PAYMENT RECEIVER TYPE ,
-
Lookup Type: OKL_RECIPIENT_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: Okl Recipient Type , description: Okl Recipient Type ,
-
Concurrent Program: OKL_AM_VEND_RES_SHR
12.2.2
execution_filename: OKL_AM_VENDOR_RES_SHARE_PVT.concurrent_vend_res_share_prg , product: OKL - Lease and Finance Management , user_name: OKL Vendor Residual Share , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: OKL_REFUND_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_REFUND_TYPE , description: OKL Cure Refund Type ,
-
Lookup Type: OKL_AE_LINE_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: Accounting Entry Line Type , description: Accounting Entry Line Type ,
-
Lookup Type: OKL_VP_PROG_AGRMNT_TYPES
12.2.2
product: OKL - Lease and Finance Management , meaning: Vendor Program Agreement Types , description: Vendor Program Agreement Types ,
-
Table: OKL_CURE_REFUND_HEADERS_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CURE_REFUND_HEADERS_B, object_name:OKL_CURE_REFUND_HEADERS_B, status:VALID, product: OKL - Lease and Finance Management , description: Stores refunds made to vendor for cured contracts. The table will hold refund requests grouped by currency and vendor /contract. , implementation_dba_data: OKL.OKL_CURE_REFUND_HEADERS_B ,
-
Concurrent Program: OKL_AM_VEND_RES_SHR_RPT
12.2.2
execution_filename: JCP4OKLXmlPublisherWrapper , product: OKL - Lease and Finance Management , user_name: OKLXMLWRAPPER , description: To generate reports , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Table: OKL_CURE_REFUNDS
12.2.2
product: OKL - Lease and Finance Management , description: Stores refunds made to vendor for cured contracts. Cure refund pool is per contract. The refund will group all the cash recieved by the vendor for one contract ID , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_CURE_REFUNDS_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CURE_REFUNDS_ALL, object_name:OKL_CURE_REFUNDS_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Stores refunds made to vendor for cured contracts. Cure refund pool is per contract. The refund will group all the cash recieved by the vendor for one contract ID , implementation_dba_data: OKL.OKL_CURE_REFUNDS_ALL ,
-
Concurrent Program: OKL_SEND_CURE_REQUEST
12.2.2
execution_filename: OKL_CURE_REQUEST_PUB.SEND_CURE_REQUEST , product: OKL - Lease and Finance Management , user_name: OKL_SEND_CURE_REQUEST , description: Send Cure Request to Vendor or Guarantor for Lease Contracts , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: OKL_VP_CR_STATUS_CODE
12.2.2
product: OKL - Lease and Finance Management , meaning: Vendor Program Change Request status codes , description: Vendor Program Change Request status codes ,
-
Concurrent Program: OKLVNDMISMATCH
12.2.2
execution_filename: JCP4OKLXmlPublisherWrapper , product: OKL - Lease and Finance Management , user_name: OKLXMLWRAPPER , description: To generate reports , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: OKL_VP_ASSOC_OBJECT_TYPES
12.2.2
product: OKL - Lease and Finance Management , meaning: Vendor Program associated object types , description: Vendor Program associated object types ,
-
Lookup Type: OKL_VP_CR_REASONS
12.2.2
product: OKL - Lease and Finance Management , meaning: Agreement Change Request Reasons , description: Agreement Change Request Reasons ,
-
View: OKL_CURE_RFND_VND_DTLS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CURE_RFND_VND_DTLS_UV, object_name:OKL_CURE_RFND_VND_DTLS_UV, status:VALID, product: OKL - Lease and Finance Management , description: View by Vendor refunds , implementation_dba_data: APPS.OKL_CURE_RFND_VND_DTLS_UV ,
-
Lookup Type: OKL_TRANSACTION_TYPE_CLASS
12.2.2
product: OKL - Lease and Finance Management , meaning: Okl Transaction Type Class , description: Okl Transaction Type Class ,
-
Lookup Type: OKL_ASSET_RETURN_ACTIONS
12.2.2
product: OKL - Lease and Finance Management , meaning: Lease Asset Return Actions , description: Lookup for Asset Return Actions for Search Page ,
-
Lookup Type: OKL_CURE_REQUEST_APPROVE_STATU
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_CURE_REQUEST_APPROVE_STATU , description: Cure Request Approval Status ,
-
Lookup Type: OKL_REJECTION_REASON
12.2.2
product: OKL - Lease and Finance Management , meaning: Rejection Reasons for Transfer and Assumption Requests , description: Rejection Reasons for Transfer And Assumption Requests ,
-
Lookup Type: OKL_ACCOUNTING_EVENT_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: Accounting Event Type , description: Accounting Event Type ,
-
Lookup Type: OKL_TC_LINKS
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL Terms and Conditions Links , description: OKL Terms and Conditions Links ,
-
Lookup Type: OKL_TRANS_HEADER_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_TRANS_HEADER_TYPE , description: OKL Internal Transaction Header Type ,
-
Lookup Type: OKL_TRANS_LINE_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_TRANS_LINE_TYPE , description: OKL Internal Transaction Line Type ,
-
View: OKL_CURE_REFUND_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CURE_REFUND_HEADERS_V, object_name:OKL_CURE_REFUND_HEADERS_V, status:VALID, product: OKL - Lease and Finance Management , description: Stores refunds made to vendor for cured contracts. The table will hold refund requests grouped by currency and vendor /contract. , implementation_dba_data: APPS.OKL_CURE_REFUND_HEADERS_V ,
-
Table: OKL_DISB_RULE_VENDOR_SITES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_DISB_RULE_VENDOR_SITES, object_name:OKL_DISB_RULE_VENDOR_SITES, status:VALID, product: OKL - Lease and Finance Management , description: Disbursement rule vendor sites , implementation_dba_data: OKL.OKL_DISB_RULE_VENDOR_SITES ,
-
Table: OKL_VP_CR_REASONS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_VP_CR_REASONS, object_name:OKL_VP_CR_REASONS, status:VALID, product: OKL - Lease and Finance Management , description: Change request reasons for Vendor Agreement change requests , implementation_dba_data: OKL.OKL_VP_CR_REASONS ,
-
Lookup Type: OKL_TRANSACTION_STATUS
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_TRANSACTION_STATUS , description: OKL Transaction Status ,
-
Lookup Type: OKL_VSS_OBJECT_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_VSS_OBJECT_TYPE , description: Vendor Self service Object type ,
-
Table: OKL_VP_ASSOCIATIONS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_VP_ASSOCIATIONS, object_name:OKL_VP_ASSOCIATIONS, status:VALID, product: OKL - Lease and Finance Management , description: This table stores information about relation between contract, vendor program and change request. , implementation_dba_data: OKL.OKL_VP_ASSOCIATIONS ,
-
Lookup Type: OKL_CURE_APPROVAL_STATUS
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_CURE_APPROVAL_STATUS , description: Collections Vendor Payment Status ,
-
Table: OKL_VP_CHANGE_REQUESTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_VP_CHANGE_REQUESTS, object_name:OKL_VP_CHANGE_REQUESTS, status:VALID, product: OKL - Lease and Finance Management , description: Change request table for Vendor Agreements , implementation_dba_data: OKL.OKL_VP_CHANGE_REQUESTS ,
-
Table: OKL_SUPP_INVOICE_DTLS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SUPP_INVOICE_DTLS, object_name:OKL_SUPP_INVOICE_DTLS, status:VALID, product: OKL - Lease and Finance Management , description: A contract line level table to record vendor invoice and shipping details for the line item. , implementation_dba_data: OKL.OKL_SUPP_INVOICE_DTLS ,
-
Table: OKL_CURE_FUND_SUMS_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CURE_FUND_SUMS_ALL, object_name:OKL_CURE_FUND_SUMS_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Stores funds available for refund (basically derived from overpayment/under payment for a report), and grouped by vendor program , implementation_dba_data: OKL.OKL_CURE_FUND_SUMS_ALL ,
-
Table: OKL_CURE_FUND_TRANS_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CURE_FUND_TRANS_ALL, object_name:OKL_CURE_FUND_TRANS_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Stores over payment/under payment amounts per payment against a report, and grouped against a vendor program , implementation_dba_data: OKL.OKL_CURE_FUND_TRANS_ALL ,
-
Lookup Type: OKL_ECC_OBJECT_CLASSES
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL Eligibility Criteria Applicable Object Classes , description: OKL Eligibility Criteria Applicable Object Classes ,
-
Lookup Type: OKL_CURE_REQUEST_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_CURE_REQUEST_TYPE , description: Collections - Vendor Cure Request Type BOTH ,
-
Lookup Type: OKL_VSS_QUOTE_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL VSS Quote Type , description: For Vendor Self Service ,
-
View: OKL_VENDOR_TYPES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_VENDOR_TYPES_UV, object_name:OKL_VENDOR_TYPES_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view to select role type for vendor billing setup page , implementation_dba_data: APPS.OKL_VENDOR_TYPES_UV ,
-
Table: OKL_CURE_FUND_TRANS
12.2.2
product: OKL - Lease and Finance Management , description: Stores over payment/under payment amounts per payment against a report, and grouped against a vendor program , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_CURE_FUND_SUMS
12.2.2
product: OKL - Lease and Finance Management , description: Stores funds available for refund (basically derived from overpayment/under payment for a report), and grouped by vendor program , implementation_dba_data: Not implemented in this database ,
-
View: OKL_CS_VENDOR_CONTACTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_VENDOR_CONTACTS_UV, object_name:OKL_CS_VENDOR_CONTACTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: List of Vendor Contacts , implementation_dba_data: APPS.OKL_CS_VENDOR_CONTACTS_UV ,
-
Lookup Type: OKL_CURE_REFUND_STATUS
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_CURE_REFUND_STATUS , description: Collections Vendor Cure Refund Status ,
-
View: OKL_AP_PAYMENTS_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_PAYMENTS_REF_V, object_name:OKL_AP_PAYMENTS_REF_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AP_PAYMENTS_REF_V ,
-
View: OKL_LA_ASSET_PARTIES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_ASSET_PARTIES_UV, object_name:OKL_LA_ASSET_PARTIES_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for asset vendor list of values page - funding , implementation_dba_data: APPS.OKL_LA_ASSET_PARTIES_UV ,