Search Results cz_customer_end_users
Overview
The CZ_CUSTOMER_END_USERS table is a data object within the Oracle Configurator (CZ) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. Its primary role was to manage the assignment of customers to specific end users within the context of the Model Developer Application (MDApp). As explicitly noted in the official ETRM documentation, this table is now classified as OBSOLETE. This designation indicates that while the table may still exist in the database schema for backward compatibility, its functional purpose has been superseded or deprecated in the application's architecture. Its historical function was to establish a many-to-many relationship between customer entities and end-user entities, a linkage critical for user-specific configuration and access control in earlier implementations of the Configurator.
Key Information Stored
The table's structure is defined by a composite primary key, which also represents the core data it stores. The two key columns are CUSTOMER_ID and END_USER_ID. The CUSTOMER_ID column holds a foreign key reference to a unique customer record in the CZ_CUSTOMERS table. The END_USER_ID column holds a foreign key reference to a unique user record in the CZ_END_USERS table. Together, each row in this table represents a single, distinct association between one customer and one end user. No other descriptive columns are indicated by the provided metadata, underscoring the table's function as a pure intersection or mapping entity.
Common Use Cases and Queries
Given its obsolete status, direct operational use of this table in new development or reporting is strongly discouraged. Typical use cases would have been historical, such as querying which users were authorized to configure products for a specific customer, or determining all customers assigned to a particular user. A sample historical query to retrieve these assignments might have been:
SELECT c.customer_name, e.user_name FROM cz_customer_end_users ce, cz_customers c, cz_end_users e WHERE ce.customer_id = c.customer_id AND ce.end_user_id = e.end_user_id;
In current practice, consultants and developers should rely on the newer, supported APIs and data models that have replaced this table's functionality. Any existing data within this table should be considered legacy and may only be relevant for data migration or audit trail purposes.
Related Objects
The table's relationships are explicitly defined by its foreign key constraints, as documented in the ETRM. It is directly dependent on two parent tables:
- CZ_CUSTOMERS: The CZ_CUSTOMER_END_USERS.CUSTOMER_ID column references the primary key of this table. This table stores master data for customers within the Configurator module.
- CZ_END_USERS: The CZ_CUSTOMER_END_USERS.END_USER_ID column references the primary key of this table. This table stores master data for end users within the Configurator module.
The relationship is strictly maintained through these foreign keys, ensuring referential integrity between the assignment records and the master data entities they link. There are no documented foreign keys where other tables reference CZ_CUSTOMER_END_USERS, which is consistent with its obsolete nature.
-
Table: CZ_CUSTOMER_END_USERS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CUSTOMER_END_USERS, object_name:CZ_CUSTOMER_END_USERS, status:VALID, product: CZ - Configurator , description: OBSOLETE, assigns customers to MDApp users , implementation_dba_data: CZ.CZ_CUSTOMER_END_USERS ,
-
Table: CZ_CUSTOMER_END_USERS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CUSTOMER_END_USERS, object_name:CZ_CUSTOMER_END_USERS, status:VALID, product: CZ - Configurator , description: OBSOLETE, assigns customers to MDApp users , implementation_dba_data: CZ.CZ_CUSTOMER_END_USERS ,
-
APPS.CZ_IMP_AC_XFR dependencies on CZ_CUSTOMER_END_USERS
12.2.2
-
APPS.CZ_IMP_AC_XFR dependencies on CZ_CUSTOMER_END_USERS
12.1.1
-
APPS.CZ_IMP_AC_KRS dependencies on CZ_CUSTOMER_END_USERS
12.1.1
-
APPS.CZ_IMP_AC_KRS dependencies on CZ_CUSTOMER_END_USERS
12.2.2
-
VIEW: CZ.CZ_CUSTOMER_END_USERS#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_CUSTOMER_END_USERS#, status:VALID,
-
SYNONYM: APPS.CZ_CUSTOMER_END_USERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_CUSTOMER_END_USERS, status:VALID,
-
SYNONYM: APPS.CZ_CUSTOMER_END_USERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_CUSTOMER_END_USERS, status:VALID,
-
VIEW: CZ.CZ_CUSTOMER_END_USERS#
12.2.2
-
APPS.CZ_IMP_AC_XFR dependencies on CZ_UTILS
12.1.1
-
APPS.CZ_IMP_AC_XFR dependencies on CZ_UTILS
12.2.2
-
TRIGGER: APPS.CZ_CUSTOMER_END_USERS_T1
12.1.1
owner:APPS, object_type:TRIGGER, object_name:CZ_CUSTOMER_END_USERS_T1, status:VALID,
-
TRIGGER: APPS.CZ_CUSTOMER_END_USERS_T1
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CZ_CUSTOMER_END_USERS_T1, status:VALID,
-
APPS.CZ_IMP_ALL dependencies on CZ_IMP_AC_MAIN
12.1.1
-
Table: CZ_IMP_CUSTOMER_END_USER
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_CUSTOMER_END_USER, object_name:CZ_IMP_CUSTOMER_END_USER, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) into CZ_CUSTOMER_END_USERS , implementation_dba_data: CZ.CZ_IMP_CUSTOMER_END_USER ,
-
Table: CZ_IMP_CUSTOMER_END_USER
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_CUSTOMER_END_USER, object_name:CZ_IMP_CUSTOMER_END_USER, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) into CZ_CUSTOMER_END_USERS , implementation_dba_data: CZ.CZ_IMP_CUSTOMER_END_USER ,
-
Table: CZ_CUSTOMERS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CUSTOMERS, object_name:CZ_CUSTOMERS, status:VALID, product: CZ - Configurator , description: OBSOLETE, customers for MDApp , implementation_dba_data: CZ.CZ_CUSTOMERS ,
-
TRIGGER: APPS.CZ_CUSTOMER_END_USERS_T1
12.2.2
-
PACKAGE BODY: APPS.CZ_IMP_AC_XFR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_AC_XFR, status:VALID,
-
PACKAGE BODY: APPS.CZ_IMP_AC_XFR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_AC_XFR, status:VALID,
-
TABLE: CZ.CZ_CUSTOMER_END_USERS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CUSTOMER_END_USERS, object_name:CZ_CUSTOMER_END_USERS, status:VALID,
-
TABLE: CZ.CZ_CUSTOMER_END_USERS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CUSTOMER_END_USERS, object_name:CZ_CUSTOMER_END_USERS, status:VALID,
-
Table: CZ_END_USERS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_END_USERS, object_name:CZ_END_USERS, status:VALID, product: CZ - Configurator , description: Oracle SellingPoint users , implementation_dba_data: CZ.CZ_END_USERS ,
-
Table: CZ_END_USERS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_END_USERS, object_name:CZ_END_USERS, status:VALID, product: CZ - Configurator , description: Oracle SellingPoint users , implementation_dba_data: CZ.CZ_END_USERS ,
-
TRIGGER: APPS.CZ_CUSTOMER_END_USERS_T1
12.1.1
-
APPS.CZ_IMP_ALL dependencies on CZ_IMP_AC_MAIN
12.2.2
-
Table: CZ_CUSTOMERS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CUSTOMERS, object_name:CZ_CUSTOMERS, status:VALID, product: CZ - Configurator , description: OBSOLETE, customers for MDApp , implementation_dba_data: CZ.CZ_CUSTOMERS ,
-
PACKAGE BODY: APPS.CZ_IMP_AC_KRS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_AC_KRS, status:VALID,
-
PACKAGE BODY: APPS.CZ_IMP_AC_KRS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_AC_KRS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.CZ_IMP_AC_XFR SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.CZ_IMP_AC_MAIN dependencies on CZ_XFR_RUN_RESULTS
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.CZ_IMP_AC_XFR SQL Statements
12.1.1
-
APPS.CZ_IMP_AC_MAIN dependencies on CZ_XFR_RUN_RESULTS
12.1.1
-
PACKAGE BODY: APPS.CZ_IMP_AC_XFR
12.1.1
-
PACKAGE BODY: APPS.CZ_IMP_AC_XFR
12.2.2
-
APPS.CZ_IMP_AC_MAIN SQL Statements
12.1.1
-
APPS.CZ_IMP_AC_MAIN SQL Statements
12.2.2
-
APPS.CZ_MIGRATE dependencies on CZ_JRAD_CHUNKS
12.1.1
-
APPS.CZ_MIGRATE dependencies on CZ_JRAD_CHUNKS
12.2.2