Search Results cz_modeloperations_pub
Overview
APPS.CZ_MODELOPERATIONS_PUB is a public PL/SQL package within the Oracle E-Business Suite Configuration Management (formerly Configurator/TeleService-related) module, belonging to the CZ product family. It provides the core application programming interface for managing model operations throughout their lifecycle — including creation, publication, migration, population, and replication of configuration models. The package is classified as a PUB (public) API, indicating that its procedures are intended for invocation by external callers such as concurrent programs, forms, and custom integrations. In the ETRM 12.2.2 documentation it is listed with a VALID status and exposes 39 documented procedures and functions, confirming its role as a stable, supported interface.
Key Procedures and Functions
The documented procedures span several functional areas:
- UI generation and refresh: GENERATE_LOGIC, CREATE_UI, REFRESH_UI, CREATE_JRAD_UI, and REFRESH_JRAD_UI support the creation and regeneration of user interface definitions (including JRAD-based UIs) associated with a model.
- Model lifecycle management: PUBLISH_MODEL, REPUBLISH_MODEL, IMPORT_SINGLE_BILL, IMPORT_GENERIC, DEEP_MODEL_COPY, REFRESH_SINGLE_MODEL, and MIGRATE_MODELS handle publishing, importing, copying, refreshing, and migrating models between environments.
- Populator operations: EXECUTE_POPULATOR and REPOPULATE drive the population of model structures and data.
- Runtime process (RP) folder handling: RP_FOLDER_EXISTS and CREATE_RP_FOLDER manage the existence and creation of runtime process folders.
- Lock management utilities: FORCE_UNLOCK_MODEL and FORCE_UNLOCK_TEMPLATE release locks held on models and templates.
- Lookup and request utilities: USAGE_ID_FROM_USAGE_NAME resolves a usage identifier from a usage name, and CREATE_PUBLICATION_REQUEST initiates a publication request.
Tables Accessed
The package operates against a set of CZ application tables through APPS synonyms:
- CZ_RP_ENTRIES and CZ_RP_ENTRIES_S: Runtime process entry definitions, used during folder creation and repopulation.
- CZ_MODEL_USAGES: Model usage definitions, referenced by USAGE_ID_FROM_USAGE_NAME.
- CZ_POPULATORS and CZ_UI_DEFS: Populator configuration and UI definition metadata.
- CZ_DEVL_PROJECTS and CZ_IMP_DEVL_PROJECT: Development project records used during import and migration operations.
- CZ_XFR_PROJECT_BILLS and CZ_XFR_RUN_INFOS_S: Transfer project bills and transfer run information, supporting model transfer operations.
- CZ_SERVERS and CZ_DB_LOGS: Server registration and database logging, used for execution logging and server coordination.
- DUAL and PLITBLM: Standard Oracle system objects used for single-row expression evaluation and PL/SQL index-by table manipulation.
Usage Notes
CZ_MODELOPERATIONS_PUB is typically invoked by concurrent programs, configuration management forms, and custom integrations that need to publish, migrate, or refresh configuration models. It is referenced by the CZ_CONTRACTS_API_GRP package group and by only one other package, indicating a controlled dependency footprint. Developers should treat this package as the supported entry point for model operations rather than calling underlying objects directly. Because publishing and migration are transactional, high-impact operations, callers should ensure appropriate error handling and transactional control around invocations. As with all PUB APIs, Oracle recommends reviewing the current 12.1.1 or 12.2.2 documentation for signature details before coding against it.
-
PACKAGE: APPS.CZ_MODELOPERATIONS_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_MODELOPERATIONS_PUB, status:VALID,
-
PACKAGE: APPS.CZ_MODELOPERATIONS_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_MODELOPERATIONS_PUB, status:VALID,
-
PACKAGE BODY: APPS.CZ_MODELOPERATIONS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_MODELOPERATIONS_PUB, status:VALID,
-
PACKAGE: APPS.CZ_PB_MGR
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_PB_MGR, status:VALID,
-
PACKAGE: APPS.CZ_PB_MGR
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_PB_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_MODELOPERATIONS_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_MODELOPERATIONS_PUB, status:VALID,
-
SYNONYM: APPS.CZ_RP_ENTRIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_RP_ENTRIES, status:VALID,
-
SYNONYM: APPS.CZ_RP_ENTRIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_RP_ENTRIES, status:VALID,
-
SYNONYM: APPS.CZ_RP_ENTRIES_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_RP_ENTRIES_S, status:VALID,
-
PACKAGE: APPS.CZ_UI_GENERATOR
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_UI_GENERATOR, status:VALID,
-
PACKAGE: APPS.CZ_UI_GENERATOR
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_UI_GENERATOR, status:VALID,
-
PACKAGE: APPS.CZ_MODEL_MIGRATION_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_MODEL_MIGRATION_PVT, status:VALID,
-
PACKAGE: APPS.CZ_MODEL_MIGRATION_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_MODEL_MIGRATION_PVT, status:VALID,
-
SYNONYM: APPS.CZ_IMP_DEVL_PROJECT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_DEVL_PROJECT, status:VALID,
-
SYNONYM: APPS.CZ_POPULATORS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_POPULATORS, status:VALID,
-
PACKAGE: APPS.CZ_LOGIC_GEN
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_LOGIC_GEN, status:VALID,
-
SYNONYM: APPS.CZ_XFR_PROJECT_BILLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_XFR_PROJECT_BILLS, status:VALID,
-
PACKAGE: APPS.CZ_SECURITY_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_SECURITY_PVT, status:VALID,
-
SYNONYM: APPS.CZ_RP_ENTRIES_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_RP_ENTRIES_S, status:VALID,
-
PACKAGE BODY: APPS.CZ_CONTRACTS_API_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_CONTRACTS_API_GRP, status:VALID,
-
PACKAGE: APPS.CZ_POPULATORS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_POPULATORS_PKG, status:VALID,
-
PACKAGE: APPS.CZ_UIOA_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_UIOA_PVT, status:VALID,
-
PACKAGE: APPS.CZ_IMP_ALL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_IMP_ALL, status:VALID,
-
PACKAGE: APPS.CZ_POPULATORS_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_POPULATORS_PKG, status:VALID,
-
PACKAGE: APPS.CZ_LOGIC_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_LOGIC_GEN, status:VALID,
-
PACKAGE: APPS.CZ_ADMIN
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_ADMIN, status:VALID,
-
SYNONYM: APPS.CZ_XFR_PROJECT_BILLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_XFR_PROJECT_BILLS, status:VALID,
-
PACKAGE: APPS.CZ_UIOA_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_UIOA_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.CZ_ORAAPPS_INTEGRATE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_ORAAPPS_INTEGRATE, status:VALID,
-
PACKAGE: APPS.CZ_ORAAPPS_INTEGRATE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_ORAAPPS_INTEGRATE, status:VALID,
-
SYNONYM: APPS.CZ_POPULATORS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_POPULATORS, status:VALID,
-
SYNONYM: APPS.CZ_IMP_DEVL_PROJECT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_IMP_DEVL_PROJECT, status:VALID,
-
PACKAGE: APPS.CZ_SECURITY_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CZ_SECURITY_PVT, status:VALID,
-
PACKAGE BODY: APPS.CZ_CONTRACTS_API_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_CONTRACTS_API_GRP, status:VALID,
-
SYNONYM: APPS.CZ_MODEL_USAGES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_MODEL_USAGES, status:VALID,
-
SYNONYM: APPS.CZ_MODEL_USAGES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_MODEL_USAGES, status:VALID,
-
PACKAGE: APPS.CZ_ADMIN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_ADMIN, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.CZ_SERVERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_SERVERS, status:VALID,
-
PACKAGE: APPS.CZ_IMP_ALL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CZ_IMP_ALL, status:VALID,
-
SYNONYM: APPS.CZ_SERVERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_SERVERS, 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_XFR_RUN_INFOS_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_XFR_RUN_INFOS_S, 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_UI_DEFS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_UI_DEFS, status:VALID,
-
SYNONYM: APPS.CZ_XFR_RUN_INFOS_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_XFR_RUN_INFOS_S, status:VALID,
-
SYNONYM: APPS.CZ_UI_DEFS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_UI_DEFS, status:VALID,