Monday, April 20, 2009

Script to delete the concurrent program from Oracle

Begin
fnd_program.delete_program('program short name','schema');
fnd_program.delete_executable('program short name','schema');
commit;
End;

1 comment:

Gowtham said...

Thank you very much arun.

In that by schema it is not working.

actually that is appln short name.