dbo.QER_PITShopHelperFill
SQL_STORED_PROCEDURE
Created 2025-06-27T18:01:05.933 · modified 2026-04-14T23:20:38.043 · source: live DB sys.objects/sys.sql_expression_dependencies.
Parameters
| Name | Type | Output |
|---|---|---|
@uid_Personwantsorg | varchar | no |
@GenProcID | varchar | no |
@isNewDecisionLevel | bit | no |
@CurrentLevelOnly | int | no |
Referenced objects
| Schema | Object | Column/minor | Class |
|---|---|---|---|
| QBM_PSessionErrorAdd | OBJECT_OR_COLUMN | ||
| QBM_YParameterlist | TYPE | ||
| QER_PITShopHelperFill_bulk | OBJECT_OR_COLUMN | ||
| dbo | QBM_FCVIntToString | OBJECT_OR_COLUMN |
Source excerpt
First extracted SQL definition lines from the exported source. Use the full source page for complete context.
1 create procedure QER_PITShopHelperFill (@uid_Personwantsorg varchar(38) , @GenProcID varchar(38) , @isNewDecisionLevel bit = 0 , @CurrentLevelOnly 2 int = 0 ) with execute as 'dbo' as begin declare @PWOs QBM_YParameterlist SET XACT_ABORT OFF BEGIN TRY insert into @PWOs (Parameter1, Parameter2, 3 Parameter3, HasContentFull) select @uid_Personwantsorg, @GenProcID, dbo.QBM_FCVIntToString(@CurrentLevelOnly), @isNewDecisionLevel exec QER_PITShopHelperFill_bulk 4 @PWOs END TRY BEGIN CATCH exec QBM_PSessionErrorAdd default RAISERROR ('', 18, 1) WITH NOWAIT END CATCH ende: revert 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.043
has TRY/CATCH error handling
Summary: calls as, QER_PITShopHelperFill_bulk, QBM_PSessionErrorAdd; writes INSERT into
Declared parameters
| Parameter | Type | Direction |
|---|---|---|
@uid_Personwantsorg | varchar(38) | input |
@GenProcID | varchar(38) | input |
@isNewDecisionLevel | bit | input |
@CurrentLevelOnly | int | input |
DML targets
INSERT intoCalled 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: @uid_Personwantsorg @GenProcID @isNewDecisionLevel @CurrentLevelOnly @PWOs
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.
No reverse dependencies extracted.