Search Results okl_ins_policies_all_b
Overview
The OKL_INS_POLICIES_ALL_B table is a core data object within the Oracle E-Business Suite (EBS) module OKL (Lease and Finance Management). It serves as the primary repository for storing detailed transactional records of insurance policies and quotes associated with lease and financing contracts. This table is fundamental to the insurance management functionality, enabling the tracking of coverage details, policy terms, and financial attributes for assets under lease or finance agreements. Its role is critical for integrating insurance operations with the broader contract lifecycle, from origination and servicing to claims processing and invoicing.
Key Information Stored
The table stores comprehensive policy information, with key identifiers and relationships defined by its primary and foreign keys. The primary key is the unique identifier column, ID. A unique key constraint on POLICY_NUMBER ensures policy numbers are not duplicated. Essential foreign key columns establish critical business relationships: KHR_ID links the policy to a lease or finance contract header in OKL_K_HEADERS, while KLE_ID can link it to a specific line item within that contract in OKL_K_LINES. The IPT_ID column references the insurance product definition in OKL_INS_PRODUCTS_B. Other significant relationships include links to sales representatives and adjusters (SALES_REP_ID, ADJUSTED_BY_ID) via JTF_RS_RESOURCE_EXTNS, agency and agent sites via HZ_PARTY_SITES, and geographical territory codes via FND_TERRITORIES.
Common Use Cases and Queries
This table is central to reporting, data validation, and integration processes. Common use cases include generating insurance policy registers for a portfolio, validating active coverage for contract compliance, and feeding data into premium invoicing workflows. A typical query might join to contract and product tables to list all policies for a specific lease:
- SELECT ip.policy_number, ip.id, kh.contract_number, ipd.name AS product_name FROM okl_ins_policies_all_b ip, okl_k_headers kh, okl_ins_products_b ipd WHERE ip.khr_id = kh.id AND ip.ipt_id = ipd.id AND kh.contract_number = '<CONTRACT_NUM>';
Another common pattern involves querying policies due for renewal or those associated with a specific agent or territory for sales performance analysis. The table is also a primary source for interfaces with external claims management or billing systems.
Related Objects
OKL_INS_POLICIES_ALL_B is a hub within the insurance sub-schema, with dependencies to several key objects. It is a parent table to OKL_INS_CLAIMS_ALL_B (via IPY_ID), which stores claims made against a policy. It is also referenced by OKL_TRX_AR_INVOICES_B for generating premium invoices. As indicated by the self-referencing foreign key on IPY_ID, the table supports hierarchical structures, potentially for modeling policy versions or amendments. Key parent tables include OKL_K_HEADERS (contracts), OKL_K_LINES (contract lines), OKL_INS_PRODUCTS_B (insurance products), and foundational EBS tables for resources (JTF_RS_RESOURCE_EXTNS) and parties (HZ_PARTY_SITES).
-
Table: OKL_INS_POLICIES_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INS_POLICIES_ALL_B, object_name:OKL_INS_POLICIES_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Insurance policies and quotes , implementation_dba_data: OKL.OKL_INS_POLICIES_ALL_B ,
-
Table: OKL_INS_CLAIMS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INS_CLAIMS_ALL_B, object_name:OKL_INS_CLAIMS_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Lease and optional insurance claims , implementation_dba_data: OKL.OKL_INS_CLAIMS_ALL_B ,
-
Table: OKL_TRX_AR_INVOICES_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_AR_INVOICES_B, object_name:OKL_TRX_AR_INVOICES_B, status:VALID, product: OKL - Lease and Finance Management , description: Collection of all OKL transaction which generate Receivables invoices , implementation_dba_data: OKL.OKL_TRX_AR_INVOICES_B ,
-
Table: OKL_INS_PRODUCTS_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INS_PRODUCTS_B, object_name:OKL_INS_PRODUCTS_B, status:VALID, product: OKL - Lease and Finance Management , description: Lease and optional insurance products , implementation_dba_data: OKL.OKL_INS_PRODUCTS_B ,
-
View: OKL_CS_CUST_INS_POLICY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_CUST_INS_POLICY_UV, object_name:OKL_CS_CUST_INS_POLICY_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_CUST_INS_POLICY_UV ,
-
Table: OKL_K_LINES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_K_LINES, object_name:OKL_K_LINES, status:VALID, product: OKL - Lease and Finance Management , description: Oracle Lease Management shadow table for Oracle Contracts Core line tables, OKC_K_LINES_B and OKC_K_LINES_TL. OKL_K_LINES contains attributes that relate to contracts created in OKL and do not fit into the standard lines tables OKC_K_LINES_ , implementation_dba_data: OKL.OKL_K_LINES ,
-
Table: OKL_K_HEADERS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_K_HEADERS, object_name:OKL_K_HEADERS, status:VALID, product: OKL - Lease and Finance Management , description: Oracle Lease Management shadow table for Oracle Contracts Core header tables, OKC_K_HEADERS_B and OKC_K_HEADERS_TL. OKL_K_HEADERS contains attributes that relate to contracts created in OKL and do not fit into the standard header tables O , implementation_dba_data: OKL.OKL_K_HEADERS ,
-
View: OKL_CS_PAY_LINE_DTL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PAY_LINE_DTL_UV, object_name:OKL_CS_PAY_LINE_DTL_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_PAY_LINE_DTL_UV ,
-
View: OKL_INS_QUOTES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_INS_QUOTES_UV, object_name:OKL_INS_QUOTES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_INS_QUOTES_UV ,