This blog is sharing knowledge of my experience and others. Please do test in your test environment before deploying into prod instance.
Search This Blog
Sunday, April 5, 2015
api to delete Concurrent Program and Executable
--------Delete the programs from the application
begin
fnd_program.delete_program('program short name','schema_name');
fnd_program.delete_executable('program short name','schema_name');
commit;
end;
No comments:
Post a Comment