DBA Data[Home] [Help]

APPS.IEU_WORK_PANEL_PUB dependencies on IEU_UWQ_MACTION_DEFS_TL

Line 119: delete from ieu_uwq_maction_defs_tl where maction_def_id = cur_rec.maction_def_id;

115:
116: FOR cur_rec IN c_cursor1
117: LOOP
118: delete from ieu_uwq_maction_defs_b where maction_def_id = cur_rec.maction_def_id;
119: delete from ieu_uwq_maction_defs_tl where maction_def_id = cur_rec.maction_def_id;
120: -- --DBMS_OUTPUT.Put_Line(' delete 2 tables for id '|| cur_rec.maction_def_id);
121: end loop;
122:
123: FOR cur_rec IN c_cursor2