Search Results cz_contacts
Overview
The CZ_CONTACTS table is a historical data object within the Oracle E-Business Suite (EBS), specifically for the Configurator (CZ) module. Its primary role was to store contact information for customers within the context of the Model-Driven Application (MDApp) framework. As explicitly noted in the official ETRM documentation, this table is now OBSOLETE. This status indicates that while the table may still exist in the CZ schema of databases supporting versions 12.1.1 or 12.2.2 for backward compatibility, it is no longer actively maintained or used by current Configurator application logic. Its functionality has been superseded by other, more centralized contact management structures within the broader EBS architecture.
Key Information Stored
Based on the provided metadata, the table's structure centers on a unique contact identifier and its relationships to other entities. The primary key is the CONTACT_ID column, which uniquely identifies each contact record. Two critical foreign key columns establish core relationships: CUSTOMER_ID links the contact to a specific customer record in the CZ_CUSTOMERS table, and ADDRESS_ID links the contact to a physical address stored in the CZ_ADDRESSES table. While specific detail columns (e.g., name, phone, email) are not enumerated in the excerpt, the table's purpose implies it historically held such attributes to define a customer's point of contact for configurable item transactions.
Common Use Cases and Queries
Given its obsolete status, direct operational use cases are deprecated. However, historical data analysis or migration projects may necessitate querying this table. A typical pattern would involve joining to its related customer and address tables to retrieve a complete historical contact profile. For example, a query to audit legacy data might be:
SELECT cc.contact_id, cc.customer_id, cust.customer_name, addr.address_line1
FROM cz.cz_contacts cc
LEFT JOIN cz.cz_customers cust ON cc.customer_id = cust.customer_id
LEFT JOIN cz.cz_addresses addr ON cc.address_id = addr.address_id
WHERE cust.customer_name LIKE '%<Customer>%';
Reporting would be purely for archival purposes, such as generating lists of contacts associated with historical quotes or proposals before a system decommissioning.
Related Objects
The ETRM documentation specifies several foreign key relationships, highlighting CZ_CONTACTS' former integration point. The table is referenced by multiple header tables in the Configurator module, demonstrating its role in transactional documents.
- Parent Tables (Foreign Key References from CZ_CONTACTS):
- CZ_CUSTOMERS via CZ_CONTACTS.CUSTOMER_ID
- CZ_ADDRESSES via CZ_CONTACTS.ADDRESS_ID
- Child Tables (Foreign Key References to CZ_CONTACTS):
- CZ_OPP_HDR_CONTACTS via CZ_OPP_HDR_CONTACTS.CONTACT_ID
- CZ_PROPOSAL_HDRS via CZ_PROPOSAL_HDRS.MAIN_CONTACT_ID
- CZ_QUOTE_HDRS via three columns: BILLTO_CONTACT_ID, SHIPTO_CONTACT_ID, and MAIN_CONTACT_ID
-
Table: CZ_CONTACTS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CONTACTS, object_name:CZ_CONTACTS, status:VALID, product: CZ - Configurator , description: OBSOLETE, customer contacts for MDApp , implementation_dba_data: CZ.CZ_CONTACTS ,
-
Table: CZ_CONTACTS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_CONTACTS, object_name:CZ_CONTACTS, status:VALID, product: CZ - Configurator , description: OBSOLETE, customer contacts for MDApp , implementation_dba_data: CZ.CZ_CONTACTS ,
-
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 ,
-
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 ,
-
Table: CZ_OPP_HDR_CONTACTS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_OPP_HDR_CONTACTS, object_name:CZ_OPP_HDR_CONTACTS, status:VALID, product: CZ - Configurator , description: Contact list for opportunities. Obsolete , implementation_dba_data: CZ.CZ_OPP_HDR_CONTACTS ,
-
Table: CZ_IMP_CONTACT
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_CONTACT, object_name:CZ_IMP_CONTACT, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) into CZ_CONTACTS , implementation_dba_data: CZ.CZ_IMP_CONTACT ,
-
Table: CZ_OPP_HDR_CONTACTS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_OPP_HDR_CONTACTS, object_name:CZ_OPP_HDR_CONTACTS, status:VALID, product: CZ - Configurator , description: Contact list for opportunities. Obsolete , implementation_dba_data: CZ.CZ_OPP_HDR_CONTACTS ,
-
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_ADDRESSES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ADDRESSES, object_name:CZ_ADDRESSES, status:VALID, product: CZ - Configurator , description: OBSOLETE, MDApp only , implementation_dba_data: CZ.CZ_ADDRESSES ,
-
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 ,
-
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 ,
-
Table: CZ_IMP_CONTACT
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_CONTACT, object_name:CZ_IMP_CONTACT, status:VALID, product: CZ - Configurator , description: Data to be imported (or rejected) into CZ_CONTACTS , implementation_dba_data: CZ.CZ_IMP_CONTACT ,
-
Table: CZ_ADDRESSES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_ADDRESSES, object_name:CZ_ADDRESSES, status:VALID, product: CZ - Configurator , description: OBSOLETE, MDApp only , implementation_dba_data: CZ.CZ_ADDRESSES ,
-
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 ,