begin
fnd_program.delete_program(‘SHORTNAME’,’APPLIC ATION’);
fnd_program.delete_executable(‘SHORTNAME’,’APP LICATION’);
COMMIT;
end;
EXEMPLO:
Begin
fnd_program.delete_program(‘EMPDTLSREP’, ‘apps’ );
fnd_program.delete_executable(‘EMPDTLSEXE’, ‘apps’ );
commit;
End;