Followers

Monday, March 28, 2016

Deleting Concurrent program from backend

begin 
fnd_program.delete_program('SHORTNAME','APPLIC ATION'); 
fnd_program.delete_executable('SHORTNAME','APPLICATION'); 
COMMIT; 

end; 

No comments:

Post a Comment