Search Results cz_end_users
Overview
The CZ_END_USERS table is a core data object within the Oracle Configurator (CZ) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the master repository for storing information about Oracle SellingPoint users. SellingPoint is a configurator interface used by sales representatives and customers to define complex, customizable products. Consequently, this table acts as the central reference for all individuals who interact with the product configuration engine, enabling user-specific tracking, personalization, and audit capabilities for configuration sessions, quotes, proposals, and opportunities.
Key Information Stored
While the provided metadata does not list specific columns, the primary and foreign key relationships define its critical structure. The table's primary key is END_USER_ID, a unique identifier for each user record. This ID is the central reference point for all related transactional data. Based on standard EBS patterns and the table's purpose, it likely stores user details such as login name, display name, contact information, and potentially role or group associations. The existence of a separate linking table, CZ_CUSTOMER_END_USERS, suggests a many-to-many relationship between end users and customer accounts, allowing a single user to be associated with multiple customers or a customer to have multiple configured users.
Common Use Cases and Queries
This table is primarily used for reporting and administrative purposes related to configuration activity. Common scenarios include auditing configuration history by user, analyzing user adoption of the configurator, and troubleshooting configuration data. A typical query would join CZ_END_USERS to transactional headers to retrieve user details for specific configurations or quotes.
- Finding Configurations Created for a Specific User:
SELECT cfg.config_hdr_id, eu.user_name FROM cz_config_hdrs cfg, cz_end_users eu WHERE cfg.user_id_for_whom_created = eu.end_user_id AND eu.user_name = '&USERNAME'; - Listing All Users and Their Associated Customer Accounts:
SELECT eu.end_user_id, eu.user_name, ceu.customer_id FROM cz_end_users eu, cz_customer_end_users ceu WHERE eu.end_user_id = ceu.end_user_id;
Related Objects
The CZ_END_USERS table is a foundational parent table referenced by numerous key transactional entities within the Configurator schema, as detailed in the foreign key metadata. Major related objects include:
- CZ_CONFIG_HDRS: Links configurations to the user who created them and the user for whom they were created.
- CZ_QUOTE_HDRS, CZ_PROPOSAL_HDRS, CZ_OPPORTUNITY_HDRS: Tracks the creator and recipient user for sales-related documents generated from configurations.
- CZ_CUSTOMER_END_USERS: A junction table defining relationships between end users and customer accounts.
- CZ_END_USER_GROUPS: A table likely used to assign users to functional or security groups within the configurator.
This extensive web of foreign key relationships underscores the table's critical role in maintaining data integrity and user context across the entire Oracle Configurator lifecycle.
-
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 ,
-
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 ,
-
APPS.CZ_IMP_AC_KRS dependencies on CZ_END_USERS
12.1.1
-
APPS.CZ_ADMIN dependencies on CZ_END_USERS
12.1.1
-
APPS.CZ_IMP_AC_XFR dependencies on CZ_END_USERS
12.1.1
-
APPS.CZ_ADMIN dependencies on CZ_END_USERS
12.2.2
-
APPS.CZ_IMP_AC_XFR dependencies on CZ_END_USERS
12.2.2
-
APPS.CZ_IMP_AC_KRS dependencies on CZ_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
-
APPS.CZ_IMP_AC_KRS dependencies on CZ_UTILS
12.2.2
-
APPS.CZ_ADMIN SQL Statements
12.1.1
-
APPS.CZ_IMP_AC_KRS dependencies on CZ_UTILS
12.1.1
-
APPS.CZ_IMP_AC_XFR SQL Statements
12.2.2
-
Table: CZ_PROPOSAL_HDRS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PROPOSAL_HDRS, object_name:CZ_PROPOSAL_HDRS, status:VALID, product: CZ - Configurator , description: Proposals header table , implementation_dba_data: CZ.CZ_PROPOSAL_HDRS ,
-
Table: CZ_PROPOSAL_HDRS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PROPOSAL_HDRS, object_name:CZ_PROPOSAL_HDRS, status:VALID, product: CZ - Configurator , description: Proposals header table , implementation_dba_data: CZ.CZ_PROPOSAL_HDRS ,
-
SYNONYM: APPS.CZ_END_USERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_END_USERS, status:VALID,
-
SYNONYM: APPS.CZ_END_USERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_END_USERS, status:VALID,
-
Table: CZ_CONFIG_HDRS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CONFIG_HDRS, object_name:CZ_CONFIG_HDRS, status:VALID, product: CZ - Configurator , description: Configuration header table , implementation_dba_data: CZ.CZ_CONFIG_HDRS ,
-
Table: CZ_QUOTE_HDRS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_QUOTE_HDRS, object_name:CZ_QUOTE_HDRS, status:VALID, product: CZ - Configurator , description: Quote header table, obsolete , implementation_dba_data: CZ.CZ_QUOTE_HDRS ,
-
APPS.CZ_ADMIN SQL Statements
12.2.2
-
Table: CZ_CONFIG_HDRS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CONFIG_HDRS, object_name:CZ_CONFIG_HDRS, status:VALID, product: CZ - Configurator , description: Configuration header table , implementation_dba_data: CZ.CZ_CONFIG_HDRS ,
-
APPS.CZ_IMP_AC_XFR SQL Statements
12.1.1
-
Table: CZ_QUOTE_HDRS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_QUOTE_HDRS, object_name:CZ_QUOTE_HDRS, status:VALID, product: CZ - Configurator , description: Quote header table, obsolete , implementation_dba_data: CZ.CZ_QUOTE_HDRS ,
-
VIEW: CZ.CZ_END_USERS#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_END_USERS#, status:VALID,
-
PACKAGE BODY: APPS.CZ_IMP_AC_XFR
12.1.1
-
PACKAGE BODY: APPS.CZ_IMP_AC_XFR
12.2.2
-
Table: CZ_IMP_END_USER
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_END_USER, object_name:CZ_IMP_END_USER, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) into CZ_END_USERS , implementation_dba_data: CZ.CZ_IMP_END_USER ,
-
Table: CZ_IMP_END_USER
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_END_USER, object_name:CZ_IMP_END_USER, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) into CZ_END_USERS , implementation_dba_data: CZ.CZ_IMP_END_USER ,
-
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 ,
-
Table: CZ_OPPORTUNITY_HDRS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_OPPORTUNITY_HDRS, object_name:CZ_OPPORTUNITY_HDRS, status:VALID, product: CZ - Configurator , description: Opportunity headers for SellingPoint , implementation_dba_data: CZ.CZ_OPPORTUNITY_HDRS ,
-
APPS.CZ_ADMIN dependencies on ALL_USERS
12.2.2
-
VIEW: CZ.CZ_END_USERS#
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.CZ_ADMIN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_ADMIN, status:VALID,
-
TRIGGER: APPS.CZ_END_USERS_T1
12.2.2
-
TRIGGER: APPS.CZ_END_USERS_T1
12.1.1
-
Table: CZ_OPPORTUNITY_HDRS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_OPPORTUNITY_HDRS, object_name:CZ_OPPORTUNITY_HDRS, status:VALID, product: CZ - Configurator , description: Opportunity headers for SellingPoint , implementation_dba_data: CZ.CZ_OPPORTUNITY_HDRS ,
-
PACKAGE BODY: APPS.CZ_ADMIN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_ADMIN, status:VALID,
-
Table: CZ_END_USER_GROUPS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_END_USER_GROUPS, object_name:CZ_END_USER_GROUPS, status:VALID, product: CZ - Configurator , description: Oracle SellingPoint end user groups , implementation_dba_data: CZ.CZ_END_USER_GROUPS ,
-
Table: CZ_END_USER_GROUPS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_END_USER_GROUPS, object_name:CZ_END_USER_GROUPS, status:VALID, product: CZ - Configurator , description: Oracle SellingPoint end user groups , implementation_dba_data: CZ.CZ_END_USER_GROUPS ,
-
APPS.CZ_IMP_ALL dependencies on FND_PROFILE
12.2.2
-
TRIGGER: APPS.CZ_END_USERS_T1
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CZ_END_USERS_T1, status:VALID,
-
TRIGGER: APPS.CZ_END_USERS_T1
12.1.1
owner:APPS, object_type:TRIGGER, object_name:CZ_END_USERS_T1, status:VALID,
-
APPS.CZ_ADMIN dependencies on ALL_USERS
12.1.1
-
PACKAGE BODY: APPS.CZ_IMP_AC_XFR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_AC_XFR, status:VALID,
-
PACKAGE BODY: APPS.CZ_IMP_AC_XFR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CZ_IMP_AC_XFR, status:VALID,
-
APPS.CZ_ADMIN dependencies on CZ_ADMIN
12.2.2
-
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,