DELETE_SBT_ATTRIBUTE_SET
This procedure deletes the specified SBT attribute set.
Syntax
PROCEDURE delete_sbt_attribute_set( attribute_set_name IN VARCHAR2, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-22 DELETE_SBT_ATTRIBUTE_SET Parameters
Parameter | Description |
---|---|
|
The name of the SBT attribute set to delete. |
|
Optional user supplied comment describing reason for executing this command. |