Search Results quote
The OKL_QUOTE_LINE_STRM_ALL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Oracle Lease and Finance Management (OKL) module. This table stores detailed information about the payment streams associated with quote lines in leasing and financing contracts. It plays a pivotal role in managing financial transactions, ensuring accurate payment scheduling, and supporting lease accounting compliance. Below is a detailed breakdown of its structure, purpose, and significance within Oracle EBS.
Purpose and Functional Context
The OKL_QUOTE_LINE_STRM_ALL
table is designed to capture and manage payment stream details linked to quote lines in lease or loan contracts. Each quote line represents a financial component (e.g., lease payments, fees, or adjustments), and the associated streams define the timing, amount, and nature of payments. This table ensures that payment schedules adhere to contractual terms and regulatory requirements, such as ASC 842 or IFRS 16 for lease accounting.
Key Columns and Data Structure
The table includes columns to track payment attributes, such as:
- STREAM_ID: Primary key uniquely identifying each payment stream.
- QUOTE_LINE_ID: Foreign key linking to the quote line in
OKL_QUOTE_LINES_ALL
. - STREAM_TYPE_CODE: Classifies the stream (e.g., "LEASE_PAYMENT," "INTEREST," or "FEE").
- STREAM_NUMBER: Sequence number of the payment within the quote line.
- DUE_DATE: Scheduled payment date.
- AMOUNT: Payment amount in functional currency.
- STATUS_CODE: Indicates the stream's status (e.g., "ACTIVE," "CANCELLED").
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE: Audit columns for tracking changes.
Integration with Other Modules
The table integrates with:
- OKL_QUOTE_LINES_ALL: Parent table for quote line details.
- OKL_STRM_TYPE_B: Lookup for stream type codes.
- GL_DATE: Links to General Ledger for accrual accounting.
- AR_INTERFACE: Facilitates invoicing in Accounts Receivable.
Business Process Flow
Data flows into OKL_QUOTE_LINE_STRM_ALL
during:
- Quote Creation: Payment streams are generated based on lease terms (e.g., payment frequency, amount).
- Amendment: Streams are updated for contract modifications.
- Invoicing: Streams trigger invoice generation in AR.
- Accounting: Streams post journal entries to GL via Subledger Accounting.
Technical Considerations
In EBS 12.2.2, the table benefits from Online Patching (ADOP) and enhanced performance optimizations. Key indexes (e.g., on QUOTE_LINE_ID
) improve query efficiency for high-volume transactions. Customizations should avoid direct DML to maintain data integrity; instead, use Oracle APIs like OKL_QUOTE_PUB
.
Conclusion
The OKL_QUOTE_LINE_STRM_ALL
table is indispensable for lease and finance management in Oracle EBS, ensuring accurate payment tracking, compliance, and integration across financial modules. Its structured design supports complex leasing scenarios while maintaining auditability and scalability for enterprise deployments.
-
File: R118 OKL SALES QUOTE 12-SEP-2002 V1.pdf
12.1.1
product: OKL - Leasing and Finance Management , size: 53.653 KBytes , file_type: PDF Diagram ,
-
File: R118 OKL INSURANCE QUOTE 12-SEP-2002 V1.pdf
12.1.1
product: OKL - Leasing and Finance Management , size: 78.127 KBytes , file_type: PDF Diagram ,
-
Lookup Type: OKL_CF_OBJECT_TYPE
12.1.1
product: OKL - Leasing and Finance Management , meaning: Cash Flow Object Type ,
-
Lookup Type: OKL_FIN_PRIMARY_PURPOSES
12.1.1
product: OKL - Leasing and Finance Management , meaning: OKL FINANCIAL PRODUCT PRIMARY PURPOSES , description: Financial Product Primary Purposes for Stream Generation Templates ,
-
Lookup Type: OKL_VSS_QUOTE_TYPE
12.1.1
product: OKL - Leasing and Finance Management , meaning: OKL VSS Quote Type , description: For Vendor Self Service ,
-
Lookup Type: OKL_AM_QUOTE_CREATE
12.1.1
product: OKL - Leasing and Finance Management , meaning: Termination Quote Create Options , description: Lookup for Create Termination Quote choices ,
-
Lookup Type: OKL_STREAM_TYPE_PURPOSE
12.1.1
product: OKL - Leasing and Finance Management , meaning: Stream Type Purpose , description: Stream Type Purpose ,
-
Lookup Type: OKL_QUICK_QUOTE_PAYMENT_TYPES
12.1.1
product: OKL - Leasing and Finance Management , meaning: Quick Quote Payment Types , description: Quick Quote Payment Types ,
-
Lookup Type: OKL_SSC_OBJECT_TYPE
12.1.1
product: OKL - Leasing and Finance Management , meaning: OKL_SSC_OBJECT_TYPE , description: Object types for self service UI ,
-
Lookup Type: OKL_LA_INS_QUOTE_TYPE
12.1.1
product: OKL - Leasing and Finance Management , meaning: Lease Insurance Quote Types , description: Insurance Quote types ,
-
Lookup Type: OKL_SUB_POOL_TRX_REASON_TYPE
12.1.1
product: OKL - Leasing and Finance Management , meaning: Subsidy Pool Transactions reason types , description: Subsidy Pool Transactions reason types ,
-
Lookup Type: OKL_TC_LINKS
12.1.1
product: OKL - Leasing and Finance Management , meaning: OKL Terms and Conditions Links , description: OKL Terms and Conditions Links ,
-
Lookup Type: OKL_QUOTE_PRORATE_OPTION_TYPE
12.1.1
product: OKL - Leasing and Finance Management , meaning: QUOTE PRORATE OPTION TYPE ,
-
Lookup Type: OKL_INSURANCE_STATUS
12.1.1
product: OKL - Leasing and Finance Management , meaning: OKL_INSURANCE_STATUS , description: Insuarnce status ,
-
Lookup Type: OKL_CONTRACT_SOURCE
12.1.1
product: OKL - Leasing and Finance Management , meaning: Lease Contract Source , description: Lease Contract Source Type ,
-
Lookup Type: OKL_QUOTE_LINE_TYPE
12.1.1
product: OKL - Leasing and Finance Management , meaning: QUOTE LINE TYPE , description: OKL Quote Line Types ,
-
Lookup Type: OKL_QQ_STATUS
12.1.1
product: OKL - Leasing and Finance Management , meaning: Quick Quote Status lookups , description: Quick Quote Status lookups ,
-
Table: OKL_QUOTE_LINE_STRM_ALL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_QUOTE_LINE_STRM_ALL, object_name:OKL_QUOTE_LINE_STRM_ALL, status:VALID, product: OKL - Leasing and Finance Management , description: During termination quote billing, indicates which stream type to use for every quote line , implementation_dba_data: OKL.OKL_QUOTE_LINE_STRM_ALL ,
-
Lookup Type: OKL_ASSET_RETURN_TYPE
12.1.1
product: OKL - Leasing and Finance Management , meaning: ASSET RETURN TYPE , description: Okl Asset Return Type ,
-
Lookup Type: OKL_SUB_POOL_TRX_SOURCE_TYPE
12.1.1
product: OKL - Leasing and Finance Management , meaning: Subsidy Pool Transaction Source Types , description: Subsidy Pool Transaction Source Types ,
-
Table: OKL_QUOTE_LINE_STRM
12.1.1
product: OKL - Leasing and Finance Management , description: During termination quote billing, indicates which stream type to use for every quote line , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: OKL_QUOTE_PRICING_OPTIONS
12.1.1
product: OKL - Leasing and Finance Management , meaning: Quick Quote Pricing Options , description: Quick Quote Pricing Options ,
-
Lookup Type: OKL_QUOTE_STATUS
12.1.1
product: OKL - Leasing and Finance Management , meaning: QUOTE STATUS , description: OKL Quote Status ,
-
Lookup Type: OKL_FRONTEND_OBJECTS
12.1.1
product: OKL - Leasing and Finance Management , meaning: OKL Front End Objects , description: OKL Front End Objects ,
-
Lookup Type: OKL_QUOTE_ALLOC_BASIS
12.1.1
product: OKL - Leasing and Finance Management , meaning: Quick Quote Fees and Services Allocation Basis , description: Quick Quote Fees and Services Allocation Basis ,
-
Lookup Type: OKL_QUOTE_RULE_OPTION_TYPE
12.1.1
product: OKL - Leasing and Finance Management , meaning: QUOTE RULE OPTION TYPE , description: OKL Quote Rule Option Type ,
-
View: OKL_QUOTE_LINE_STRM_V
12.1.1
product: OKL - Leasing and Finance Management , description: During termination quote billing, indicates which stream type to use for every quote line , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: OKL_QUICK_QUOTE_COMP_ATTRS
12.1.1
product: OKL - Leasing and Finance Management , meaning: Quick Quote Comparison Attributes , description: Quick Quote Comparison Attributes ,
-
Lookup Type: OKL_SOURCE_BILLING_TRX
12.1.1
product: OKL - Leasing and Finance Management , meaning: The source of the OKL Billing Transaction , description: The source of the OKL Billing Transaction ,
-
Lookup Type: OKL_QUOTE_TYPE
12.1.1
product: OKL - Leasing and Finance Management , meaning: QUOTE TYPE , description: OKL Quote Type ,
-
Lookup Type: OKL_PROCESSES
12.1.1
product: OKL - Leasing and Finance Management , meaning: OKL_PROCESSES , description: Processes used primarily to identify fulfillment requests ,
-
Lookup Type: OKL_QUOTE_REASON
12.1.1
product: OKL - Leasing and Finance Management , meaning: QUOTE REASON , description: OKL Quote Reason ,
-
Table: OKL_QUICK_QUOTES_ALL_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_QUICK_QUOTES_ALL_B, object_name:OKL_QUICK_QUOTES_ALL_B, status:VALID, product: OKL - Leasing and Finance Management , description: OKL_QUICK_QUOTES_B is the Quick Quote header table. , implementation_dba_data: OKL.OKL_QUICK_QUOTES_ALL_B ,
-
Table: OKL_TXD_QTE_ANT_BILL_ALL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXD_QTE_ANT_BILL_ALL, object_name:OKL_TXD_QTE_ANT_BILL_ALL, status:VALID, product: OKL - Leasing and Finance Management , description: Table for storing Billing information for future dated quote , implementation_dba_data: OKL.OKL_TXD_QTE_ANT_BILL_ALL ,
-
Table: OKL_INSURANCE_ESTIMATES_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INSURANCE_ESTIMATES_B, object_name:OKL_INSURANCE_ESTIMATES_B, status:VALID, product: OKL - Leasing and Finance Management , description: OKL_INSURANCE_ESTIMATES_B stores insurance estimated on a Lease Quote. , implementation_dba_data: OKL.OKL_INSURANCE_ESTIMATES_B ,
-
Table: OKL_QUICK_QUOTE_LINES_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_QUICK_QUOTE_LINES_B, object_name:OKL_QUICK_QUOTE_LINES_B, status:VALID, product: OKL - Leasing and Finance Management , description: All lines of a quick quote are stored in this table. , implementation_dba_data: OKL.OKL_QUICK_QUOTE_LINES_B ,
-
Lookup Type: OKL_INS_QUOTE_STATUS
12.1.1
product: OKL - Leasing and Finance Management , meaning: OKL_INS_QUOTE_STATUS , description: To Filter Insurance Quote ,
-
Table: OKL_ASSETS_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ASSETS_B, object_name:OKL_ASSETS_B, status:VALID, product: OKL - Leasing and Finance Management , description: OKL_ASSETS_B stores header information about assets quoted on a Lease Quote. , implementation_dba_data: OKL.OKL_ASSETS_B ,
-
Table: OKL_FEES_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_FEES_B, object_name:OKL_FEES_B, status:VALID, product: OKL - Leasing and Finance Management , description: OKL_FEES_B stores header information about fees quoted on a Lease Quote. , implementation_dba_data: OKL.OKL_FEES_B ,
-
Table: OKL_SERVICES_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SERVICES_B, object_name:OKL_SERVICES_B, status:VALID, product: OKL - Leasing and Finance Management , description: OKL_SERVICES_B stores header information about services quoted on a Lease Quote. , implementation_dba_data: OKL.OKL_SERVICES_B ,
-
Table: OKL_TXD_QTE_ANTCPT_BILL
12.1.1
product: OKL - Leasing and Finance Management , description: Table for storing Billing information for future dated quote , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_QUICK_QUOTES_B
12.1.1
product: OKL - Leasing and Finance Management , description: OKL_QUICK_QUOTES_B is the Quick Quote header table. , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_TRX_QTE_CF_OBJECTS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_QTE_CF_OBJECTS, object_name:OKL_TRX_QTE_CF_OBJECTS, status:VALID, product: OKL - Leasing and Finance Management , description: Table used to store the objects assoicated with a quote. , implementation_dba_data: OKL.OKL_TRX_QTE_CF_OBJECTS ,
-
Lookup Type: OKL_QUOTE_PARTY_TYPE
12.1.1
product: OKL - Leasing and Finance Management , meaning: QUOTE_PARTY_TYPE , description: Okl Quote Party Type ,
-
Lookup Type: OKL_QUICK_QUOTE_LINE_TYPES
12.1.1
product: OKL - Leasing and Finance Management , meaning: Quick Quote Line Types ,
-
Table: OKL_TERMNT_INTF_PTY
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TERMNT_INTF_PTY, object_name:OKL_TERMNT_INTF_PTY, status:VALID, product: OKL - Leasing and Finance Management , description: Termination interface detail table that allows import of termination quote party information pertaining to contract or asset termination requests , implementation_dba_data: OKL.OKL_TERMNT_INTF_PTY ,
-
Lookup Type: OKL_PRICING_METHOD2
12.1.1
product: OKL - Leasing and Finance Management , meaning: Sales Quote Pricing Methods (Scenarios) ,
-
Lookup Type: OKL_TARGET_RATE_TYPE
12.1.1
product: OKL - Leasing and Finance Management , meaning: OKL_TARGET_RATE_TYPE , description: Allowable values for Rate Type in the Sales Quote pricing process. ,
-
Table: OKL_QUOTE_PARTIES
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_QUOTE_PARTIES, object_name:OKL_QUOTE_PARTIES, status:VALID, product: OKL - Leasing and Finance Management , description: The parties related to the quote, could be one or more OKL contract party roles , implementation_dba_data: OKL.OKL_QUOTE_PARTIES ,
-
Table: OKL_TXL_QTE_LINES_ALL_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_QTE_LINES_ALL_B, object_name:OKL_TXL_QTE_LINES_ALL_B, status:VALID, product: OKL - Leasing and Finance Management , description: Termination, restructure or repurchase quote lines , implementation_dba_data: OKL.OKL_TXL_QTE_LINES_ALL_B ,