Search Results okl_invoice_formats_b
Overview
The OKL_INVOICE_FORMATS_B table is a core data object within the Oracle E-Business Suite (EBS) Lease and Finance Management (OKL) module. It functions as a master definition table that governs the presentation and structural formatting of invoice information. In essence, it defines templates or rules for how invoice data is organized and displayed, ensuring consistency across financial documents generated by the leasing system. Its role is critical for the accurate and standardized billing of lease contracts, service agreements, and other financial arrangements managed within OKL.
Key Information Stored
While the provided ETRM excerpt does not list specific columns, the table's primary key is documented as the ID column. Based on its described purpose and related foreign key relationships, the table is expected to store configuration attributes that define an invoice format. Typical columns in such a structure would include a unique identifier (ID), a name or code for the format, a description, and active status indicators. Crucially, it stores the foreign key column ILT_ID, which links each format to a specific invoice line type defined in the OKL_INVC_LINE_TYPES_B table, thereby controlling the line-level presentation rules.
Common Use Cases and Queries
A primary use case is the setup and maintenance of invoice presentation templates during the implementation and configuration of the OKL module. System administrators use this data to ensure invoices meet organizational or regulatory formatting requirements. For reporting and troubleshooting, common queries involve joining this table to related entities to understand the complete invoice setup. A sample query to list active invoice formats with their associated line types might resemble:
- SELECT inf.ID, inf.NAME, ilt.NAME AS LINE_TYPE_NAME
- FROM OKL_INVOICE_FORMATS_B inf,
- OKL_INVC_LINE_TYPES_B ilt
- WHERE inf.ILT_ID = ilt.ID
- AND inf.ACTIVE_FLAG = 'Y';
This table is also integral to the invoice generation process, where the system references the defined format to structure the output for billing runs.
Related Objects
The OKL_INVOICE_FORMATS_B table sits at the center of several key relationships within the OKL schema, as indicated by its foreign keys. It is directly referenced by the OKL_CNTR_LVLNG_GRPS_B (contract leveling groups) and OKL_CNSLD_AR_HDRS_B (consolidated AR headers) tables, which use the INF_ID foreign key to inherit the invoice formatting rules. Conversely, it references the OKL_INVC_LINE_TYPES_B table via the ILT_ID foreign key to define the line item structure. This network of relationships highlights its role as a shared configuration entity that standardizes invoice presentation across different contract and consolidation entities in the leasing lifecycle.
-
Table: OKL_INVOICE_FORMATS_B
12.2.2
product: OKL - Lease and Finance Management , description: Describes the presentation of invoice information , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_INVOICE_FORMATS_B
12.1.1
product: OKL - Leasing and Finance Management , description: Describes the presentation of invoice information , implementation_dba_data: Not implemented in this database ,
-
APPS.OKL_INF_PVT dependencies on OKL_INVOICE_FORMATS_B
12.1.1
-
APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_INVOICE_FORMATS_B
12.1.1
-
APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_INVOICE_FORMATS_B
12.2.2
-
APPS.OKL_CONS_BILL dependencies on OKL_INVOICE_FORMATS_B
12.2.2
-
APPS.OKL_CONS_BILL dependencies on OKL_INVOICE_FORMATS_B
12.1.1
-
APPS.OKL_CONS_BILL dependencies on OKL_INVOICE_FORMATS_B
12.1.1
-
APPS.OKL_INF_PVT dependencies on OKL_INVOICE_FORMATS_B
12.2.2
-
APPS.OKL_INF_PVT dependencies on OKL_INVOICE_FORMATS_B
12.2.2
-
APPS.OKL_CONS_BILL dependencies on OKL_INVOICE_FORMATS_B
12.2.2
-
APPS.OKL_INF_PVT dependencies on OKL_INVOICE_FORMATS_B
12.1.1
-
APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_INVOICE_FORMATS_B
12.1.1
-
APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_INVOICE_FORMATS_B
12.2.2
-
VIEW: APPS.OKL_BPD_DEF_INV_LINE_TYPE_UV
12.2.2
-
VIEW: APPS.OKL_BPD_DEF_INV_LINE_TYPE_UV
12.1.1
-
VIEW: APPS.OKL_INVOICE_FORMATS_V
12.1.1
-
VIEW: APPS.OKL_INVOICE_FORMATS_V
12.2.2
-
TABLE: OKL.OKL_INVOICE_FORMATS_TL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INVOICE_FORMATS_TL, object_name:OKL_INVOICE_FORMATS_TL, status:VALID,
-
Table: OKL_INVOICE_FORMATS_TL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INVOICE_FORMATS_TL, object_name:OKL_INVOICE_FORMATS_TL, status:VALID, product: OKL - Lease and Finance Management , description: Translatable columns from OKL_INVOICE_FORMATS_B, per MLS standards , implementation_dba_data: OKL.OKL_INVOICE_FORMATS_TL ,
-
TABLE: OKL.OKL_INVOICE_FORMATS_TL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INVOICE_FORMATS_TL, object_name:OKL_INVOICE_FORMATS_TL, status:VALID,
-
Table: OKL_INVOICE_FORMATS_TL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INVOICE_FORMATS_TL, object_name:OKL_INVOICE_FORMATS_TL, status:VALID, product: OKL - Leasing and Finance Management , description: Translatable columns from OKL_INVOICE_FORMATS_B, per MLS standards , implementation_dba_data: OKL.OKL_INVOICE_FORMATS_TL ,
-
Table: OKL_CNSLD_AR_HDRS_B
12.1.1
product: OKL - Leasing and Finance Management , description: Single printed report "bill" for many actual AR invoices , implementation_dba_data: Not implemented in this database ,
-
APPS.OKL_CONS_BILL dependencies on OKL_INVOICE_FORMATS_TL
12.2.2
-
Table: OKL_CNTR_LVLNG_GRPS_B
12.2.2
product: OKL - Lease and Finance Management , description: Associates a number of counters together for leveling, averaging purposes , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_CNTR_LVLNG_GRPS_B
12.1.1
product: OKL - Leasing and Finance Management , description: Associates a number of counters together for leveling, averaging purposes , implementation_dba_data: Not implemented in this database ,
-
APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_TRX_AR_INVOICES_V
12.2.2
-
View: OKL_BPD_DEF_INV_LINE_TYPE_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_DEF_INV_LINE_TYPE_UV, object_name:OKL_BPD_DEF_INV_LINE_TYPE_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_BPD_DEF_INV_LINE_TYPE_UV ,
-
SYNONYM: APPS.OKL_INVOICE_FORMATS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_INVOICE_FORMATS_B, status:VALID,
-
APPS.OKL_CONS_BILL dependencies on OKL_INVOICE_FORMATS_TL
12.1.1
-
View: OKL_BPD_DEF_INV_LINE_TYPE_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_DEF_INV_LINE_TYPE_UV, object_name:OKL_BPD_DEF_INV_LINE_TYPE_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_DEF_INV_LINE_TYPE_UV ,
-
APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_XTL_SELL_INVS_V
12.2.2
-
APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_TXD_AR_LN_DTLS_B
12.2.2
-
APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_TRX_AR_INVOICES_V
12.1.1
-
APPS.OKL_INF_PVT dependencies on MO_GLOBAL
12.2.2
-
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_CNSLD_AR_HDRS_B
12.2.2
product: OKL - Lease and Finance Management , description: Single printed report "bill" for many actual AR invoices , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.OKL_INVOICE_FORMATS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_INVOICE_FORMATS_B, status:VALID,
-
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 ,
-
APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_TXL_AR_INV_LNS_V
12.2.2
-
PACKAGE: APPS.OKL_CONS_BILL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_CONS_BILL, status:VALID,
-
APPS.OKL_INF_PVT SQL Statements
12.2.2
-
APPS.OKL_INF_PVT dependencies on MO_GLOBAL
12.1.1
-
APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_TXL_AR_INV_LNS_V
12.1.1
-
APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_XTL_SELL_INVS_V
12.1.1
-
PACKAGE: APPS.OKL_CONS_BILL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_CONS_BILL, status:VALID,
-
APPS.OKL_INF_PVT SQL Statements
12.1.1
-
APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_TXD_AR_LN_DTLS_B
12.1.1
-
APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_TXL_AR_INV_LNS_B
12.1.1
-
APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_TXL_AR_INV_LNS_B
12.2.2