DBA Data[Home] [Help]

APPS.IES_DEPLOYED_SCRIPTS_PVT dependencies on IES_QUESTIONS

Line 128: delete from ies_questions where panel_id in

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);
130:
131: delete from ies_answers where lookup_id in
132: (select lookup_id from ies_lookups where dscript_id = p_dscript_id);