Search This Blog

Sunday, April 5, 2015

api to delete Concurrent Program and Executable

--------Delete the programs from the application
begin
fnd_program.delete_program('program short name','schema_name');
fnd_program.delete_executable('program short name','schema_name');
commit;
end;

schema_name = appl short name

No comments:

Post a Comment