oracle concepts for you
Wednesday, 17 July 2013
Deleting Concurrent Program in Oracle
To Delete a concurrent program and executable, use the below script:
Begin
fnd_program.delete_program('program short name','schema');
fnd_program.delete_executable('program short name','schema'
);
commit
;
End
;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment