Deleting the Concurrent Program,Data definitions and Templates from backend

Xml Publisher ( How to Delete Concurrent Program Data Definition & Template from Back end )


Begin
fnd_program.delete_program('program short name','
APPLICATION_SHORT_NAME');
fnd_program.delete_executable('program short name','
APPLICATION_SHORT_NAME');
commit;
End;

Script for deleting the datadefinition
------------------------------------------------>
BEGIN
XDO_DS_DEFINITIONS_PKG.DELETE_ROW('INV','NRGINTR');
END;
--------------------------------------------------------
--------------------------------------------------------
script for deleting the template 
------------------------------------------------------>
BEGIN
XDO_TEMPLATES_PKG.DELETE_ROW('INV','NRGINTR');
END;

No comments:

Post a Comment

Oracle Application Story

Oracle Application Story :- ----------------------------- This article is design to explain what's all about the Ora...