Monday, 26 January 2015

How to Delete Concurrent Program

Delete Script for Concurrent Program


Syntax  :

  fnd_program.delete_program('CP Short Name','Application Short Name');
 fnd_program.delete_executable('Executable Short Name','Application Short Name');


Example :

begin
  fnd_program.delete_program('XXLOGRPT','SQLAP');
  fnd_program.delete_executable ('XXLOGRPT','SQLAP');
end;


commit;

No comments:

Post a Comment