Search Results ilt_ilt_uk
Overview
The OKL_INVC_LINE_TYPES_B table is a core setup and reference table within the Oracle Lease and Finance Management (OKL) module of Oracle E-Business Suite (EBS). It serves as the master repository for defining the distinct categories or "types" of lines that can appear on invoices generated by the system. Its primary role is to govern how financial transactions, revenue streams, and cash flows are logically grouped and presented on an invoice. By defining these line types, organizations can standardize invoice formatting, ensure accurate accounting treatment for different charge types, and control the consolidation of financial data for reporting purposes. This table is foundational to the invoicing engine within Oracle Lease Management.
Key Information Stored
While the provided metadata does not list all columns, the primary and foreign keys reveal the critical data relationships. The table's unique identifier is the ID column, which is the primary key (OKL_INVC_LINE_TYPES_B_PK). A second unique key (ILT_ILT_UK) involves the ITY_ID column, which is a foreign key to the OKL_INVOICE_TYPES_B table. This structure indicates that each invoice line type is associated with a specific, higher-level invoice type. Other essential columns, inferred from standard EBS design and the table's purpose, would typically include a code (e.g., LINE_TYPE_CODE), a name, a description, and attributes controlling sequencing, printing behavior, and accounting rules for the line type.
Common Use Cases and Queries
This table is primarily referenced during invoice generation and for configuration analysis. Common operational and reporting scenarios include validating the setup of invoice formats and troubleshooting invoice line consolidation. A typical query would join this table to related setup tables to review the configured hierarchy. For example:
- Setup Validation:
SELECT ilt.name, ilt.code, ity.name invoice_type FROM okl_invc_line_types_b ilt, okl_invoice_types_b ity WHERE ilt.ity_id = ity.id ORDER BY ity.name; - Impact Analysis: Identifying which invoice formats use a specific line type is critical before modifying or disabling it. This involves querying the OKL_INVOICE_FORMATS_B or OKL_INV_FORMATS_ALL_B tables using the ILT_ID.
Direct transactional reporting from this table is rare; it is more commonly used as a lookup in joins to analyze consolidated invoice lines (OKL_CNSLD_AR_LINES_B) or to understand invoice structure.
Related Objects
The OKL_INVC_LINE_TYPES_B table sits at the center of a key setup hierarchy. As per the metadata, its main relationships are:
- OKL_INVOICE_TYPES_B: The parent table. Each invoice line type (ILT) is associated with one invoice type (ITY).
- OKL_INVOICE_FORMATS_B / OKL_INV_FORMATS_ALL_B: These child tables reference the line type (via ILT_ID), defining how lines of this type are physically laid out and printed on an invoice.
- OKL_CNSLD_AR_LINES_B: This transactional table stores the actual consolidated accounts receivable lines and references the ILT_ID to classify each line according to its predefined type.
This network of relationships underscores the table's role in linking invoice design (formats) and transaction processing (consolidated lines) to a centralized definition of line type behavior.
-
Table: OKL_INVC_LINE_TYPES_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INVC_LINE_TYPES_B, object_name:OKL_INVC_LINE_TYPES_B, status:VALID, product: OKL - Lease and Finance Management , description: The "type" of invoice line in terms of which transactions, stream types, cash flows will be grouped into the invoice line type , implementation_dba_data: OKL.OKL_INVC_LINE_TYPES_B ,
-
Table: OKL_INVC_LINE_TYPES_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INVC_LINE_TYPES_B, object_name:OKL_INVC_LINE_TYPES_B, status:VALID, product: OKL - Leasing and Finance Management , description: The "type" of invoice line in terms of which transactions, stream types, cash flows will be grouped into the invoice line type , implementation_dba_data: OKL.OKL_INVC_LINE_TYPES_B ,
-
eTRM - OKL Tables and Views
12.2.2
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
eTRM - OKL Tables and Views
12.1.1
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
eTRM - OKL Tables and Views
12.2.2
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
eTRM - OKL Tables and Views
12.1.1
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,