Monday, October 26, 2015

Delete concurrent program and Executable through backed

BEGIN
fnd_program.delete_program('program short name','schema');
fnd_program.delete_executable('program short name','schema');
COMMIT;
END;

No comments:

Post a Comment