Delete the concurrent programs from the application

Delete the concurrent programs from the application, www.askhareesh.com

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

*/

No comments:

Post a Comment