Search Results okl_tax_sources
Overview
The OKL_TAX_SOURCES table is a core transactional data store within the Oracle E-Business Suite (EBS) Leasing and Finance Management (OKL) module. It serves as the central repository for capturing and storing detailed information about taxable lines generated from Oracle Lease Management (OLM) tax events. Its primary role is to act as the source data layer for downstream tax calculation and processing, linking individual financial transactions to the complex tax rules and jurisdictions applicable to leasing contracts. The table's existence is critical for ensuring accurate tax determination, reporting, and compliance for lease and finance agreements managed within the system.
Key Information Stored
The table's structure is defined by its foreign key relationships, which reveal the key entities it connects. The central columns store identifiers that link a taxable line to its originating contract and transaction components. The primary key is the ID column. Essential foreign key columns include KHR_ID (linking to the contract header in OKC_K_HEADERS_B), KLE_ID (linking to the specific contract line in OKC_K_LINES_B), and TRY_ID (linking to the transaction type in OKL_TRX_TYPES_B). For stream-based calculations, it links via SEL_ID to OKL_STRM_ELEMENTS and via STY_ID to OKL_STRM_TYPE_B. Crucially, it stores customer site information for accurate tax jurisdiction sourcing, including BILL_TO_CUST_ACCT_SITE_USE_ID, SHIP_TO_CUST_ACCT_SITE_USE_ID, and their corresponding party site IDs. The ORG_ID ties the record to the operating unit.
Common Use Cases and Queries
This table is primarily accessed for tax inquiry, audit reporting, and troubleshooting tax calculation issues. A common use case is tracing the taxability of a specific invoice line back to its source lease contract and stream elements. For example, to analyze all taxable sources for a specific contract, a query would join to OKC_K_HEADERS_B. Reporting on tax applicability by customer site would involve joins to HZ_CUST_SITE_USES_ALL. Technical support often queries this table to verify that all expected transactional lines (e.g., rent, interest) have been correctly populated as tax sources before tax engine invocation. Sample SQL patterns typically start with a SELECT from OKL_TAX_SOURCES, filtering by KHR_ID or ORG_ID, and include joins to descriptive tables like OKL_TRX_TYPES_B and HZ_CUST_ACCOUNTS for meaningful output.
Related Objects
The OKL_TAX_SOURCES table sits at a critical junction, integrating data from multiple EBS modules. Its documented foreign key relationships are as follows:
- OKC_K_HEADERS_B: Via
KHR_ID. Links to the leasing contract. - OKC_K_LINES_B: Via
KLE_ID. Links to the specific line item of the contract. - OKL_TRX_TYPES_B: Via
TRY_ID. Identifies the transaction type (e.g., Invoice, Credit). - OKL_STRM_ELEMENTS: Via
SEL_ID. Links to the detailed payment stream element. - OKL_STRM_TYPE_B: Via
STY_ID. Links to the type of payment stream. - HZ_CUST_SITE_USES_ALL: Via
BILL_TO_CUST_ACCT_SITE_USE_IDandSHIP_TO_CUST_ACCT_SITE_USE_ID. Provides bill-to and ship-to customer site details for tax jurisdiction. - HZ_CUST_ACCOUNTS: Via
BILL_TO_CUST_ACCT_ID. Links to the customer account. - HZ_PARTY_SITES: Via
BILL_TO_PARTY_SITE_IDandSHIP_TO_PARTY_SITE_ID. Provides party-level site information. - HR_ALL_ORGANIZATION_UNITS: Via
ORG_ID. Identifies the operating unit. - OKL_TAX_TRX_DETAILS: This table holds a foreign key (
TXS_ID) referencing OKL_TAX_SOURCES.ID, making it a primary child table where calculated tax amounts are stored.
-
Table: OKL_TAX_SOURCES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TAX_SOURCES, object_name:OKL_TAX_SOURCES, status:VALID, product: OKL - Lease and Finance Management , description: This table is used to store the taxable lines for OLM tax events. , implementation_dba_data: OKL.OKL_TAX_SOURCES ,
-
Table: OKL_STRM_ELEMENTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STRM_ELEMENTS, object_name:OKL_STRM_ELEMENTS, status:VALID, product: OKL - Lease and Finance Management , description: Holds the actual payment schedules for a payment header. , implementation_dba_data: OKL.OKL_STRM_ELEMENTS ,
-
Table: OKL_STRM_TYPE_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STRM_TYPE_B, object_name:OKL_STRM_TYPE_B, status:VALID, product: OKL - Lease and Finance Management , description: Holds the definition of payment types. , implementation_dba_data: OKL.OKL_STRM_TYPE_B ,
-
View: OKL_TAX_SOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TAX_SOURCES_V, object_name:OKL_TAX_SOURCES_V, status:VALID, product: OKL - Lease and Finance Management , description: This is a simple view on top of okl_tax_sources, which stores the taxable lines for the tax events. , implementation_dba_data: APPS.OKL_TAX_SOURCES_V ,
-
View: OKL_LA_STX_SMRY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_STX_SMRY_UV, object_name:OKL_LA_STX_SMRY_UV, status:VALID, product: OKL - Lease and Finance Management , description: Sales Tax Summary , implementation_dba_data: APPS.OKL_LA_STX_SMRY_UV ,
-
Table: OKL_TAX_TRX_DETAILS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TAX_TRX_DETAILS, object_name:OKL_TAX_TRX_DETAILS, status:VALID, product: OKL - Lease and Finance Management , description: This table is used to store the tax lines for OLM tax events , implementation_dba_data: OKL.OKL_TAX_TRX_DETAILS ,
-
View: OKL_LA_STX_DTLS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_STX_DTLS_UV, object_name:OKL_LA_STX_DTLS_UV, status:VALID, product: OKL - Lease and Finance Management , description: Sales Tax Details , implementation_dba_data: APPS.OKL_LA_STX_DTLS_UV ,
-
View: OKL_CS_TAX_SUMMARY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_TAX_SUMMARY_UV, object_name:OKL_CS_TAX_SUMMARY_UV, status:VALID, product: OKL - Lease and Finance Management , description: This view is used by Lease Center screen to display tax summary information for a tax schedule. , implementation_dba_data: APPS.OKL_CS_TAX_SUMMARY_UV ,
-
Table: OKL_TRX_TYPES_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_TYPES_B, object_name:OKL_TRX_TYPES_B, status:VALID, product: OKL - Lease and Finance Management , description: Transaction types , implementation_dba_data: OKL.OKL_TRX_TYPES_B ,
-
View: OKL_TAX_LINES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TAX_LINES_UV, object_name:OKL_TAX_LINES_UV, status:VALID, product: OKL - Lease and Finance Management , description: Tax Line Information , implementation_dba_data: APPS.OKL_TAX_LINES_UV ,
-
View: OKL_CS_ASTUPF_TAX_SUM_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ASTUPF_TAX_SUM_UV, object_name:OKL_CS_ASTUPF_TAX_SUM_UV, status:VALID, product: OKL - Lease and Finance Management , description: This view displays Upfront Tax Summary for an asset , implementation_dba_data: APPS.OKL_CS_ASTUPF_TAX_SUM_UV ,
-
View: OKL_QUOTE_AMT_SMRY_ALL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_QUOTE_AMT_SMRY_ALL_UV, object_name:OKL_QUOTE_AMT_SMRY_ALL_UV, status:VALID, product: OKL - Lease and Finance Management , description: View gives Amount Summary for Quote in all Operating Units. , implementation_dba_data: APPS.OKL_QUOTE_AMT_SMRY_ALL_UV ,
-
View: OKL_CS_TAXSCH_TAX_SUM_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_TAXSCH_TAX_SUM_UV, object_name:OKL_CS_TAXSCH_TAX_SUM_UV, status:VALID, product: OKL - Lease and Finance Management , description: This is view to display Tax Sumamry for Tax Schedule Line , implementation_dba_data: APPS.OKL_CS_TAXSCH_TAX_SUM_UV ,
-
View: OKL_AM_QUOTE_AMT_SUMMARY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_QUOTE_AMT_SUMMARY_UV, object_name:OKL_AM_QUOTE_AMT_SUMMARY_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AM_QUOTE_AMT_SUMMARY_UV ,
-
View: OKL_CS_TERMQTE_TAX_SUM_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_TERMQTE_TAX_SUM_UV, object_name:OKL_CS_TERMQTE_TAX_SUM_UV, status:VALID, product: OKL - Lease and Finance Management , description: This view displays Tax Summary for Termination Quote Line , implementation_dba_data: APPS.OKL_CS_TERMQTE_TAX_SUM_UV ,
-
View: OKL_CS_ASTLOC_TAX_SUM_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ASTLOC_TAX_SUM_UV, object_name:OKL_CS_ASTLOC_TAX_SUM_UV, status:VALID, product: OKL - Lease and Finance Management , description: This view displays Asset Location Change Transaction Tax Summary , implementation_dba_data: APPS.OKL_CS_ASTLOC_TAX_SUM_UV ,
-
View: OKL_CS_ALC_SUMMARY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ALC_SUMMARY_UV, object_name:OKL_CS_ALC_SUMMARY_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_ALC_SUMMARY_UV ,
-
View: OKL_CS_ASSET_LOC_CHANGE_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ASSET_LOC_CHANGE_UV, object_name:OKL_CS_ASSET_LOC_CHANGE_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_ASSET_LOC_CHANGE_UV ,
-
View: OKL_AM_QUOTE_AMOUNTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_QUOTE_AMOUNTS_UV, object_name:OKL_AM_QUOTE_AMOUNTS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AM_QUOTE_AMOUNTS_UV ,
-
View: OKL_QUOTE_AMOUNTS_ALL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_QUOTE_AMOUNTS_ALL_UV, object_name:OKL_QUOTE_AMOUNTS_ALL_UV, status:VALID, product: OKL - Lease and Finance Management , description: View gives Quote Amounts for all Operating Units. , implementation_dba_data: APPS.OKL_QUOTE_AMOUNTS_ALL_UV ,