Oracle Applications Knowledge Repository
Sunday, June 16, 2013
API to Delete Data Definition and Data Template
BEGIN
XDO_DS_DEFINITIONS_PKG.DELETE_ROW('PER','XXX_BANK_FILE'); -- Module Short Name & Concurrent Program Short Name
END;
BEGIN
XDO_TEMPLATES_PKG.DELETE_ROW('PER','XXX_BANK_FILE'); -- Module Short Name & Concurrent Program Short Name
END;
1 comment:
Unknown
October 4, 2018 at 5:09 AM
Not only this We need to delete in XDO_LOBS too
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Not only this We need to delete in XDO_LOBS too
ReplyDelete