Previous  Next          Contents  Index  Glossary  Library

Total

Syntax

procedure Total

    (itemtype in varchar2 default null,
     itemkey in varchar2,
      enddate in date default sysdate);

Description

Deletes all obsolete runtime item type and activity data associated with the specified item type and have an END_DATE less than or equal to the specified end date.

Arguments (input)

itemtypeItem type associated with the obsolete runtime data you want to delete. Leave this argument null to delete obsolete runtime data for all item types.
itemkey A string generated from the application object's primary key. The string uniquely identifies the item within an item type. If null, the procedure purges all items in the specified itemtype.
enddate Specified date to delete up to.


         Previous  Next          Contents  Index  Glossary  Library