DBA Data[Home] [Help]

APPS.FII_FIN_CAT_MAINTAIN_PKG dependencies on APP_EXCEPTION

Line 146: app_exception.raise_exception;

142: return;
143: elsif ( lkresult = 1 ) then
144: -- Dimension Hierarchy Manager is locking out value set
145: FII_UTIL.Write_Log( 'DHM is locking out value set: ' || fvsid);
146: app_exception.raise_exception;
147: else
148: FII_UTIL.Write_Log( 'Error when locking out value set: ' || fvsid);
149: app_exception.raise_exception;
150: end if;

Line 149: app_exception.raise_exception;

145: FII_UTIL.Write_Log( 'DHM is locking out value set: ' || fvsid);
146: app_exception.raise_exception;
147: else
148: FII_UTIL.Write_Log( 'Error when locking out value set: ' || fvsid);
149: app_exception.raise_exception;
150: end if;
151:
152: END lock_flex_value_set;
153: