1.
BEGIN
JDR_UTILS.LISTCUSTOMIZATIONS('/oracle/apps/per/selfservice/absence/server/AbsenceReplacedByLovVO');
END;
2.
copy the link from 1 and paste in 2,
begin
jdr_utils.printdocument('/oracle/apps/per/selfservice/absence/server/customizations/site/0/AbsenceReplacedByLovVO');
end;
3.
to delete the customization enter the output from 2 and paste it in 3
begin
jdr_utils.deletedocument('/oracle/apps/per/selfservice/absence/server/customizations/site/0/AbsenceReplacedByLovVO');
end;
BEGIN
JDR_UTILS.LISTCUSTOMIZATIONS('/oracle/apps/per/selfservice/absence/server/AbsenceReplacedByLovVO');
END;
2.
copy the link from 1 and paste in 2,
begin
jdr_utils.printdocument('/oracle/apps/per/selfservice/absence/server/customizations/site/0/AbsenceReplacedByLovVO');
end;
3.
to delete the customization enter the output from 2 and paste it in 3
begin
jdr_utils.deletedocument('/oracle/apps/per/selfservice/absence/server/customizations/site/0/AbsenceReplacedByLovVO');
end;
No comments:
Post a Comment