LOCK_LEVEL_ATTRIBUTE Procedure
 
This procedure locks the level attribute metadata for update by acquiring a database lock on the row that identifies the level attribute in the CWM2 model table.
 
Syntax
LOCK_LEVEL_ATTRIBUTE (
           dimension_owner            IN   VARCHAR2,
           dimension_name             IN   VARCHAR2,
           dimension_attribute_name   IN   VARCHAR2,
           level_name                 IN   VARCHAR2,
           level_attribute_name       IN   VARCHAR2,
           wait_for_lock              IN   BOOLEAN DEFAULT FALSE);
 
Parameters
 Table 22-7  LOCK_LEVEL_ATTRIBUTE Procedure Parameters
 
Exceptions
 
 Table 22-8  LOCK_LEVEL_ATTRIBUTE Procedure Exceptions