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.

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 content from the model with the ID value 1.

EXECUTE SDO_NFE.DELETE_ALL_FT_LAYERS(1);