DBA Data[Home] [Help]

APPS.IES_DEPLOYED_SCRIPTS_PVT dependencies on IES_PANEL_DATA

Line 125: delete from ies_panel_data where transaction_id in

121:
122: delete from ies_question_data where transaction_id in
123: (select transaction_id from ies_transactions where dscript_id = p_dscript_id);
124:
125: delete from ies_panel_data where transaction_id in
126: (select transaction_id from ies_transactions where dscript_id = p_dscript_id);
127:
128: delete from ies_questions where panel_id in
129: (select panel_id from ies_panels where dscript_id = p_dscript_id);