Search Results as_of
Overview
APPS.CZ_IM_MGR is a server-side PL/SQL package belonging to the Oracle E-Business Suite configuration management infrastructure, commonly associated with the Configurator and related setup/installation utilities. The package is declared with AUTHID CURRENT_USER, meaning that all its SQL statements execute with the privileges of the invoking schema rather than the package owner (APPS). This design allows the package to be called from tools that must operate against the current schema's objects, a pattern typical of configuration replication, data migration, and territory/setup management utilities.
The package header carries an internal revision marker ($Header: czimmgrs.pls 115.12), indicating it has been maintained across multiple releases. It exposes eight documented procedures and one public variable, CZ_SCHEMA, which holds a schema name used to drive dynamic operations within the package. Collectively, the procedures provide utilities for assessing data integrity, toggling database triggers and constraints, resequencing, purging data, and resetting internal state — a toolkit pattern rather than a transactional business API.
Key Procedures and Functions
- ASSESS_DATA — Evaluates the state or completeness of the data managed by the package, typically used before or after migration events to determine whether cleanup or reprocessing is required.
- TRIGGERS_ENABLED — Accepts a switch parameter and enables or disables database triggers. Used to suppress trigger side effects during bulk data maintenance operations.
- CONSTRAINTS_ENABLED — Accepts a switch parameter and enables or disables constraints, mirroring the trigger control so that bulk loads or corrections can proceed without validation overhead.
- REDO_SEQUENCES — Resequences database sequences from a starting point, with an optional increment. Used after data loads to realign sequence values with the data.
- PURGE — Removes obsolete or staging data managed by the package, supporting clean-up of intermediate tables.
- MODIFIED — Returns an AS_OF date through an OUT NOCOPY parameter, reporting the last modification timestamp of the data set the package tracks.
- RESET_CLEAR — Resets and clears the package's internal or staging state. This is the procedure most directly associated with the reset_clear search term and is used to remove processed data or return the utility to a clean baseline before a new run.
- REDO_STATISTICS — Recomputes or refreshes statistics for the affected objects, typically invoked after bulk operations to restore optimal optimizer behavior.
Tables Accessed
The ETRM metadata does not enumerate specific base tables; the package accesses objects through APPS synonyms, consistent with the AUTHID CURRENT_USER declaration. Operationally, the procedures act on the staging and configuration tables governed by the CZ_ schema prefix, performing delete and truncate-style operations in PURGE and RESET_CLEAR, direct DML during bulk maintenance, and dynamic DDL toggling on triggers and constraints. Sequence objects are also manipulated by REDO_SEQUENCES. Because access is via synonyms, the physical tables depend on the current schema context.
Usage Notes
CZ_IM_MGR is an administrative utility package rather than a user-facing API. It is typically invoked from concurrent programs, setup scripts, or custom maintenance code during implementation, patching, or data migration activities, where operators must disable triggers and constraints, load or correct data, resequence keys, refresh statistics, and then reset state via RESET_CLEAR. The package is referenced by at least one other package, indicating it forms part of a larger interdependent configuration-management framework. Because trigger and constraint toggles and purge operations are destructive, invocations should occur within controlled maintenance windows with appropriate backups. The CZ_SCHEMA variable permits callers to direct operations at a qualified schema, supporting multi-schema or replication scenarios.
-
Lookup Type: RLM_DATE_TYPE_CODE
12.2.2
product: RLM - Release Management , meaning: RLM_DATE_TYPE_CODE ,
-
Lookup Type: RLM_DATE_TYPE_CODE
12.1.1
product: RLM - Release Management , meaning: RLM_DATE_TYPE_CODE ,
-
PACKAGE: APPS.CZ_IM_MGR
12.2.2
-
PACKAGE: APPS.CZ_UI_MGR
12.1.1
-
PACKAGE: APPS.CZ_GN_MGR
12.1.1
-
PACKAGE: APPS.CZ_OM_MGR
12.1.1
-
PACKAGE: APPS.CZ_PUB_MGR
12.1.1
-
PACKAGE: APPS.CZ_UI_MGR
12.2.2
-
PACKAGE: APPS.CZ_XF_MGR
12.2.2
-
PACKAGE: APPS.CZ_QC_MGR
12.2.2
-
PACKAGE: APPS.CZ_OM_MGR
12.2.2
-
PACKAGE: APPS.CZ_PUB_MGR
12.2.2
-
PACKAGE: APPS.CZ_PS_MGR
12.2.2
-
PACKAGE: APPS.CZ_PR_MGR
12.1.1
-
PACKAGE: APPS.CZ_XF_MGR
12.1.1
-
PACKAGE: APPS.CZ_PR_MGR
12.2.2
-
MATERIALIZED VIEW: APPS.OPI_INV_ITD_ORG_MV
12.1.1
-
PACKAGE: APPS.CZ_QC_MGR
12.1.1
-
PACKAGE: APPS.CZ_IM_MGR
12.1.1
-
PACKAGE: APPS.CZ_GN_MGR
12.2.2
-
PACKAGE: APPS.CZ_PS_MGR
12.1.1
-
PACKAGE: APPS.CZ_BASE_MGR
12.2.2
-
PACKAGE: APPS.CZ_BASE_MGR
12.1.1
-
PACKAGE: APPS.CZ_LC_MGR
12.2.2
-
PACKAGE: APPS.CZ_LC_MGR
12.1.1
-
PACKAGE BODY: APPS.CZ_GN_MGR
12.1.1
-
PACKAGE BODY: APPS.CZ_XF_MGR
12.1.1
-
PACKAGE BODY: APPS.CZ_IM_MGR
12.2.2
-
PACKAGE BODY: APPS.CZ_IM_MGR
12.1.1
-
PACKAGE BODY: APPS.CZ_PR_MGR
12.2.2
-
PACKAGE BODY: APPS.CZ_OM_MGR
12.1.1
-
PACKAGE BODY: APPS.CZ_OM_MGR
12.2.2
-
PACKAGE BODY: APPS.CZ_PR_MGR
12.1.1
-
PACKAGE BODY: APPS.CZ_XF_MGR
12.2.2
-
PACKAGE BODY: APPS.CZ_GN_MGR
12.2.2
-
PACKAGE BODY: APPS.CZ_QC_MGR
12.1.1
-
PACKAGE BODY: APPS.CZ_QC_MGR
12.2.2
-
PACKAGE: APPS.RLM_XML_API
12.1.1
-
PACKAGE: APPS.RLM_XML_API
12.2.2
-
PACKAGE BODY: APPS.CZ_PUB_MGR
12.1.1
-
PACKAGE BODY: APPS.CZ_PUB_MGR
12.2.2
-
PACKAGE BODY: APPS.CZ_UI_MGR
12.1.1
-
PACKAGE BODY: APPS.CZ_UI_MGR
12.2.2
-
PACKAGE BODY: APPS.CZ_PS_MGR
12.1.1
-
PACKAGE BODY: APPS.CZ_PS_MGR
12.2.2
-
PACKAGE BODY: APPS.CZ_LC_MGR
12.1.1
-
APPS.CZ_GN_MGR dependencies on CZ_BASE_MGR
12.1.1
-
APPS.CZ_OM_MGR dependencies on CZ_BASE_MGR
12.2.2
-
APPS.CZ_PR_MGR dependencies on CZ_BASE_MGR
12.2.2
-
APPS.CZ_IM_MGR dependencies on CZ_BASE_MGR
12.1.1