Showing posts with label Delete concurrent program from backend. Show all posts
Showing posts with label Delete concurrent program from backend. Show all posts

Tuesday, 10 May 2011

Delete concurrent program from backend


Delete concurrent program from backend

begin
fnd_program.delete_program('short name of the concurrent program to be deleted','Schema');
fnd_program.delete_executable('short name of the concurrent program to be deleted','Schema');
commit;
end;