Home > Advanced Programming Techni... > Using Collections > Truncating a Collection
If you truncate a collection, you remove all members from the specified collection, but the named collection remains in place, for example:
APEX_COLLECTION.TRUNCATE_COLLECTION( p_collection_name => collection name );