dbo.QER_PITShopOrderMove

SQL_STORED_PROCEDURE

Created 2025-06-27T18:01:06.390 · modified 2026-04-14T23:20:38.940 · source: live DB sys.objects/sys.sql_expression_dependencies.

Open formatted source/search result

Parameters

NameTypeOutput
@UID_PersonWantsOrgvarcharno
@UID_BOTargetvarcharno
@GenProcIDvarcharno
@useCopyFlagbitno
@IsRemovePersonFromShopbitno

Referenced objects

SchemaObjectColumn/minorClass
QBM_PSessionErrorAddOBJECT_OR_COLUMN
QBM_YParameterListTYPE
QER_PITShopOrderMove_bulkOBJECT_OR_COLUMN

Source excerpt

First extracted SQL definition lines from the exported source. Use the full source page for complete context.

Open full formatted source

1       create   procedure QER_PITShopOrderMove (@UID_PersonWantsOrg varchar(38)  , @UID_BOTarget varchar(38)  , @GenProcID varchar(38) , @useCopyFlag
2 bit = 1 , @IsRemovePersonFromShop bit = 0   ) as begin declare @Pwo QBM_YParameterList SET XACT_ABORT OFF BEGIN TRY insert into @Pwo(Parameter1, Parameter2
3, Parameter3, HasContentFull) select @UID_PersonWantsOrg, @UID_BOTarget, @GenProcID, @IsRemovePersonFromShop exec QER_PITShopOrderMove_bulk @PWO END TRY
4 BEGIN CATCH exec QBM_PSessionErrorAdd default RAISERROR ('', 18, 1) WITH NOWAIT END CATCH  ende: 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.940

has TRY/CATCH error handling

Summary: calls QER_PITShopOrderMove_bulk, QBM_PSessionErrorAdd; writes INSERT into

Declared parameters

ParameterTypeDirection
@UID_PersonWantsOrgvarchar(38)input
@UID_BOTargetvarchar(38)input
@GenProcIDvarchar(38)input
@useCopyFlagbitinput
@IsRemovePersonFromShopbitinput

DML targets

INSERT into

Read/join references

None extracted.

Config/session

Config: None extracted.

Session: None extracted.

DBQueue/tasks

None extracted.

Temp tables / referenced variables

Temp: None extracted.

Variables: @UID_PersonWantsOrg @UID_BOTarget @GenProcID @useCopyFlag @IsRemovePersonFromShop @Pwo @PWO

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.