Search Results ibe_searchupdate_pvt
Overview
IBE_SEARCHUPDATE_PVT is a private PL/SQL package owned by the APPS schema in Oracle E-Business Suite. It forms part of the Oracle iStore (IBE) module, specifically the infrastructure that maintains searchable content for the iStore merchant and customer-facing storefront. The package name, together with its documented procedure, indicates that its core responsibility is to refresh and populate the tables that index store section items so that end users can execute search queries against the online catalog.
The API classification recorded in ETRM is "PVT," denoting a private package. Private packages are internal implementation units and are not intended to be called directly from customer extension code. The package body is documented as VALID in the APPS schema, and the ETRM metadata lists a single public procedure. The dependency listing shows the package references only SYS.STANDARD and that no other APPS packages reference it, confirming that it is a low-level helper rather than a broadly shared utility.
Key Procedures and Functions
ETRM documents one procedure for this package:
- LOADMSITESSECTIONITEMSTABLE — This procedure loads the table that stores the association between merchant site sections and the catalog items contained within them. It is the mechanism by which iStore section content is materialized into the structures used for section-level search. The name follows the iStore convention of "MSite" (merchant site) plus "Section Items" plus "Table," indicating the procedure is responsible for staging or refreshing the IBE_DSP_MSITE_SCT_ITEMS data set.
No parameter lists are exposed in the available documentation, so the exact signature cannot be reproduced here. The procedure is invoked internally by the iStore search maintenance flow rather than by external callers.
Tables Accessed
The documented table references, resolved through APPS synonyms, describe an indexing and search pipeline:
- IBE_DSP_MSITE_SCT_ITEMS — the target table populated by LOADMSITESSECTIONITEMSTABLE, holding site-section-to-item mappings.
- IBE_DSP_MSITE_SCT_SECTS, IBE_DSP_SECTIONS_B, IBE_DSP_SECTION_ITEMS, IBE_MSITES_B — source structures defining merchant sites, section hierarchy, and section membership used to derive the target rows.
- IBE_SECTION_SEARCH_PART — the section search partitioning table that supports the search index.
- IBE_CT_IMEDIA_SEARCH, IBE_CT_IMEDIA_SEARCH_S1 — the media search table and its index, populated as part of the same search-content maintenance.
- MTL_SYSTEM_ITEMS_TL and MTL_ITEM_CATEGORIES — item descriptions and category assignments that supply searchable attribute data for the catalog items.
- CTX_DDL — the Oracle Text DDL package, indicating that index creation or maintenance operations are performed as part of the load.
- FND_APPLICATION, USER_INDEXES, and PLITBLM — supporting references for application context, index existence checks, and PL/SQL bulk-processing utilities.
Usage Notes
Because IBE_SEARCHUPDATE_PVT is a private package, it is not exposed as a supported public API and should not be called directly from custom code. In release 12.1.1 and 12.2.2, it is invoked internally by the iStore search-update flow, typically as part of the process that regenerates section-based search content when catalog structure or item assignments change. Administrators generally trigger this behavior indirectly through iStore administration functions or the relevant concurrent program responsible for refreshing search indexes. Any debugging or tracing should be performed at the calling level rather than by executing this package directly, and the package should be treated as subject to change in future patches.
-
PACKAGE: APPS.IBE_SEARCHUPDATE_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IBE_SEARCHUPDATE_PVT, status:VALID,
-
PACKAGE: APPS.IBE_SEARCHUPDATE_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IBE_SEARCHUPDATE_PVT, status:VALID,
-
PACKAGE BODY: APPS.IBE_SEARCHUPDATE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBE_SEARCHUPDATE_PVT, status:VALID,
-
PACKAGE BODY: APPS.IBE_SEARCHUPDATE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBE_SEARCHUPDATE_PVT, status:VALID,
-
PACKAGE: APPS.IBE_SEARCH_SETUP_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IBE_SEARCH_SETUP_PVT, status:VALID,
-
SYNONYM: APPS.IBE_SECTION_SEARCH_PART
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBE_SECTION_SEARCH_PART, status:VALID,
-
SYNONYM: APPS.IBE_SECTION_SEARCH_PART
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBE_SECTION_SEARCH_PART, status:VALID,
-
SYNONYM: APPS.IBE_CT_IMEDIA_SEARCH_S1
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBE_CT_IMEDIA_SEARCH_S1, status:VALID,
-
SYNONYM: APPS.IBE_CT_IMEDIA_SEARCH
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBE_CT_IMEDIA_SEARCH, status:VALID,
-
SYNONYM: APPS.IBE_CT_IMEDIA_SEARCH_S1
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBE_CT_IMEDIA_SEARCH_S1, status:VALID,
-
SYNONYM: APPS.IBE_CT_IMEDIA_SEARCH
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBE_CT_IMEDIA_SEARCH, status:VALID,
-
SYNONYM: PUBLIC.USER_INDEXES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:USER_INDEXES, status:VALID,
-
PACKAGE: APPS.IBE_SEARCH_SETUP_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IBE_SEARCH_SETUP_PVT, status:VALID,
-
PACKAGE: APPS.IBE_SEARCHUPDATE_PVT
12.2.2
-
PACKAGE: APPS.IBE_SEARCHUPDATE_PVT
12.1.1
-
SYNONYM: APPS.IBE_DSP_MSITE_SCT_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBE_DSP_MSITE_SCT_ITEMS, status:VALID,
-
SYNONYM: APPS.IBE_DSP_MSITE_SCT_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBE_DSP_MSITE_SCT_ITEMS, status:VALID,
-
SYNONYM: PUBLIC.USER_INDEXES
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:USER_INDEXES, status:VALID,
-
SYNONYM: APPS.IBE_DSP_SECTION_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBE_DSP_SECTION_ITEMS, status:VALID,
-
SYNONYM: APPS.IBE_DSP_SECTIONS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBE_DSP_SECTIONS_B, status:VALID,
-
SYNONYM: APPS.IBE_DSP_SECTIONS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBE_DSP_SECTIONS_B, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.IBE_DSP_MSITE_SCT_SECTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBE_DSP_MSITE_SCT_SECTS, status:VALID,
-
SYNONYM: APPS.CTX_DDL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CTX_DDL, status:VALID,
-
SYNONYM: APPS.IBE_DSP_MSITE_SCT_SECTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBE_DSP_MSITE_SCT_SECTS, status:VALID,
-
SYNONYM: APPS.IBE_DSP_SECTION_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBE_DSP_SECTION_ITEMS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.IBE_MSITES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBE_MSITES_B, status:VALID,
-
SYNONYM: APPS.CTX_DDL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CTX_DDL, status:VALID,
-
SYNONYM: APPS.IBE_MSITES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBE_MSITES_B, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_TL, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_TL, status:VALID,
-
SYNONYM: APPS.MTL_ITEM_CATEGORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_ITEM_CATEGORIES, status:VALID,
-
PACKAGE BODY: APPS.IBE_SEARCHUPDATE_PVT
12.2.2
-
PACKAGE BODY: APPS.IBE_SEARCHUPDATE_PVT
12.1.1
-
SYNONYM: APPS.MTL_ITEM_CATEGORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_ITEM_CATEGORIES, status:VALID,
-
APPS.IBE_SEARCHUPDATE_PVT dependencies on IBE_SEARCHUPDATE_PVT
12.2.2
-
APPS.IBE_SEARCHUPDATE_PVT dependencies on IBE_SEARCHUPDATE_PVT
12.1.1
-
PACKAGE: APPS.FND_INSTALLATION
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_INSTALLATION, status:VALID,
-
PACKAGE: APPS.FND_INSTALLATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_INSTALLATION, status:VALID,
-
SYNONYM: APPS.FND_APPLICATION
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_APPLICATION, status:VALID,
-
SYNONYM: APPS.FND_APPLICATION
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_APPLICATION, status:VALID,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B_KFV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B_KFV, object_name:MTL_SYSTEM_ITEMS_B_KFV, status:VALID,
-
APPS.IBE_SEARCHUPDATE_PVT dependencies on FND_FILE
12.1.1
-
APPS.IBE_SEARCHUPDATE_PVT dependencies on FND_FILE
12.2.2
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B_KFV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B_KFV, object_name:MTL_SYSTEM_ITEMS_B_KFV, status:VALID,
-
PACKAGE: APPS.FND_FILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, status:VALID,
-
PACKAGE: APPS.FND_FILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, status:VALID,