Remove OAF Customization

First, list your customization to get the exact path:
begin
  jdr_utils.listdocuments('/oracle/apps/ar/hz/components/search/server',TRUE);
end;
Then, remove it:
begin
  jdr_utils.deletedocument(p_document => '/oracle/apps/ar/hz/components/search/server/customizations/site/0/HzPuiDQMSrchResultsVO');
  COMMIT;
end;

Comments

  1. This comment has been removed by a blog administrator.

    ReplyDelete

Post a Comment

Popular posts from this blog

How to create a custom integration interface in SOA Gateway

Status of a customer

Fix for java.sql.SQLException: Invalid column type when extending a VO