How to Delete Oracle Concurrent Program


Begin
fnd_program.delete_program('SHORTNAME','APPLICATION');
fnd_program.delete_executable('SHORTNAME','APPLICATION');
End ;
COMMIT; 

Comments

Popular posts from this blog

Oracle Shipping Network SQL Query

Advance Supply Chaining Scripts - ASCP Full Pegging Concept Script

How to call Auto invoice Import Program from Back end