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;
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