Search Results cz_base_mgr
Overview
APPS.CZ_BASE_MGR is a foundational PL/SQL package body within the Oracle E-Business Suite environment, operating under the APPS schema. It is associated with the CZ product family, which in Oracle EBS is typically linked to configuration management and change management utilities, often connected to the Oracle Configurator or similar "CZ" prefixed components. The package is documented with a VALID status and is classified as an "OTHER" API type, indicating it is not a public interface but rather an internal utility package. Its primary business function is to provide DBA-level and development-support operations such as managing database triggers, constraints, sequences, and statistics, as well as logging, executing dynamic SQL, and purging data. The package serves as a centralized management layer for administrative and developer-oriented tasks within the CZ application modules. The dependency metadata confirms that it is actively referenced by ten other packages, underscoring its role as a shared infrastructure component rather than a standalone business process module.
Key Procedures and Functions
The package exposes eighteen documented procedures and functions. Several are administrative utility routines:
- TRIGGERS_ENABLED — manages or reports the enabled state of database triggers.
- CONSTRAINTS_ENABLED — manages or reports the enabled state of database constraints.
- REDO_STARTVALUE, REDO_SEQUENCE, REDO_SEQUENCES — handle sequence resetting and redefinition operations.
- REDO_STATISTICS — regenerates or refreshes optimizer statistics.
- PURGE — removes obsolete or temporary data from the relevant tables.
- MODIFIED, RESET_CLEAR — track and clear modification state within the application.
Other members provide dynamic execution and logging capabilities:
- DSQL, EXEC — support dynamic SQL construction and execution.
- WRITE_TO_DB_LOGS, LOG_REPORT — persist diagnostic and reporting information.
- GET_TABLE_NAMES — retrieves table name metadata for discovery or validation.
Tables Accessed
Through APPS synonyms, CZ_BASE_MGR reads and writes several CZ-specific tables and views. CZ_DB_LOGS stores log entries generated by WRITE_TO_DB_LOGS and LOG_REPORT. CZ_DB_SETTINGS holds configuration parameters that govern package behavior. CZ_DEVL_PROJECTS and CZ_PS_NODES support development project and node tracking, likely tied to the configuration management domain. The package also references dictionary views DBA_CONS_COLUMNS, DBA_IND_COLUMNS, USER_CONSTRAINTS, and USER_SYNONYMS, which are consulted during constraint, index, and synonym operations. Utility packages CZ_UTILS, FND_LOG, FND_STATS, and the DBMS_SQL built-in provide supporting functionality. PLITBLM and DBMS_STANDARD/STANDARD are referenced for internal PL/SQL processing.
Usage Notes
Because CZ_BASE_MGR is not referenced by any database object and is classified as OTHER, it is typically invoked indirectly through the ten dependent packages that call it. It is not exposed as a public API for external integration. In practice, it is exercised during administrative maintenance windows, patch application, or deployment scripts where trigger, constraint, sequence, and statistics management is required. Custom code should avoid calling this package directly, as its interfaces may change between EBS 12.1.1 and 12.2.2. Developers requiring similar functionality should use supported FND or DBA APIs. Any direct invocation should be limited to controlled DBA operations.
-
PACKAGE BODY: APPS.CZ_BASE_MGR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_BASE_MGR, status:VALID,
-
PACKAGE: APPS.CZ_BASE_MGR
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_BASE_MGR, status:VALID,
-
PACKAGE: APPS.CZ_BASE_MGR
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_BASE_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_BASE_MGR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_BASE_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_XF_MGR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_XF_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_GN_MGR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_GN_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_GN_MGR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_GN_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_PS_MGR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_PS_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_OM_MGR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_OM_MGR, status:VALID,
-
SYNONYM: PUBLIC.USER_CONSTRAINTS
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:USER_CONSTRAINTS, status:VALID,
-
PACKAGE BODY: APPS.CZ_OM_MGR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_OM_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_IM_MGR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IM_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_PR_MGR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_PR_MGR, status:VALID,
-
SYNONYM: PUBLIC.USER_CONSTRAINTS
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:USER_CONSTRAINTS, status:VALID,
-
PACKAGE BODY: APPS.CZ_PR_MGR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_PR_MGR, status:VALID,
-
SYNONYM: PUBLIC.DBA_CONS_COLUMNS
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DBA_CONS_COLUMNS, status:VALID,
-
PACKAGE BODY: APPS.CZ_XF_MGR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_XF_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_IM_MGR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IM_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_LC_MGR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_LC_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_LC_MGR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_LC_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_PS_MGR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_PS_MGR, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: PUBLIC.DBA_CONS_COLUMNS
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DBA_CONS_COLUMNS, status:VALID,
-
PACKAGE BODY: APPS.CZ_QC_MGR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_QC_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_PUB_MGR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_PUB_MGR, status:VALID,
-
SYNONYM: PUBLIC.DBA_IND_COLUMNS
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DBA_IND_COLUMNS, status:VALID,
-
PACKAGE BODY: APPS.CZ_PUB_MGR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_PUB_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_QC_MGR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_QC_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_UI_MGR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_UI_MGR, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.CZ_UI_MGR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_UI_MGR, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: PUBLIC.DBA_IND_COLUMNS
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DBA_IND_COLUMNS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.CZ_DB_LOGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_DB_LOGS, status:VALID,
-
SYNONYM: APPS.CZ_DB_LOGS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_DB_LOGS, status:VALID,
-
SYNONYM: APPS.CZ_DB_SETTINGS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_DB_SETTINGS, status:VALID,
-
SYNONYM: APPS.CZ_PS_NODES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_PS_NODES, status:VALID,
-
SYNONYM: APPS.CZ_DB_SETTINGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_DB_SETTINGS, status:VALID,
-
SYNONYM: APPS.CZ_PS_NODES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_PS_NODES, status:VALID,
-
SYNONYM: APPS.CZ_DEVL_PROJECTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_DEVL_PROJECTS, status:VALID,
-
SYNONYM: PUBLIC.USER_SYNONYMS
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:USER_SYNONYMS, status:VALID,
-
SYNONYM: APPS.CZ_DEVL_PROJECTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_DEVL_PROJECTS, status:VALID,
-
PACKAGE: APPS.CZ_BASE_MGR
12.1.1
-
PACKAGE: APPS.CZ_BASE_MGR
12.2.2
-
PACKAGE: APPS.CZ_UTILS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_UTILS, status:VALID,
-
SYNONYM: PUBLIC.USER_SYNONYMS
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:USER_SYNONYMS, status:VALID,
-
PACKAGE: APPS.CZ_UTILS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_UTILS, status:VALID,
-
PACKAGE: APPS.FND_STATS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_STATS, status:VALID,
-
APPS.CZ_BASE_MGR SQL Statements
12.1.1