GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  AOL
Go To First  |  Previous Question  |  Next Question 
 AOL  |  Question 29 of 34    Print  
How can we delete a Concurrent Program which is already registered?

  
Total Answers and Comments: 4 Last Update: July 08, 2008     Asked by: Shrin 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: Temp123
 

Through the Application Front end its not possible to delete CP. But from backend we can delete it.

TO DELETE CONCURRENT PROGRAM
---------------------------------------------

begin
fnd_program.delete_program('SHORTNAME','APPLICATION');
fnd_program.delete_executable('SHORTNAME','APPLICATION');
end;



Above answer was rated as good by the following members:
anil.bejugam
May 23, 2007 09:16:39   #1  
Kiran        

RE: How can we delete a Concurrent Program which is al...
You can either enable or disable a concurrent program.

Can't delete them.

 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    
June 01, 2007 03:27:32   #2  
srujan_03 Member Since: May 2007   Contribution: 1    

How can we delete a Concurrent Program which is al...
fnd_request.delete_request
 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    
June 11, 2008 06:15:05   #3  
binurajnair Member Since: February 2008   Contribution: 15    

RE: How can we delete a Concurrent Program which is already registered?

Use FND_PROGRAM.DELETE_PROGRAM


 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    
July 08, 2008 05:24:20   #4  
Temp123 Member Since: July 2008   Contribution: 1    

RE: How can we delete a Concurrent Program which is already registered?

Through the Application Front end its not possible to delete CP. But from backend we can delete it.

TO DELETE CONCURRENT PROGRAM
---------------------------------------------

begin
fnd_program.delete_program('SHORTNAME' 'APPLICATION');
fnd_program.delete_executable('SHORTNAME' 'APPLICATION');
end;


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape