DBA Data[Home] [Help]

APPS.SOA_REMOVE dependencies on FND_IREP_CLASSES_TL

Line 222: from fnd_irep_classes_tl

218: ) IS
219:
220: cursor c_derived_class_tl(c_derived_class_id in pls_integer) is
221: select *
222: from fnd_irep_classes_tl
223: where class_id = c_derived_class_id ;
224:
225: begin
226: if (p_derived_class_id is null) then

Line 236: delete from fnd_irep_classes_tl where class_id = p_derived_class_id ;

232: /* FOR c_derived_class_tl_rec IN c_derived_class_tl(p_derived_class_id)
233: LOOP
234: dbms_output.put_line(c_derived_class_tl_rec.language);
235: END LOOP;*/
236: delete from fnd_irep_classes_tl where class_id = p_derived_class_id ;
237: p_err_code := 0;
238: p_err_message := wf_core.translate('WF_WS_DELETE_SUCCESS');
239: exception
240: when program_exit then