Validates that function does not exist in the database. Assert will fail when object is found in the database.
EXEC DBTD_ASSERT_FUNC_NOT_EXISTS 'fnBoo', 'Cannot find object';