Search Results okl_k_headers_full_v
Overview
OKL_K_HEADERS_FULL_V is a reporting and integration view owned by the APPS schema in Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2. It belongs to the OKL product family, Oracle Leasing and Finance Management, and exists to consolidate contract header information that is otherwise distributed across the Oracle Contracts Core (OKC) and Oracle Leasing (OKL) data models. The view is documented as a "full view" on tables OKC_K_HEADERS_B and OKL_K_HEADERS, combining the contracts core header attributes with lease management header attributes into a single, denormalized row per contract header.
In practice, the view provides a convenient access path for developers, report authors, and integrators who require lease-related contract header details without writing multi-table joins against OKC and OKL base tables. Because it joins the core contract header to the lease extension, it reflects the EBS architecture in which leasing records extend a base contracts-core record rather than duplicating it. The view is marked VALID in the ETRM metadata, indicating that it compiles successfully against the referenced objects.
Underlying Base Objects
The ETRM metadata for Release 12.2.2 identifies the following referenced base objects:
- OKC_K_HEADERS_B (SYNONYM) — the Contracts Core header base table, holding the primary contract header record keyed by ID.
- OKC_K_HEADERS_TL (SYNONYM) — the translated (language) table supplying descriptive columns such as short description and comments.
- OKL_K_HEADERS (SYNONYM) — the Leasing and Finance Management header extension table carrying lease-specific attributes.
- OKC_UTIL (PACKAGE) — a Contracts utility package referenced by the view definition.
The view therefore sits on top of the core contracts header (base and translated) joined to the OKL lease header extension, exposing columns sourced from each. Column aliases in the view definition reflect this split: the ROWID, ID, OBJECT_VERSION_NUMBER, status, currency, contract number, and most business columns derive from the core header (CHRB), while translated descriptive text (SHORT_DESCRIPTION, COMMENTS, DESCRIPTION, COGNOMEN, NON_RESPONSE_REASON, SET_ASIDE_REASON) derives from the TL source (CHRT).
Key Columns
- ROW_ID / ID — the row identifier and the contract header primary key; ID is the join key to child lines, parties, and other OKC/OKL entities.
- OBJECT_VERSION_NUMBER — optimistic locking version for the header record.
- CONTRACT_NUMBER / CONTRACT_NUMBER_MODIFIER — the human-readable contract identifier and its optional suffix.
- CURRENCY_CODE, STS_CODE, SCS_CODE, QCL_ID — currency, contract status, status code, and quality/qualification reference.
- START_DATE, END_DATE, DATE_SIGNED, DATE_APPROVED, DATE_TERMINATED, DATE_RENEWED — key contractual lifecycle dates.
- SHORT_DESCRIPTION, DESCRIPTION, COMMENTS, COGNOMEN — translated descriptive attributes of the contract.
- BUY_OR_SELL, CHR_TYPE, RFP_TYPE, TRN_CODE — classification columns indicating the transaction direction and type.
- AUTHORING_ORG_ID, INV_ORGANIZATION_ID — organizational identifiers associated with the header.
- TEMPLATE_YN / TEMPLATE_USED — flags showing whether the record is a template or was created from one.
Common Use Cases and Queries
Typical uses include ad-hoc reporting on active lease contracts, integration extracts feeding downstream systems, and validation queries during data migration. A minimal query returns the current header population:
SELECT CONTRACT_NUMBER, CONTRACT_NUMBER_MODIFIER, STS_CODE, CURRENCY_CODE, START_DATE, END_DATE FROM APPS.OKL_K_HEADERS_FULL_V WHERE DELETED_YN = 'N';
To list active contracts by status with their short description:
SELECT CONTRACT_NUMBER, SHORT_DESCRIPTION, STS_CODE FROM APPS.OKL_K_HEADERS_FULL_V WHERE STS_CODE = 'ACTIVE' AND BUY_OR_SELL = 'SELL';
Because the view encapsulates the OKC-to-OKL join, it is well suited to reports that require both core contract metadata and lease extension flags without hand-coded joins. Queries should apply the relevant language and organization predicates where translation and multi-org coverage matter.
-
View: OKL_K_HEADERS_FULL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_K_HEADERS_FULL_V, object_name:OKL_K_HEADERS_FULL_V, status:VALID, product: OKL - Leasing and Finance Management , description: OKL_K_HEADERS_FULL_V is fulll View on tables OKC_K_HEADERS_B OKL_K_HEADERS. This combines the contracts core and lease managment header attributes into one view. , implementation_dba_data: APPS.OKL_K_HEADERS_FULL_V ,
-
View: OKL_K_HEADERS_FULL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_K_HEADERS_FULL_V, object_name:OKL_K_HEADERS_FULL_V, status:VALID, product: OKL - Lease and Finance Management , description: OKL_K_HEADERS_FULL_V is fulll View on tables OKC_K_HEADERS_B OKL_K_HEADERS. This combines the contracts core and lease managment header attributes into one view. , implementation_dba_data: APPS.OKL_K_HEADERS_FULL_V ,
-
VIEW: APPS.OKL_REVISIONS_UV
12.1.1
-
VIEW: APPS.OKL_REVISIONS_UV
12.2.2
-
APPS.OKL_STREAMS_UTIL SQL Statements
12.1.1
-
APPS.OKL_CONTRACT_APPROVAL_PVT SQL Statements
12.1.1
-
APPS.OKL_CONTRACT_APPROVAL_PVT SQL Statements
12.2.2
-
View: OKL_REVISIONS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_REVISIONS_UV, object_name:OKL_REVISIONS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User interface view used in rebook summary page , implementation_dba_data: APPS.OKL_REVISIONS_UV ,
-
View: OKL_REVISIONS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_REVISIONS_UV, object_name:OKL_REVISIONS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view used in rebook summary page , implementation_dba_data: APPS.OKL_REVISIONS_UV ,
-
APPS.OKL_AM_RECYCLE_TRMNT_PVT SQL Statements
12.1.1
-
VIEW: APPS.IEX_CASE_CONTRACT_WRITEOFFS_V
12.2.2
-
APPS.OKL_VARIABLE_INT_UTIL_PVT SQL Statements
12.1.1
-
VIEW: APPS.IEX_CASE_CONTRACTS_OPEN_V
12.2.2
-
APPS.OKL_STREAMS_UTIL SQL Statements
12.2.2
-
VIEW: APPS.IEX_CASE_CONTRACT_WRITEOFFS_V
12.1.1
-
VIEW: APPS.IEX_CASE_CONTRACTS_OPEN_V
12.1.1
-
APPS.OKL_AM_RECYCLE_TRMNT_PVT SQL Statements
12.2.2
-
VIEW: APPS.IEX_CASE_INVOICE_WRITEOFFS_V
12.2.2
-
VIEW: APPS.IEX_CASE_INVOICE_WRITEOFFS_V
12.1.1
-
VIEW: APPS.IEX_CASE_INVOICES_OPEN_V
12.2.2
-
APPS.OKL_AM_RESTRUCTURE_QUOTE_PVT SQL Statements
12.1.1
-
VIEW: APPS.IEX_CASE_INVOICES_OPEN_V
12.1.1
-
APPS.OKL_AM_RESTRUCTURE_QUOTE_PVT SQL Statements
12.2.2
-
VIEW: APPS.OKL_CS_OKS_CONTRACTS_UV
12.2.2
-
VIEW: APPS.OKL_CS_OKS_CONTRACTS_UV
12.1.1
-
VIEW: APPS.OKL_AM_RESIDUAL_VALUE_WD_UV
12.2.2
-
VIEW: APPS.OKL_AM_RESIDUAL_VALUE_WD_UV
12.1.1
-
APPS.OKL_TRANSACTION_PVT SQL Statements
12.1.1
-
VIEW: APPS.OKL_AM_ASSET_TRACK_UV
12.2.2
-
VIEW: APPS.OKL_AM_ASSET_TRACK_UV
12.1.1
-
APPS.OKL_TRANSACTION_PVT SQL Statements
12.2.2
-
APPS.OKL_FA_AMOUNTS_PVT SQL Statements
12.2.2
-
APPS.OKL_FA_AMOUNTS_PVT SQL Statements
12.1.1
-
APPS.OKL_VARIABLE_INT_UTIL_PVT SQL Statements
12.2.2
-
VIEW: APPS.OKL_AM_TRMNT_TRANSACTIONS_UV
12.1.1
-
VIEW: APPS.OKL_AM_TRMNT_TRANSACTIONS_UV
12.2.2
-
APPS.OKL_LOSS_PROV_PVT SQL Statements
12.2.2
-
APPS.OKL_LOSS_PROV_PVT SQL Statements
12.1.1
-
APPS.OKL_DEAL_CREAT_PVT SQL Statements
12.1.1
-
APPS.OKL_DEAL_CREAT_PVT SQL Statements
12.2.2
-
PACKAGE: APPS.OKL_MULTI_GAAP_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_MULTI_GAAP_PVT, status:VALID,
-
PACKAGE: APPS.OKL_MULTI_GAAP_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_MULTI_GAAP_PVT, status:VALID,
-
PACKAGE: APPS.OKL_MLA_CREATE_UPDATE_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_MLA_CREATE_UPDATE_PUB, status:VALID,
-
PACKAGE: APPS.OKL_MLA_CREATE_UPDATE_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_MLA_CREATE_UPDATE_PUB, status:VALID,
-
VIEW: APPS.OKL_AM_SALVAGE_VALUE_WD_UV
12.1.1
-
PACKAGE BODY: APPS.OKL_FA_AMOUNTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_FA_AMOUNTS_PVT, status:VALID,
-
PACKAGE: APPS.OKL_DEAL_CREAT_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_DEAL_CREAT_PVT, status:VALID,
-
VIEW: APPS.OKL_AM_SALVAGE_VALUE_WD_UV
12.2.2
-
PACKAGE: APPS.OKL_DEAL_CREAT_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_DEAL_CREAT_PVT, status:VALID,
-
APPS.OKL_DEAL_CREATE_PUB SQL Statements
12.1.1