Search Results contract_status_code
Overview
The OKL_EXT_FA_HEADER_SOURCES_B table is a Fixed Assets transaction header extension table within the Oracle Lease and Finance Management (OKL) module. It resides in the OKL schema and serves as an extension staging and reference point for header-level data that Oracle Lease and Finance Management passes to Oracle Fixed Assets during asset conversion, transfer, and accounting integration processes. The table carries a documented column count of 77 and holds a VALID status in the ETRM 12.1.1 and 12.2.2 data dictionaries.
Based on the foreign key structure — which references master entities such as OKL_TRX_TYPES_B, HZ_PARTIES, and HZ_CUST_ACCOUNTS, alongside a self-referencing key on KHR_ID — the heuristic Data Vault classification for this object is a link. This suggests the table primarily models associations between lease contract headers, transaction types, and customer parties rather than acting as a standalone hub or an attribute-only satellite.
Key Information Stored
The table is anchored by the surrogate primary key HEADER_EXTENSION_ID, enforced through the OKL_EXT_FA_HEADER_SOURCES_B_PK constraint and also covered by the unique index OKL_EXT_FA_HEADER_SOURCES_B_U1, which represents the business-key candidate. Among the most operationally significant columns are:
SOURCE_IDandSOURCE_TABLE— identify the originating record and its source table, enabling traceability back to the feeder transaction.KHR_ID— links the extension row to the lease contract header (self-referencing FK).TRY_ID— referencesOKL_TRX_TYPES_B, defining the transaction type classification.PARTY_IDandCUST_ACCOUNT_ID— resolve the customer party and account context againstHZ_PARTIESandHZ_CUST_ACCOUNTS.CONTRACT_NUMBERandCONVERTED_NUMBER— supply the human-readable contract identifiers used in Fixed Assets reconciliation.BOOK_CLASSIFICATION_CODEandTRX_TYPE_CLASS_CODE— drive the accounting and depreciation treatment applied downstream.ASSIGNABLE_FLAG,CONVERTED_ACCOUNT_FLAG, andACCRUAL_OVERRIDE_FLAG— control processing behavior during conversion.OBJECT_VERSION_NUMBER— supports optimistic locking for concurrent updates.- Two attribute blocks,
KHR_ATTRIBUTE1–KHR_ATTRIBUTE15andCUST_ATTRIBUTE1–CUST_ATTRIBUTE15, with their respective category columns, provide extensible descriptive flexfield storage. - Audit columns
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY, andLAST_UPDATE_DATE.
Common Use Cases and Queries
Typical usage centers on tracing Fixed Assets conversion activity back to lease contracts and verifying that header-level source data is complete before the assets interface is processed. A common pattern joins the extension row to the transaction type and customer tables:
- Reporting on contracts pending conversion, filtered on
CONVERTED_ACCOUNT_FLAG = 'N'. - Auditing the source table and source ID for every fixed asset header record.
- Extracting customer and contract context by joining on
PARTY_ID,CUST_ACCOUNT_ID, andKHR_ID. - Reviewing attribute flexfield values for reconciliation and exception handling.
- Reconciling contract numbers between OKL and Fixed Assets using
CONTRACT_NUMBERandCONVERTED_NUMBER.
Related Objects
The most significant related objects are those joined via the documented foreign keys:
OKL_TRX_TYPES_B— joined onTRY_IDto resolve transaction type details.HZ_PARTIES— joined onPARTY_IDfor customer party master data.HZ_CUST_ACCOUNTS— joined onCUST_ACCOUNT_IDfor customer account context.OKL_EXT_FA_HEADER_SOURCES_B(self) — joined onKHR_IDto relate extension rows sharing a contract header.- Oracle Fixed Assets interface tables, which consume the header extension data during asset conversion.
-
Table: OKL_EXT_FA_HEADER_SOURCES_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_FA_HEADER_SOURCES_B, object_name:OKL_EXT_FA_HEADER_SOURCES_B, status:VALID, product: OKL - Leasing and Finance Management , description: Fixed Assets transactions header extension table , implementation_dba_data: OKL.OKL_EXT_FA_HEADER_SOURCES_B ,
-
Table: OKL_TRX_EXTENSION_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_EXTENSION_B, object_name:OKL_TRX_EXTENSION_B, status:VALID, product: OKL - Leasing and Finance Management , description: Lease transactions header extension table , implementation_dba_data: OKL.OKL_TRX_EXTENSION_B ,
-
Table: OKL_EXT_AR_HEADER_SOURCES_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_AR_HEADER_SOURCES_B, object_name:OKL_EXT_AR_HEADER_SOURCES_B, status:VALID, product: OKL - Leasing and Finance Management , description: Receivables transactions header extension table , implementation_dba_data: OKL.OKL_EXT_AR_HEADER_SOURCES_B ,
-
Table: OKL_EXT_AP_HEADER_SOURCES_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_AP_HEADER_SOURCES_B, object_name:OKL_EXT_AP_HEADER_SOURCES_B, status:VALID, product: OKL - Leasing and Finance Management , description: Payables transactions header extension table , implementation_dba_data: OKL.OKL_EXT_AP_HEADER_SOURCES_B ,
-
View: OKL_TRX_EXTENSION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TRX_EXTENSION_V, object_name:OKL_TRX_EXTENSION_V, status:VALID, product: OKL - Leasing and Finance Management , description: Transaction header extension view , implementation_dba_data: APPS.OKL_TRX_EXTENSION_V ,
-
View: OKL_EXT_AR_HEADER_SOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_EXT_AR_HEADER_SOURCES_V, object_name:OKL_EXT_AR_HEADER_SOURCES_V, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_EXT_AR_HEADER_SOURCES_V ,
-
View: OKL_EXT_FA_HEADER_SOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_EXT_FA_HEADER_SOURCES_V, object_name:OKL_EXT_FA_HEADER_SOURCES_V, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_EXT_FA_HEADER_SOURCES_V ,
-
View: OKL_AM_QUOTES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_QUOTES_UV, object_name:OKL_AM_QUOTES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AM_QUOTES_UV ,
-
View: OKL_AM_ASSET_QUOTES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_ASSET_QUOTES_UV, object_name:OKL_AM_ASSET_QUOTES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AM_ASSET_QUOTES_UV ,
-
View: OKL_EXT_AP_HEADER_SOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_EXT_AP_HEADER_SOURCES_V, object_name:OKL_EXT_AP_HEADER_SOURCES_V, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_EXT_AP_HEADER_SOURCES_V ,