Friday, July 22, 2011

Delete Concurrent Program and Executable

beginfnd_program.delete_program('SHORTNAME','APPLICATION');
fnd_program.delete_executable('SHORTNAME','APPLICATION');
commit;
dbms_output.put_line('Successfully deleted.');
exception
when others then
dbms_output.put_line('Error: '||SQLERRM||' Error code '||SQLCODE);
end;




No comments:

Post a Comment