7.8 SDO_NFE.DELETE_ALL_WORKSPACES

Format

SDO_NFE.DELETE_ALL_WORKSPACES(
     model_id  IN NUMBER);

Description

Dropa all the workspaces related to the specified NFE model, along with their relationship to the model.

Parameters

model_id

ID of the NFE model.

Usage Notes

This procedure is mainly used before deleting a model and its structure from the database.

Examples

The following example deletes all workspaces related to the model with ID value 1.

EXECUTE SDO_NFE.DELETE_ALL_WORKSPACES(1);