Search Results g_order_lead




Overview

IBE_LEAD_IMPORT_PVT is the private implementation package body for the Oracle iStore / Oracle Sales lead import functionality in Oracle E-Business Suite. It serves as the engine behind the Sales Lead Import process, which allows organizations to bring external lead data into the CRM and Order Management data model. The package parses inbound lead records staged in the AS_IMPORT_INTERFACE and AS_IMP_LINES_INTERFACE interface tables, validates them, and creates corresponding sales leads, notes, and sales team assignments through the AS_SALES_LEADS_PUB public API. It also supports the creation of leads directly from Oracle Quoting (ASO_QUOTE_LINES_ALL, ASO_QUOTE_HEADERS_ALL) and Order Management (OE_ORDER_HEADERS) records, extending the import process to source leads from existing quote and order activity.

Because the object is classified as a PVT (private) package, it is not intended for direct customer invocation. Instead, it is called by other packages and concurrent program drivers that orchestrate the overall lead import run.

Key Procedures and Functions

The 22 documented procedures and functions fall into several functional groups:

Tables Accessed

The package reads and writes several interface and application tables through APPS synonyms:

Usage Notes

IBE_LEAD_IMPORT_PVT is invoked indirectly, primarily by the Sales Lead Import concurrent program and by related iStore / Quoting processes. It is referenced by two other database objects, confirming its role as a supporting implementation layer rather than an entry point. The package depends heavily on FND_API, FND_MSG_PUB, FND_PROFILE, FND_FILE, and FND_GLOBAL for the standard Oracle EBS API framework, concurrency, and value-set/profile services. Because it is a validated private package in the APPS schema and is not referenced by any application-tier form or public API directly, customizations should call the public wrapper AS_SALES_LEADS_PUB rather than this body. Its behavior is consistent across Oracle EBS 12.1.1 and 12.2.2.