Search Results cz_pb_client_apps
Overview
The CZ_PB_CLIENT_APPS table is a core data object within the Oracle Configurator (CZ) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. Its primary function is to manage the association between a Configurator publication and the Oracle EBS applications that are authorized to access and utilize that published configuration model. A publication is a runtime version of a configuration model, deployed for use in transactional environments like Oracle Order Management or Oracle iStore. This table acts as a critical security and access control mechanism, ensuring that only designated applications can invoke specific configurator publications, thereby enforcing modular and secure integration within the EBS architecture.
Key Information Stored
The table stores a straightforward mapping between two key identifiers. The PUBLICATION_ID column holds a foreign key reference to a specific, deployed configuration model as defined in the CZ_MODEL_PUBLICATIONS table. The FND_APPLICATION_ID column stores the unique identifier (APPLICATION_ID) from the FND_APPLICATION table, which defines all registered applications within the Oracle EBS instance. Together, these two columns form the table's primary key (CZ_PB_CLIENT_APPS_PK), enforcing a unique relationship where a given publication can be linked to a specific application only once. This structure explicitly defines which EBS applications are valid "clients" for each configurator publication.
Common Use Cases and Queries
A primary use case is validating application access during a configuration session. When a user initiates a configuration from within an EBS application like Order Management, the system queries this table to verify the application's right to launch the associated publication. Administrators use this table for audits and maintenance, such as identifying all applications enabled for a publication before decommissioning it, or adding a new application as a client after an upgrade. Common reporting queries include listing all publications accessible to a particular application or finding all client applications for a given model. A sample query to retrieve this information is:
- SELECT mp.PUBLICATION_NAME, fa.APPLICATION_NAME
- FROM CZ.CZ_PB_CLIENT_APPS ca,
- CZ.CZ_MODEL_PUBLICATIONS mp,
- APPLSYS.FND_APPLICATION fa
- WHERE ca.PUBLICATION_ID = mp.PUBLICATION_ID
- AND ca.FND_APPLICATION_ID = fa.APPLICATION_ID
- AND mp.PUBLICATION_NAME = '<Publication_Name>';
Related Objects
The CZ_PB_CLIENT_APPS table maintains a direct and essential foreign key relationship with the core publications table. As documented in the ETRM metadata, the table references the CZ_MODEL_PUBLICATIONS table via the column CZ_PB_CLIENT_APPS.PUBLICATION_ID. This ensures referential integrity, meaning every record in CZ_PB_CLIENT_APPS must correspond to a valid, existing publication ID. The table also has an implicit logical dependency on the FND_APPLICATION table (owned by the APPLSYS schema), as the FND_APPLICATION_ID column stores keys from that table, although this is not enforced as a formal database foreign key in the provided metadata.
-
Table: CZ_PB_CLIENT_APPS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PB_CLIENT_APPS, object_name:CZ_PB_CLIENT_APPS, status:VALID, product: CZ - Configurator , description: Lists applications for a publication , implementation_dba_data: CZ.CZ_PB_CLIENT_APPS ,
-
Table: CZ_PB_CLIENT_APPS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PB_CLIENT_APPS, object_name:CZ_PB_CLIENT_APPS, status:VALID, product: CZ - Configurator , description: Lists applications for a publication , implementation_dba_data: CZ.CZ_PB_CLIENT_APPS ,
-
APPS.CZ_PB_MGR dependencies on CZ_PB_CLIENT_APPS
12.1.1
-
APPS.CZ_UPGRADE dependencies on CZ_PB_CLIENT_APPS
12.1.1
-
APPS.CZ_PUB_MGR dependencies on CZ_PB_CLIENT_APPS
12.2.2
-
APPS.CZ_PUBL_SYNC_CRASH dependencies on CZ_PB_CLIENT_APPS
12.1.1
-
APPS.CZ_PUB_MGR dependencies on CZ_PB_CLIENT_APPS
12.1.1
-
APPS.CZ_PB_SYNC dependencies on CZ_PB_CLIENT_APPS
12.1.1
-
APPS.CZ_PUBL_SYNC_CRASH dependencies on CZ_PB_CLIENT_APPS
12.2.2
-
APPS.CZ_UPGRADE dependencies on CZ_PB_CLIENT_APPS
12.2.2
-
APPS.CZ_PB_MGR dependencies on CZ_PB_CLIENT_APPS
12.2.2
-
APPS.CZ_PB_SYNC dependencies on CZ_PB_CLIENT_APPS
12.2.2
-
APPS.CZ_PB_MGR dependencies on FND_APPLICATION
12.1.1
-
APPS.CZ_PB_MGR dependencies on FND_APPLICATION
12.2.2
-
VIEW: CZ.CZ_PB_CLIENT_APPS#
12.2.2
-
VIEW: CZ.CZ_PB_CLIENT_APPS#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_PB_CLIENT_APPS#, status:VALID,
-
APPS.CZ_PUBL_SYNC_CRASH dependencies on CZ_PUBLICATION_USAGES
12.1.1
-
APPS.CZ_PUBL_SYNC_CRASH dependencies on CZ_PUBLICATION_USAGES
12.2.2
-
SYNONYM: APPS.CZ_PB_CLIENT_APPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_PB_CLIENT_APPS, status:VALID,
-
SYNONYM: APPS.CZ_PB_CLIENT_APPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_PB_CLIENT_APPS, status:VALID,
-
APPS.CZ_UPGRADE dependencies on FND_APPLICATION
12.2.2
-
APPS.CZ_UPGRADE dependencies on FND_APPLICATION
12.1.1
-
TABLE: CZ.CZ_PB_CLIENT_APPS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PB_CLIENT_APPS, object_name:CZ_PB_CLIENT_APPS, status:VALID,
-
TABLE: CZ.CZ_PB_CLIENT_APPS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PB_CLIENT_APPS, object_name:CZ_PB_CLIENT_APPS, 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
-
APPS.CZ_PUBL_SYNC_CRASH dependencies on CZ_PB_LANGUAGES
12.2.2
-
APPS.CZ_PB_MGR dependencies on CZ_PUBLICATION_USAGES
12.1.1
-
APPS.CZ_PB_MGR dependencies on CZ_PUBLICATION_USAGES
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_PUB_MGR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_PUB_MGR, status:VALID,
-
APPS.CZ_PUBL_SYNC_CRASH SQL Statements
12.1.1
-
APPS.CZ_PUBL_SYNC_CRASH SQL Statements
12.2.2
-
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_PUB_MGR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_PUB_MGR, 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,
-
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_UPGRADE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_UPGRADE, status:VALID,
-
View: CZ_MODEL_APPLICABILITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_MODEL_APPLICABILITIES_V, object_name:CZ_MODEL_APPLICABILITIES_V, status:VALID, product: CZ - Configurator , description: Enumerates applicabilities of a published model , implementation_dba_data: APPS.CZ_MODEL_APPLICABILITIES_V ,
-
PACKAGE BODY: APPS.CZ_UPGRADE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_UPGRADE, status:VALID,
-
APPS.CZ_PB_MGR dependencies on CZ_PB_LANGUAGES
12.2.2
-
APPS.CZ_PB_MGR dependencies on CZ_PB_LANGUAGES
12.1.1
-
View: CZ_MODEL_APPLICABILITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_MODEL_APPLICABILITIES_V, object_name:CZ_MODEL_APPLICABILITIES_V, status:VALID, product: CZ - Configurator , description: Enumerates applicabilities of a published model , implementation_dba_data: APPS.CZ_MODEL_APPLICABILITIES_V ,
-
12.1.1 DBA Data
12.1.1
-
APPS.CZ_PB_SYNC dependencies on CZ_PUBLICATION_USAGES
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2