GeekInterview.com
Series: Subject: Topic:
Question: 6 of 34

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

Asked by: Interview Candidate | Asked on: May 22nd, 2007
Showing Answers 1 - 6 of 6 Answers
Kiran

Answered On : May 23rd, 2007

You can either enable or disable a concurrent program.

Can't delete them.

Yes  2 Users have rated as useful.
  
Login to rate this answer.
srujan_03

Answered On : Jun 1st, 2007

View all answers by srujan_03

fnd_request.delete_request

  
Login to rate this answer.
binurajnair

Answered On : Jun 11th, 2008

View all answers by binurajnair

Use FND_PROGRAM.DELETE_PROGRAM

Yes  1 User has rated as useful.
  
Login to rate this answer.
Temp123

Answered On : Jul 8th, 2008

View all answers 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;

Yes  1 User has rated as useful.
  
Login to rate this answer.
sunilkaswan

Answered On : Aug 20th, 2011

View all answers by sunilkaswan

From front end we can not delete the concurrent program. We can only enable or disable the program.
We can delete the concurrent program from back end.

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

Regards,

Sunil Kaswan

  
Login to rate this answer.
Lakshmi L

Answered On : Feb 1st, 2013

View all answers by Lakshmi L

We can delete the Concurrent Program from Back End.

begin
FND_PROGRAM.delete_executable(executable_short_name=>xxexe,application=>XXMZ Custom);
commit;
end;

begin
FND_PROGRAM.DELETE_PROGRAM(program_short_name=>XXCONC,application=>XXMZ Custom);
commit;
end;

  
Login to rate this answer.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

Related Open Questions

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.