Search Results okl_ins_policies_b
Overview
The table OKL_INS_POLICIES_B 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 information related to insurance policies and insurance quotes associated with lease and finance contracts. This table is fundamental for managing the insurance lifecycle within the Oracle EBS leasing context, enabling the tracking of policy details, coverage, and relationships to specific contracts and assets. Its role is to provide a centralized structure for all insurance-related transactional data, linking financial agreements to their corresponding risk mitigation instruments.
Key Information Stored
The table's structure is defined by its primary and foreign keys, which reveal the critical data points it manages. The primary identifier for a record is the ID column (via the IPY_PK constraint). A unique key on POLICY_NUMBER (IPY_IPY_UK_1) ensures the uniqueness of policy identifiers. The foreign key relationships are particularly informative, indicating the table stores references to: the associated lease or finance contract header (KHR_ID linking to OKL_K_HEADERS) and line (KLE_ID linking to OKL_K_LINES); the specific insurance product (IPT_ID linking to OKL_INS_PRODUCTS_B); the insurance agency and agent site locations (AGENCY_SITE_ID and AGENT_SITE_ID linking to HZ_PARTY_SITES); the sales representative and adjuster (SALES_REP_ID and ADJUSTED_BY_ID linking to JTF_RS_RESOURCE_EXTNS); and the policy territory (TERRITORY_CODE linking to FND_TERRITORIES).
Common Use Cases and Queries
Common operational and reporting scenarios involve querying this table to retrieve insurance information for specific contracts or to generate coverage summaries. A typical query might join to contract and product tables to list all active policies for a lease portfolio. For instance, a report to show policy details for a given contract would filter on KHR_ID. Another critical use case is supporting the claims process, where the table provides the master policy record against which claims (in OKL_INS_CLAIMS_B) are registered. Auditing and compliance reports often query this table to validate insurance requirements are met for all leased assets, joining through OKL_INS_ASSETS.
Related Objects
OKL_INS_POLICIES_B is a central hub within the insurance sub-schema of OKL. Key related objects include:
- OKL_INS_PRODUCTS_B: The master table for insurance product definitions, referenced via IPT_ID.
- OKL_K_HEADERS / OKL_K_LINES: The core contract tables to which a policy is attached.
- OKL_INS_CLAIMS_B: Stores claims made against a specific policy (foreign key: IPY_ID).
- OKL_INS_ASSETS: Links insured assets to a specific policy (foreign key: IPY_ID).
- HZ_PARTY_SITES, JTF_RS_RESOURCE_EXTNS, FND_TERRITORIES: Reference data for parties, resources, and territories associated with the policy.
- Self-Reference: The table has a foreign key to itself (
IPY_ID), likely to support hierarchical relationships between policy versions or parent-child quote/policy structures.
-
Table: OKL_INS_POLICIES_B
12.1.1
product: OKL - Leasing and Finance Management , description: Insurance policies and quotes , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_INS_PRODUCTS_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INS_PRODUCTS_B, object_name:OKL_INS_PRODUCTS_B, status:VALID, product: OKL - Leasing and Finance Management , description: Lease and optional insurance products , implementation_dba_data: OKL.OKL_INS_PRODUCTS_B ,
-
Table: OKL_INS_POLICIES_TL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INS_POLICIES_TL, object_name:OKL_INS_POLICIES_TL, status:VALID, product: OKL - Leasing and Finance Management , description: Translatable columns from OKL_INS_POLICIES_B, per MLS standards , implementation_dba_data: OKL.OKL_INS_POLICIES_TL ,
-
Table: OKL_INS_CLAIMS_B
12.1.1
product: OKL - Leasing and Finance Management , description: Lease and optional insurance claims , implementation_dba_data: Not implemented in this database ,
-
View: OKL_I_POLICIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_I_POLICIES_V, object_name:OKL_I_POLICIES_V, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_I_POLICIES_V ,
-
Table: OKL_INS_ASSETS
12.1.1
product: OKL - Leasing and Finance Management , description: Insurance for fixed asset line , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_K_HEADERS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_K_HEADERS, object_name:OKL_K_HEADERS, status:VALID, product: OKL - Leasing 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 ,
-
Table: OKL_K_LINES
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_K_LINES, object_name:OKL_K_LINES, status:VALID, product: OKL - Leasing 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 ,
-
View: OKL_INS_POLICIES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_INS_POLICIES_UV, object_name:OKL_INS_POLICIES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_INS_POLICIES_UV ,
-
View: OKL_INS_CLAIMS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_INS_CLAIMS_UV, object_name:OKL_INS_CLAIMS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_INS_CLAIMS_UV ,
-
View: OKL_INS_POLICIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_INS_POLICIES_V, object_name:OKL_INS_POLICIES_V, status:VALID, product: OKL - Leasing and Finance Management , description: Insurance policies and quotes , implementation_dba_data: APPS.OKL_INS_POLICIES_V ,
-
View: OKL_INS_PY_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_INS_PY_UV, object_name:OKL_INS_PY_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_INS_PY_UV ,
-
View: OKL_INS_QUOTES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_INS_QUOTES_UV, object_name:OKL_INS_QUOTES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_INS_QUOTES_UV ,