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 DELETE_SBT_ATTRIBUTE_SET Parameters
| Parameter | Description |
|---|---|
attribute_set_name |
The name of the SBT attribute set to delete. |
comments |
Optional user supplied comment describing reason for executing this command. |