DBA Data[Home] [Help]

APPS.MSC_UPDATE_RESOURCE dependencies on MSC_UNDO_SUMMARY_S

Line 338: select msc_undo_summary_s.nextval

334: x_msg_data varchar2(200);
335: i number;
336: begin
337:
338: select msc_undo_summary_s.nextval
339: into v_undo_id
340: from dual;
341:
342: if undo_type = 2 then -- update

Line 409: select msc_undo_summary_s.nextval

405: x_return_sts varchar2(100);
406: x_msg_count number;
407: x_msg_data varchar2(200);
408: begin
409: select msc_undo_summary_s.nextval
410: into v_undo_id
411: from dual;
412:
413: if undo_type = 2 then -- update