dbo.QER_PQERBufferRecalcDMDel
SQL_STORED_PROCEDURE
Created 2025-06-27T18:01:06.050 · modified 2026-04-14T23:20:38.213 · source: live DB sys.objects/sys.sql_expression_dependencies.
Parameters
| Name | Type | Output |
|---|---|---|
@UsageArea | varchar | no |
Referenced objects
| Schema | Object | Column/minor | Class |
|---|---|---|---|
| QBM_PSessionErrorAdd | OBJECT_OR_COLUMN | ||
| QER_P98F5E10C6A9349A1EBFB2C2_ | OBJECT_OR_COLUMN | ||
| dbo | QBM_FGISessionErrorRethrow | OBJECT_OR_COLUMN |
Source excerpt
First extracted SQL definition lines from the exported source. Use the full source page for complete context.
1create procedure QER_PQERBufferRecalcDMDel (@UsageArea varchar(1) ) as begin declare @Lauf int = 1 SET XACT_ABORT OFF BEGIN TRY set deadlock_priority 2 -10 set lock_timeout 50 while @Lauf > 0 begin exec @Lauf = QER_P98F5E10C6A9349A1EBFB2C2_ @UsageArea end END TRY BEGIN 3 CATCH exec QBM_PSessionErrorAdd default declare @Rethrow varchar(1000) = dbo.QBM_FGISessionErrorRethrow() RAISERROR (@Rethrow, 18, 1) WITH NOWAIT END 4CATCH set lock_timeout -1 endLabel: return end 5
Module relation graph
Loading module relation graph…
Source-derived context
Generated from exported SQL module definitions plus read-only sandbox sys.objects/sys.parameters/sys.sql_expression_dependencies metadata. This is factual source evidence, not a semantic guess.
provenance: SQL definition export provenance: sandbox DB metadata modified: 2026-04-14T23:20:38.213
has TRY/CATCH error handling
Summary: calls QER_P98F5E10C6A9349A1EBFB2C2_, QBM_PSessionErrorAdd
Declared parameters
| Parameter | Type | Direction |
|---|---|---|
@UsageArea | varchar(1) | input |
DML targets
None extracted.Called routines
Read/join references
None extracted.
SQL dependency metadata
Config/session
Config: None extracted.
Session: None extracted.
DBQueue/tasks
None extracted.Temp tables / referenced variables
Temp: None extracted.
Variables: @UsageArea @Lauf @Rethrow
Referenced by / reverse dependencies
Generated from live DB metadata, FK rows, and exported SQL dependency/source extraction. This is factual linkage evidence, not inferred behavior.
| Referencing object | Relation | Evidence |
|---|---|---|
| dbo.ATT_ZAttHelperFill_Delete | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QER_ZITShopHelperFill_Delete | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.ATT_ZAttHelperFill_Delete | source text reference | has TRY/CATCH error handling |
| dbo.QER_ZITShopHelperFill_Delete | source text reference | has TRY/CATCH error handling |