7.7 SDO_NFE.DELETE_ALL_FT_LAYERS
Format
SDO_NFE.DELETE_ALL_FT_LAYERS( model_id IN NUMBER);
Description
Drops all content in a specified 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 content from the model with the ID value 1.
EXECUTE SDO_NFE.DELETE_ALL_FT_LAYERS(1);
Parent topic: SDO_NFE Package Subprograms