Search Results cz_publication_usages
Overview
The CZ_PUBLICATION_USAGES table is a core data object within the Oracle E-Business Suite Configurator (CZ) module. Functioning as a pure join table, its primary role is to establish and manage the many-to-many relationships between publications and usages. In the context of Oracle Configurator, a publication refers to a deployable configuration model, while a usage defines the specific context or application (such as Oracle Quoting or Order Management) in which that model is utilized. This table is essential for the modular deployment and contextual application of configuration models across the EBS suite, enabling a single model to be published for use in multiple business flows.
Key Information Stored
The table's structure is intentionally minimal, containing only the two foreign key columns necessary to perform its join function. The PUBLICATION_ID column references the unique identifier (CZ_MODEL_PUBLICATIONS.PUBLICATION_ID) of a specific published configuration model. The USAGE_ID column references the unique identifier (CZ_MODEL_USAGES.USAGE_ID) of a defined usage context. Together, these columns form the table's primary key (CZ_PUBLICATION_USAGES_PK), ensuring that any specific publication-usage relationship is recorded only once. The table does not store descriptive attributes; its sole purpose is to maintain the associative links between these two fundamental entities.
Common Use Cases and Queries
This table is central to administrative and diagnostic queries regarding model deployment. A common use case is auditing which configuration models are published for a specific application, such as Oracle Service. Another is identifying all usage contexts for a given publication to assess its impact before an update. Sample SQL to retrieve all publications for a specific usage name would typically involve joining to the related descriptive tables:
- SELECT mp.PUBLICATION_NAME, mu.USAGE_NAME FROM CZ_PUBLICATION_USAGES pu JOIN CZ_MODEL_PUBLICATIONS mp ON pu.PUBLICATION_ID = mp.PUBLICATION_ID JOIN CZ_MODEL_USAGES mu ON pu.USAGE_ID = mu.USAGE_ID WHERE mu.USAGE_NAME = 'Oracle Quoting';
This table is also critical for the underlying logic of Configurator runtime engines, which query it to determine the correct model to load based on the current application context.
Related Objects
The CZ_PUBLICATION_USAGES table sits at the intersection of two key master tables, as defined by its foreign key constraints. It directly references CZ_MODEL_PUBLICATIONS via PUBLICATION_ID and CZ_MODEL_USAGES via USAGE_ID. These parent tables provide the descriptive names and metadata for the identifiers stored in the join table. Consequently, any process, API, or user interface that manages the assignment of a publication to a usage will perform INSERT, UPDATE, or DELETE operations on this table. It is a foundational dependency for the correct operation of the Configurator's publication and deployment subsystems.
-
Table: CZ_PUBLICATION_USAGES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PUBLICATION_USAGES, object_name:CZ_PUBLICATION_USAGES, status:VALID, product: CZ - Configurator , description: Join table between publications and usages , implementation_dba_data: CZ.CZ_PUBLICATION_USAGES ,
-
Table: CZ_PUBLICATION_USAGES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PUBLICATION_USAGES, object_name:CZ_PUBLICATION_USAGES, status:VALID, product: CZ - Configurator , description: Join table between publications and usages , implementation_dba_data: CZ.CZ_PUBLICATION_USAGES ,
-
APPS.CZ_UPGRADE dependencies on CZ_PUBLICATION_USAGES
12.1.1
-
APPS.CZ_PB_USG dependencies on CZ_PUBLICATION_USAGES
12.1.1
-
APPS.CZ_PB_SYNC dependencies on CZ_PUBLICATION_USAGES
12.1.1
-
APPS.CZ_PB_MGR dependencies on CZ_PUBLICATION_USAGES
12.2.2
-
APPS.CZ_PB_MGR dependencies on CZ_PUBLICATION_USAGES
12.1.1
-
APPS.CZ_UPGRADE dependencies on CZ_PUBLICATION_USAGES
12.2.2
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_PUBLICATION_USAGES
12.1.1
-
APPS.CZ_PB_USG dependencies on CZ_PUBLICATION_USAGES
12.2.2
-
APPS.CZ_PUB_MGR dependencies on CZ_PUBLICATION_USAGES
12.2.2
-
APPS.CZ_PUB_MGR dependencies on CZ_PUBLICATION_USAGES
12.1.1
-
APPS.CZ_PUBL_SYNC_CRASH dependencies on CZ_PUBLICATION_USAGES
12.1.1
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_PUBLICATION_USAGES
12.2.2
-
APPS.CZ_PB_SYNC dependencies on CZ_PUBLICATION_USAGES
12.2.2
-
APPS.CZ_PUBL_SYNC_CRASH dependencies on CZ_PUBLICATION_USAGES
12.2.2
-
VIEW: CZ.CZ_PUBLICATION_USAGES#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_PUBLICATION_USAGES#, status:VALID,
-
VIEW: CZ.CZ_PUBLICATION_USAGES#
12.2.2
-
SYNONYM: APPS.CZ_PUBLICATION_USAGES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_PUBLICATION_USAGES, status:VALID,
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_MODEL_PUBLICATIONS
12.1.1
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_MODEL_PUBLICATIONS
12.2.2
-
SYNONYM: APPS.CZ_PUBLICATION_USAGES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_PUBLICATION_USAGES, status:VALID,
-
APPS.CZ_PUBL_SYNC_CRASH dependencies on CZ_PB_CLIENT_APPS
12.1.1
-
APPS.CZ_PUBL_SYNC_CRASH dependencies on CZ_PB_CLIENT_APPS
12.2.2
-
TABLE: CZ.CZ_PUBLICATION_USAGES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PUBLICATION_USAGES, object_name:CZ_PUBLICATION_USAGES, status:VALID,
-
APPS.CZ_PUBL_SYNC_CRASH dependencies on CZ_PB_LANGUAGES
12.2.2
-
TABLE: CZ.CZ_PUBLICATION_USAGES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PUBLICATION_USAGES, object_name:CZ_PUBLICATION_USAGES, status:VALID,
-
APPS.CZ_PUBL_SYNC_CRASH dependencies on CZ_PB_LANGUAGES
12.1.1
-
VIEW: APPS.CZ_MODEL_APPLICABILITIES_V
12.1.1
-
VIEW: APPS.CZ_MODEL_APPLICABILITIES_V
12.2.2
-
Table: CZ_MODEL_USAGES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_MODEL_USAGES, object_name:CZ_MODEL_USAGES, status:VALID, product: CZ - Configurator , description: Usages table. Limited to 64 , implementation_dba_data: CZ.CZ_MODEL_USAGES ,
-
APPS.CZ_PUB_MGR dependencies on CZ_MODEL_PUBLICATIONS
12.2.2
-
APPS.CZ_PB_USG dependencies on CZ_RP_ENTRIES
12.1.1
-
Table: CZ_MODEL_USAGES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_MODEL_USAGES, object_name:CZ_MODEL_USAGES, status:VALID, product: CZ - Configurator , description: Usages table. Limited to 64 , implementation_dba_data: CZ.CZ_MODEL_USAGES ,
-
APPS.CZ_PB_MGR dependencies on CZ_PB_CLIENT_APPS
12.2.2
-
APPS.CZ_PB_MGR dependencies on CZ_PB_CLIENT_APPS
12.1.1
-
APPS.CZ_PUB_MGR dependencies on CZ_MODEL_PUBLICATIONS
12.1.1
-
APPS.CZ_PB_USG dependencies on CZ_RP_ENTRIES
12.2.2
-
Table: CZ_MODEL_PUBLICATIONS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_MODEL_PUBLICATIONS, object_name:CZ_MODEL_PUBLICATIONS, status:VALID, product: CZ - Configurator , description: Publications table. Each row is a published TOP model , implementation_dba_data: CZ.CZ_MODEL_PUBLICATIONS ,
-
PACKAGE BODY: APPS.CZ_PB_USG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_PB_USG, status:VALID,
-
PACKAGE BODY: APPS.CZ_PUB_MGR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_PUB_MGR, status:VALID,
-
Table: CZ_MODEL_PUBLICATIONS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_MODEL_PUBLICATIONS, object_name:CZ_MODEL_PUBLICATIONS, status:VALID, product: CZ - Configurator , description: Publications table. Each row is a published TOP model , implementation_dba_data: CZ.CZ_MODEL_PUBLICATIONS ,
-
PACKAGE BODY: APPS.CZ_PB_SYNC
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_PB_SYNC, status:VALID,
-
PACKAGE BODY: APPS.CZ_PB_USG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_PB_USG, status:VALID,
-
APPS.CZ_UPGRADE dependencies on CZ_MODEL_PUBLICATIONS_S
12.2.2
-
APPS.CZ_UPGRADE dependencies on CZ_MODEL_PUBLICATIONS_S
12.1.1
-
PACKAGE BODY: APPS.CZ_PUB_MGR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_PUB_MGR, status:VALID,
-
PACKAGE BODY: APPS.CZ_PB_SYNC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_PB_SYNC, status:VALID,
-
PACKAGE BODY: APPS.CZ_PUBL_SYNC_CRASH
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_PUBL_SYNC_CRASH, status:VALID,
-
PACKAGE BODY: APPS.CZ_PUBL_SYNC_CRASH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_PUBL_SYNC_CRASH, status:VALID,