Search Results okl_cure_refund_headers_b
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.
-
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 ,
-
Table: OKL_CURE_REFUND_HEADERS_B
12.1.1
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 - Leasing 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 ,
-
APPS.OKL_CURE_VNDR_RFND_PVT dependencies on OKL_CURE_REFUND_HEADERS_B
12.1.1
-
APPS.OKL_PAY_CURE_REFUNDS_PUB dependencies on OKL_CURE_REFUND_HEADERS_B
12.1.1
-
APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on OKL_CURE_REFUND_HEADERS_B
12.1.1
-
APPS.OKL_CURE_VNDR_RFND_PVT dependencies on OKL_CURE_REFUND_HEADERS_B
12.1.1
-
APPS.OKL_PAY_CURE_REFUNDS_PUB dependencies on OKL_CURE_REFUND_HEADERS_B
12.2.2
-
APPS.OKL_CURE_VNDR_RFND_PVT dependencies on OKL_CURE_REFUND_HEADERS_B
12.2.2
-
APPS.OKL_CURE_VNDR_RFND_PVT dependencies on OKL_CURE_REFUND_HEADERS_B
12.2.2
-
APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on OKL_CURE_REFUND_HEADERS_B
12.2.2
-
APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on OKL_CURE_REFUND_HEADERS_B
12.2.2
-
APPS.OKL_CHD_PVT dependencies on OKL_CURE_REFUND_HEADERS_B
12.1.1
-
APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on OKL_CURE_REFUND_HEADERS_B
12.1.1
-
APPS.OKL_VENDORMERGE_GRP dependencies on OKL_CURE_REFUND_HEADERS_B
12.1.1
-
APPS.OKL_CHD_PVT dependencies on OKL_CURE_REFUND_HEADERS_B
12.1.1
-
APPS.OKL_VENDORMERGE_GRP dependencies on OKL_CURE_REFUND_HEADERS_B
12.2.2
-
APPS.OKL_CHD_PVT dependencies on OKL_CURE_REFUND_HEADERS_B
12.2.2
-
APPS.OKL_CHD_PVT dependencies on OKL_CURE_REFUND_HEADERS_B
12.2.2
-
SYNONYM: APPS.OKL_CURE_REFUND_HEADERS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_CURE_REFUND_HEADERS_B, status:VALID,
-
SYNONYM: APPS.OKL_CURE_REFUND_HEADERS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_CURE_REFUND_HEADERS_B, status:VALID,
-
VIEW: OKL.OKL_CURE_REFUND_HEADERS_B#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_CURE_REFUND_HEADERS_B#, status:VALID,
-
VIEW: APPS.OKL_CURE_REFUNDS_SUMRY_UV
12.1.1
-
APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on OKL_CRS_PVT
12.1.1
-
APPS.OKL_CURE_VNDR_RFND_PVT SQL Statements
12.1.1
-
APPS.OKL_CURE_VNDR_RFND_PVT SQL Statements
12.2.2
-
VIEW: APPS.OKL_CURE_REFUNDS_SUMRY_UV
12.2.2
-
VIEW: APPS.OKL_CURE_RFND_DTLS_UV
12.2.2
-
VIEW: APPS.OKL_CURE_RFND_DTLS_UV
12.1.1
-
APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on OKL_CRS_PVT
12.2.2
-
APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on PO_VENDOR_SITES
12.1.1
-
APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on PO_VENDOR_SITES
12.2.2
-
VIEW: OKL.OKL_CURE_REFUND_HEADERS_B#
12.2.2
-
APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on OKL_CHD_PVT
12.2.2
-
VIEW: APPS.OKL_CURE_REFUND_HEADERS_V
12.2.2
-
VIEW: APPS.OKL_CURE_REFUND_HEADERS_V
12.1.1
-
APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on OKL_CHD_PVT
12.1.1
-
APPS.OKL_PAY_CURE_REFUNDS_PVT SQL Statements
12.2.2
-
View: OKL_CURE_RFND_DTLS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CURE_RFND_DTLS_UV, object_name:OKL_CURE_RFND_DTLS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: View by Vendor refunds , implementation_dba_data: APPS.OKL_CURE_RFND_DTLS_UV ,
-
APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on PO_VENDOR_SITES_ALL
12.2.2
-
APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on PO_VENDOR_SITES_ALL
12.1.1
-
PACKAGE: APPS.OKL_CHD_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_CHD_PVT, status:VALID,
-
PACKAGE: APPS.OKL_CURE_VNDR_RFND_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_CURE_VNDR_RFND_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_CHD_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_CHD_PVT, status:VALID,
-
PACKAGE: APPS.OKL_PAY_CURE_REFUNDS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_PAY_CURE_REFUNDS_PVT, status:VALID,
-
APPS.OKL_PAY_CURE_REFUNDS_PVT SQL Statements
12.1.1
-
View: OKL_CURE_RFND_DTLS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CURE_RFND_DTLS_UV, object_name:OKL_CURE_RFND_DTLS_UV, status:VALID, product: OKL - Lease and Finance Management , description: View by Vendor refunds , implementation_dba_data: APPS.OKL_CURE_RFND_DTLS_UV ,
-
View: OKL_CURE_REFUNDS_SUMRY_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CURE_REFUNDS_SUMRY_UV, object_name:OKL_CURE_REFUNDS_SUMRY_UV, status:VALID, product: OKL - Leasing and Finance Management , description: List all the cure refunds along with the invoice and the disbursed amount , implementation_dba_data: APPS.OKL_CURE_REFUNDS_SUMRY_UV ,
-
PACKAGE BODY: APPS.OKL_PAY_CURE_REFUNDS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PAY_CURE_REFUNDS_PUB, status:VALID,
-
PACKAGE BODY: APPS.OKL_PAY_CURE_REFUNDS_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PAY_CURE_REFUNDS_PUB, status:VALID,
-
View: OKL_CURE_REFUNDS_SUMRY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CURE_REFUNDS_SUMRY_UV, object_name:OKL_CURE_REFUNDS_SUMRY_UV, status:VALID, product: OKL - Lease and Finance Management , description: List all the cure refunds along with the invoice and the disbursed amount , implementation_dba_data: APPS.OKL_CURE_REFUNDS_SUMRY_UV ,