Search Results ies_svy_response_entries
Overview
The IES_SVY_RESPONSE_ENTRIES table is a core transactional data object within the IES – Scripting (Interactive Scripting / iScript) module of Oracle E-Business Suite, available in both 12.1.1 and 12.2.2. It stores individual survey response entries collected through deployed iScript surveys, capturing the granular answers, media, and status metadata associated with each survey interaction. The table is owned by the IES schema and is documented as VALID with 37 physical columns in the ETRM 12.2.2 repository.
From a Data Vault modeling perspective, the heuristic classification of this object is link. This classification is inferred from the foreign key structure: the table principally resolves relationships between survey deployments, survey list entries, deployed scripts, and security groups, rather than acting purely as a descriptive hub or a historical satellite. This should be treated as a modeling suggestion rather than an enforced design property.
Key Information Stored
The primary key of the table is RESPONSE_ID, enforced through the IES_SVY_RESPONSE_ENTRIES_PK constraint. A unique index, IES_SVY_RESP_ENTRS_N1, also exists on RESPONSE_ID, identifying it as the sole documented business-key candidate within the table.
The most significant columns include:
RESPONSE_ID— Surrogate primary key uniquely identifying each response entry.SURVEY_DEPLOYMENT_ID— Foreign key linking the response to a specific survey deployment inIES_SVY_DEPLYMENTS_ALL.SURVEY_LIST_ENTRY_ID— Foreign key linking the response to a survey list entry inIES_SVY_LIST_ENTRIES.DSCRIPT_ID— Foreign key referencing the deployed script inIES_DEPLOYED_SCRIPTSthat generated the response.SECURITY_GROUP_ID— Foreign key toFND_SECURITY_GROUPS, governing row-level access.RESPONSE_SEQUENCE— Ordering attribute for responses within a deployment.RESPONSE_COLLECTED_DATE— Timestamp when the response was captured.RESPONSE_STATUSandRESPONSE_EXCLUSION_CODE— Status and exclusion indicators for the entry.RESPONSE_MEDIA_TYPE_CODE— Media type associated with the response.ABANDONED_FLAGandF_DELETEDFLAG— Flags indicating abandoned or logically deleted responses.INTERACTION_IDandTRANSACTION_ID— Links to the broader interaction or transaction context.OBJECT_VERSION_NUMBER,CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN— Standard EBS audit and concurrency columns.ATTRIBUTE_CATEGORYandATTRIBUTE1–ATTRIBUTE15— DFF extension columns for customer-specific data.
Common Use Cases and Queries
Typical reporting scenarios include retrieving all responses for a given deployment, analyzing response status distribution, or joining responses to script and security metadata for audit purposes.
- Response counts by deployment:
SELECT SURVEY_DEPLOYMENT_ID, COUNT(*) FROM IES.IES_SVY_RESPONSE_ENTRIES GROUP BY SURVEY_DEPLOYMENT_ID; - Active (non-deleted) responses:
SELECT * FROM IES.IES_SVY_RESPONSE_ENTRIES WHERE F_DELETEDFLAG = 'N'; - Joining to deployed scripts:
SELECT r.RESPONSE_ID, d.NAME FROM IES.IES_SVY_RESPONSE_ENTRIES r, IES.IES_DEPLOYED_SCRIPTS d WHERE r.DSCRIPT_ID = d.DSCRIPT_ID;
Related Objects
IES_SVY_DEPLYMENTS_ALL— Joined viaSURVEY_DEPLOYMENT_ID.IES_SVY_LIST_ENTRIES— Joined viaSURVEY_LIST_ENTRY_ID.FND_SECURITY_GROUPS— Joined viaSECURITY_GROUP_ID.IES_DEPLOYED_SCRIPTS— Joined viaDSCRIPT_ID.- Standard EBS audit objects such as
FND_USERare referenced indirectly via audit columns.
-
Table: IES_SVY_RESPONSE_ENTRIES
12.1.1
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_RESPONSE_ENTRIES, object_name:IES_SVY_RESPONSE_ENTRIES, status:VALID, product: IES - Scripting , implementation_dba_data: IES.IES_SVY_RESPONSE_ENTRIES ,
-
Table: IES_SVY_RESPONSE_ENTRIES
12.2.2
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_RESPONSE_ENTRIES, object_name:IES_SVY_RESPONSE_ENTRIES, status:VALID, product: IES - Scripting , implementation_dba_data: IES.IES_SVY_RESPONSE_ENTRIES ,
-
SYNONYM: APPS.IES_SVY_RESPONSE_ENTRIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IES_SVY_RESPONSE_ENTRIES, status:VALID,
-
SYNONYM: APPS.IES_SVY_RESPONSE_ENTRIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IES_SVY_RESPONSE_ENTRIES, status:VALID,
-
VIEW: APPS.IES_SVY_RESP_ENTRIES_V
12.1.1
-
VIEW: IES.IES_SVY_RESPONSE_ENTRIES#
12.2.2
owner:IES, object_type:VIEW, object_name:IES_SVY_RESPONSE_ENTRIES#, status:VALID,
-
VIEW: APPS.IES_SVY_RESP_ENTRIES_V
12.2.2
-
VIEW: APPS.IES_SUSPENDED_TRANS_V
12.1.1
-
VIEW: APPS.IES_SUSPENDED_TRANS_V
12.2.2
-
VIEW: IES.IES_SVY_RESPONSE_ENTRIES#
12.2.2
-
Table: IES_SVY_LIST_ENTRIES
12.1.1
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_LIST_ENTRIES, object_name:IES_SVY_LIST_ENTRIES, status:VALID, product: IES - Scripting , implementation_dba_data: IES.IES_SVY_LIST_ENTRIES ,
-
12.1.1 FND Design Data
12.1.1
-
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 ,
-
VIEW: APPS.IES_SVY_RESP_ENTRIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IES.IES_SVY_RESP_ENTRIES_V, object_name:IES_SVY_RESP_ENTRIES_V, status:VALID,
-
Table: IES_SVY_LIST_ENTRIES
12.2.2
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_LIST_ENTRIES, object_name:IES_SVY_LIST_ENTRIES, status:VALID, product: IES - Scripting , implementation_dba_data: IES.IES_SVY_LIST_ENTRIES ,
-
VIEW: APPS.IES_SVY_RESP_ENTRIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IES.IES_SVY_RESP_ENTRIES_V, object_name:IES_SVY_RESP_ENTRIES_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
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 ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
View: IES_SVY_RESP_ENTRIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IES.IES_SVY_RESP_ENTRIES_V, object_name:IES_SVY_RESP_ENTRIES_V, status:VALID, product: IES - Scripting , implementation_dba_data: APPS.IES_SVY_RESP_ENTRIES_V ,
-
View: IES_SVY_RESP_ENTRIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IES.IES_SVY_RESP_ENTRIES_V, object_name:IES_SVY_RESP_ENTRIES_V, status:VALID, product: IES - Scripting , implementation_dba_data: APPS.IES_SVY_RESP_ENTRIES_V ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
TABLE: IES.IES_SVY_RESPONSE_ENTRIES
12.2.2
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_RESPONSE_ENTRIES, object_name:IES_SVY_RESPONSE_ENTRIES, status:VALID,
-
TABLE: IES.IES_SVY_RESPONSE_ENTRIES
12.1.1
owner:IES, object_type:TABLE, fnd_design_data:IES.IES_SVY_RESPONSE_ENTRIES, object_name:IES_SVY_RESPONSE_ENTRIES, status:VALID,
-
VIEW: APPS.IES_SUSPENDED_TRANS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IES_SUSPENDED_TRANS_V, status:VALID,
-
VIEW: APPS.IES_SUSPENDED_TRANS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IES_SUSPENDED_TRANS_V, status:VALID,
-
eTRM - IES Tables and Views
12.1.1
description: This table holds all interactions for a session. ,
-
eTRM - IES Tables and Views
12.2.2
description: This table holds all interactions for a session. ,
-
eTRM - IES Tables and Views
12.2.2
description: This table holds all interactions for a session. ,
-
eTRM - IES Tables and Views
12.1.1
description: This table holds all interactions for a session. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1