Monday, August 12, 2013

APIs to Delete Concurrent Program

Many a times we had defined concurrent program wrongly and wondered how to delete it.
 
Well Oracle does provide an API to accomplish it.

API to delete the program
fnd_program.delete_program('Short Name', 'Application');

API to delete the executable 
fnd_program.delete_executable('Short Name', 'Application');
Do remember to issue the commit after you are done.

No comments:

Post a Comment