ORACLE

ORACLE
Let us share our knowledge to the world of oracle apps. I am trying my best to do so and I request every one to contribute their part. If you have any thing useful related to oracle apps, do send me I will post in my blog on behalf of you. If you like my blog tell the world about it, else tell me i will improve. You can suggest me, what exactly you want on oracle apps. Mail your queries.

Wednesday, December 28, 2011

Standard API to Delete Concurrent Program and executable

This blog is about to delete Concurrent Program and executables through Standard API..
1) Create a excel(Data File) with requried details as said below in sample query
2) load that excel values in a staging tabel through sql loader or through toad
3)Delete your Concurrent Program and executables with below said Standard API .
fnd_program.delete_program('program short name','schema');
fnd_program.delete_executable('program short name','schema');

No comments:

Post a Comment