Search Results cz_proposal_hdrs
Overview
The CZ_PROPOSAL_HDRS 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 functions as the primary header or master table for storing high-level information about sales proposals generated through the configurator. A proposal represents a formal, structured offer to a customer, typically derived from a configured product or solution. This table serves as the anchor point for proposal-related data, linking to key entities such as opportunities, contacts, and users, and providing the foundational record for subsequent transactional data like quotes.
Key Information Stored
While the provided metadata does not list specific columns beyond the foreign keys, the table's primary key and foreign relationships define its critical data structure. The central column is PROPOSAL_HDR_ID, a unique system-generated identifier for each proposal. The table stores relational pointers to other critical business entities: MAIN_CONTACT_ID links to the CZ_CONTACTS table to identify the primary customer contact; OPPORTUNITY_HDR_ID links to the CZ_OPPORTUNITY_HDRS table, connecting the proposal to its originating sales opportunity. It also tracks user information via USER_ID_CREATED (the user who created the proposal) and USER_ID_FOR_WHOM_CREATED (the user on whose behalf the proposal was created), both referencing the CZ_END_USERS table. Additional columns, not detailed in the excerpt, would typically store metadata such as creation date, status, proposal name, description, and effective dates.
Common Use Cases and Queries
This table is central to reporting and integration processes involving configured proposals. Common operational scenarios include generating a list of all proposals linked to a specific opportunity, tracking proposal creation activity by user, or auditing the lifecycle of proposals. A typical reporting query would join CZ_PROPOSAL_HDRS to its related tables to provide a comprehensive view. For example, to list proposals with their associated opportunity and creator information:
- SELECT ph.PROPOSAL_HDR_ID, ph.CREATION_DATE, oh.OPPORTUNITY_NAME, eu.USER_NAME AS CREATED_BY
- FROM CZ.CZ_PROPOSAL_HDRS ph
- JOIN CZ.CZ_OPPORTUNITY_HDRS oh ON ph.OPPORTUNITY_HDR_ID = oh.OPPORTUNITY_HDR_ID
- JOIN CZ.CZ_END_USERS eu ON ph.USER_ID_CREATED = eu.USER_ID;
Data from this table is also critical for downstream processes, such as when a proposal is converted into a formal quote within the system.
Related Objects
The CZ_PROPOSAL_HDRS table maintains defined relationships with several other CZ schema tables, as documented in the ETRM metadata. The table references the following objects as foreign key dependencies:
- CZ_CONTACTS via the MAIN_CONTACT_ID column.
- CZ_OPPORTUNITY_HDRS via the OPPORTUNITY_HDR_ID column.
- CZ_END_USERS via the USER_ID_FOR_WHOM_CREATED column.
- CZ_END_USERS via the USER_ID_CREATED column.
Furthermore, this table is referenced as a parent table by:
- CZ_PROP_QUOTE_HDRS via its PROPOSAL_HDR_ID column, establishing a one-to-many relationship where a single proposal header can be associated with multiple quote headers.
-
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 ,
-
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 ,
-
VIEW: CZ.CZ_PROPOSAL_HDRS#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_PROPOSAL_HDRS#, status:VALID,
-
SYNONYM: APPS.CZ_PROPOSAL_HDRS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CZ_PROPOSAL_HDRS, status:VALID,
-
SYNONYM: APPS.CZ_PROPOSAL_HDRS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CZ_PROPOSAL_HDRS, status:VALID,
-
Table: CZ_PROP_QUOTE_HDRS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PROP_QUOTE_HDRS, object_name:CZ_PROP_QUOTE_HDRS, status:VALID, product: CZ - Configurator , description: Proposal-Quote join table , implementation_dba_data: CZ.CZ_PROP_QUOTE_HDRS ,
-
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 ,
-
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 ,
-
VIEW: CZ.CZ_PROPOSAL_HDRS#
12.2.2
-
TRIGGER: APPS.CZ_PROPOSAL_HDRS_T1
12.1.1
owner:APPS, object_type:TRIGGER, object_name:CZ_PROPOSAL_HDRS_T1, status:VALID,
-
Table: CZ_PROP_QUOTE_HDRS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PROP_QUOTE_HDRS, object_name:CZ_PROP_QUOTE_HDRS, status:VALID, product: CZ - Configurator , description: Proposal-Quote join table , implementation_dba_data: CZ.CZ_PROP_QUOTE_HDRS ,
-
TRIGGER: APPS.CZ_PROPOSAL_HDRS_T1
12.1.1
-
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 ,
-
TRIGGER: APPS.CZ_PROPOSAL_HDRS_T1
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CZ_PROPOSAL_HDRS_T1, status:VALID,
-
TABLE: CZ.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,
-
TRIGGER: APPS.CZ_PROPOSAL_HDRS_T1
12.2.2
-
TABLE: CZ.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,
-
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
-
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.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
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
-
APPS.CZ_MIGRATE dependencies on CZ_XFR_TABLES
12.2.2
-
APPS.CZ_MIGRATE dependencies on CZ_XFR_TABLES
12.1.1
-
APPS.CZ_MIGRATE SQL Statements
12.1.1
-
APPS.CZ_MIGRATE SQL Statements
12.2.2
-
eTRM - CZ Tables and Views
12.2.2
description: Import control table responsible for NOUPDATE flags ,
-
eTRM - CZ Tables and Views
12.1.1
description: Import control table responsible for NOUPDATE flags ,
-
PACKAGE BODY: APPS.CZ_MIGRATE
12.2.2
-
PACKAGE BODY: APPS.CZ_MIGRATE
12.1.1
-
PACKAGE BODY: APPS.CZ_BASE_MGR
12.1.1
-
PACKAGE BODY: APPS.CZ_BASE_MGR
12.2.2
-
eTRM - CZ Tables and Views
12.2.2
description: Import control table responsible for NOUPDATE flags ,
-
eTRM - CZ Tables and Views
12.1.1
description: Import control table responsible for NOUPDATE flags ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1