Search Results survey_cycle_id
Overview
The IES_SVY_SUMMARY_STATS table is a transactional data object owned by the IES schema, which supports the Scripting module in Oracle E-Business Suite Release 12.1.1 and 12.2.2. It stores aggregated statistical snapshots of survey deployment activity, capturing response counts, error totals, and lifecycle status indicators for each combination of survey, survey cycle, and deployment. In this capacity the table functions as a denormalized summary repository that complements the more granular survey response and deployment records maintained elsewhere in the IES schema.
The ETRM metadata classifies this object heuristically as a link in a Data Vault model. This classification reflects the composite three-part key — SURVEY_ID, SURVEY_CYCLE_ID, and SURVEY_DEPLOYMENT_ID — which resolves the many-to-many relationships between surveys, their scheduled cycles, and their operational deployments. The table effectively records the intersection of these three business entities along with the measured statistics accumulated against that intersection.
Key Information Stored
The table contains 22 documented columns. The most significant include:
- SURVEY_ID, SURVEY_CYCLE_ID, SURVEY_DEPLOYMENT_ID — the three-part composite primary key defined by the constraint IES_SVY_SUMMARY_STATS_PK, each also participating in a foreign key to the corresponding master table.
- SURVEY_NAME, SURVEY_CYCLE_NAME, SURVEY_DEPLOYMENT_NAME — denormalized descriptive labels carried on the summary record to avoid repeated joins for reporting.
- DEPLOY_DATE, RESPONSE_END_DATE, REFRESH_DATE — key date attributes marking when the deployment was launched, when the response window closes, and when the summary statistics were last recalculated.
- TOTAL_NO_SENT, TOTAL_NO_ERRORS, TOTAL_NO_RESPONSES_RECD, TOTAL_ABANDONED, TOTAL_ABORTED — the core quantitative measures representing the summary statistics that give the table its name.
- MEDIA_TYPE_CODE, LIST_HEADER_ID, LIST_NAME — delivery channel and recipient list context for the deployment.
- DEPLOYMENT_STATUS, SURVEY_STATUS — lifecycle state indicators for both the operational deployment and the underlying survey.
- OBJECT_VERSION_NUMBER — the standard EBS optimistic locking column used by the ORM framework.
- SECURITY_GROUP_ID and F_DELETEDFLAG — multi-tenant security scoping and logical deletion flag respectively.
The surrogate primary key is the composite of the three identifier columns. Business-key candidates are implicit in that same composite, since the natural uniqueness of a summary record is defined by which survey, cycle, and deployment it describes.
Common Use Cases and Queries
The table is most often queried for survey performance dashboards, response-rate reporting, and deployment health monitoring. Typical access patterns include retrieving the latest summary for an active deployment, aggregating response rates across cycles, and identifying deployments with elevated error or abandonment counts.
- Reporting on response rates: compare TOTAL_NO_RESPONSES_RECD against TOTAL_NO_SENT grouped by SURVEY_ID.
- Monitoring operational quality: filter on TOTAL_NO_ERRORS, TOTAL_ABANDONED, or TOTAL_ABORTED exceeding thresholds.
- Status tracking: join DEPLOYMENT_STATUS and SURVEY_STATUS to the master survey tables to report outstanding or closed deployments.
- Temporal analysis: use REFRESH_DATE to identify stale summaries that require recalculation.
A representative query joins the table to IES_SVY_SURVEYS_ALL on SURVEY_ID and filters on DEPLOYMENT_STATUS to produce a current status report. Applications should scope queries by SECURITY_GROUP_ID to respect multi-tenant security, and exclude rows where F_DELETEDFLAG is set.
Related Objects
The following objects are directly connected through the documented foreign key and primary key relationships:
- IES_SVY_SURVEYS_ALL — referenced via SURVEY_ID; holds the survey definition master data.
- IES_SVY_CYCLES_ALL — referenced via SURVEY_CYCLE_ID; defines the scheduling cycle for each survey.
- IES_SVY_DEPLYMENTS_ALL — referenced via SURVEY_DEPLOYMENT_ID; holds the operational deployment record.
- FND_SECURITY_GROUPS — referenced via SECURITY_GROUP_ID; enforces the EBS multi-tenant security model.
- IES_SVY_SUMMARY_STATS_PK — the primary key constraint enforcing uniqueness of the composite identifier.
Because the table depends on three master tables, any deletion or status change in a survey, cycle, or deployment record can directly affect the integrity and interpretation of the summary statistics stored here.
-
Table: IES_SVY_SUMMARY_STATS
12.1.1
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_SUMMARY_STATS, object_name:IES_SVY_SUMMARY_STATS, status:VALID, product: IES - Scripting , implementation_dba_data: IES.IES_SVY_SUMMARY_STATS ,
-
Table: IES_SVY_SUMMARY_STATS
12.2.2
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_SUMMARY_STATS, object_name:IES_SVY_SUMMARY_STATS, status:VALID, product: IES - Scripting , implementation_dba_data: IES.IES_SVY_SUMMARY_STATS ,
-
Table: IES_SVY_RESPONSES
12.1.1
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_RESPONSES, object_name:IES_SVY_RESPONSES, status:VALID, product: IES - Scripting , implementation_dba_data: IES.IES_SVY_RESPONSES ,
-
Table: IES_SVY_RESPONSES
12.2.2
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_RESPONSES, object_name:IES_SVY_RESPONSES, status:VALID, product: IES - Scripting , implementation_dba_data: IES.IES_SVY_RESPONSES ,
-
Table: IES_SVY_CYCLES_ALL
12.1.1
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_CYCLES_ALL, object_name:IES_SVY_CYCLES_ALL, status:VALID, product: IES - Scripting , description: This table holds survey cycle informations , implementation_dba_data: IES.IES_SVY_CYCLES_ALL ,
-
Table: IES_SVY_CYCLES_ALL
12.2.2
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_CYCLES_ALL, object_name:IES_SVY_CYCLES_ALL, status:VALID, product: IES - Scripting , description: This table holds survey cycle informations , implementation_dba_data: IES.IES_SVY_CYCLES_ALL ,
-
Table: IES_SVY_DEPLYMENTS_ALL
12.2.2
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_DEPLYMENTS_ALL, object_name:IES_SVY_DEPLYMENTS_ALL, status:VALID, product: IES - Scripting , implementation_dba_data: IES.IES_SVY_DEPLYMENTS_ALL ,
-
Table: IES_SVY_DEPLYMENTS_ALL
12.1.1
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_DEPLYMENTS_ALL, object_name:IES_SVY_DEPLYMENTS_ALL, status:VALID, product: IES - Scripting , implementation_dba_data: IES.IES_SVY_DEPLYMENTS_ALL ,
-
VIEW: IES.IES_SVY_QUES_DATA#
12.2.2
-
VIEW: IES.IES_SVY_SUMMARY_STATS#
12.2.2
-
VIEW: IES.IES_SVY_LIST_SUMMARY#
12.2.2
-
VIEW: IES.IES_SVY_LIST_ENTRY_SUMM#
12.2.2
-
VIEW: IES.IES_SVY_CYCLES_ALL#
12.2.2
-
VIEW: IES.IES_SVY_RESPONSES#
12.2.2
-
VIEW: IES.IES_SVY_DEPLYMENTS_ALL#
12.2.2
-
VIEW: APPS.IES_SVY_LIST_SUMMARY_V
12.2.2
-
VIEW: APPS.IES_SVY_LIST_ENTRY_SUMM_V
12.2.2
-
View: IES_SVY_CYCLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IES.IES_SVY_CYCLES_V, object_name:IES_SVY_CYCLES_V, status:VALID, product: IES - Scripting , implementation_dba_data: APPS.IES_SVY_CYCLES_V ,
-
VIEW: APPS.IES_SVY_QUES_DATA_V
12.2.2
-
VIEW: APPS.IES_SVY_LIST_ENTRY_SUMM_V
12.1.1
-
VIEW: APPS.IES_SVY_LIST_SUMMARY_V
12.1.1
-
View: IES_SVY_CYCLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IES.IES_SVY_CYCLES_V, object_name:IES_SVY_CYCLES_V, status:VALID, product: IES - Scripting , implementation_dba_data: APPS.IES_SVY_CYCLES_V ,
-
VIEW: APPS.IES_SVY_QUES_DATA_V
12.1.1
-
View: IES_SVY_DEPLYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IES.IES_SVY_DEPLYMENTS_V, object_name:IES_SVY_DEPLYMENTS_V, status:VALID, product: IES - Scripting , implementation_dba_data: APPS.IES_SVY_DEPLYMENTS_V ,
-
View: IES_SVY_RESPONSES_V
12.1.1
product: IES - Scripting , implementation_dba_data: Not implemented in this database ,
-
View: IES_SVY_RESPONSES_V
12.2.2
product: IES - Scripting , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IES_SVY_SUMMARY_STATS_V
12.2.2
-
View: IES_SVY_SUMMARY_STATS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IES.IES_SVY_SUMMARY_STATS_V, object_name:IES_SVY_SUMMARY_STATS_V, status:VALID, product: IES - Scripting , implementation_dba_data: APPS.IES_SVY_SUMMARY_STATS_V ,
-
View: IES_SVY_SUMMARY_STATS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IES.IES_SVY_SUMMARY_STATS_V, object_name:IES_SVY_SUMMARY_STATS_V, status:VALID, product: IES - Scripting , implementation_dba_data: APPS.IES_SVY_SUMMARY_STATS_V ,
-
VIEW: APPS.IES_SVY_CYCLES_V
12.1.1
-
VIEW: APPS.IES_SVY_CYCLES_V
12.2.2
-
VIEW: APPS.IES_SVY_SUMMARY_STATS_V
12.1.1
-
VIEW: IES.IES_SVY_LIST_ENTRY_SUMM#
12.2.2
owner:IES, object_type:VIEW, object_name:IES_SVY_LIST_ENTRY_SUMM#, status:VALID,
-
View: IES_SVY_DEPLYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IES.IES_SVY_DEPLYMENTS_V, object_name:IES_SVY_DEPLYMENTS_V, status:VALID, product: IES - Scripting , implementation_dba_data: APPS.IES_SVY_DEPLYMENTS_V ,
-
VIEW: APPS.IES_SVY_DEPLYMENTS_V
12.2.2
-
VIEW: IES.IES_SVY_LIST_SUMMARY#
12.2.2
owner:IES, object_type:VIEW, object_name:IES_SVY_LIST_SUMMARY#, status:VALID,
-
APPS.IES_SVY_DPYLMENT_STATUS_PVT SQL Statements
12.1.1
-
APPS.IES_SVY_DPYLMENT_STATUS_PVT SQL Statements
12.2.2
-
VIEW: IES.IES_SVY_SUMMARY_STATS#
12.2.2
owner:IES, object_type:VIEW, object_name:IES_SVY_SUMMARY_STATS#, status:VALID,
-
VIEW: APPS.IES_SVY_DEPLYMENTS_V
12.1.1
-
VIEW: IES.IES_SVY_QUES_DATA#
12.2.2
owner:IES, object_type:VIEW, object_name:IES_SVY_QUES_DATA#, status:VALID,
-
TABLE: IES.IES_SVY_CYCLES_ALL
12.2.2
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_CYCLES_ALL, object_name:IES_SVY_CYCLES_ALL, status:VALID,
-
TABLE: IES.IES_SVY_CYCLES_ALL
12.1.1
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_CYCLES_ALL, object_name:IES_SVY_CYCLES_ALL, status:VALID,
-
VIEW: APPS.IES_SVY_LIST_ENTRY_SUMM_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IES_SVY_LIST_ENTRY_SUMM_V, status:VALID,
-
VIEW: APPS.IES_SVY_LIST_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IES_SVY_LIST_SUMMARY_V, status:VALID,
-
VIEW: IES.IES_SVY_CYCLES_ALL#
12.2.2
owner:IES, object_type:VIEW, object_name:IES_SVY_CYCLES_ALL#, status:VALID,
-
VIEW: IES.IES_SVY_RESPONSES#
12.2.2
owner:IES, object_type:VIEW, object_name:IES_SVY_RESPONSES#, status:VALID,
-
TABLE: IES.IES_SVY_RESPONSES
12.1.1
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_RESPONSES, object_name:IES_SVY_RESPONSES, status:VALID,
-
TABLE: IES.IES_SVY_RESPONSES
12.2.2
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_RESPONSES, object_name:IES_SVY_RESPONSES, status:VALID,
-
VIEW: APPS.IES_SVY_LIST_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IES_SVY_LIST_SUMMARY_V, status:VALID,