dbo.QBM_PBufferT_FillTable
SQL_STORED_PROCEDURE
Created 2025-06-27T17:57:30.177 · modified 2026-04-14T23:14:36.490 · source: live DB sys.objects/sys.sql_expression_dependencies.
Parameters
| Name | Type | Output |
|---|---|---|
@TempTableName | nvarchar | no |
@TargetModule | varchar | no |
@TableName | varchar | no |
@RowCondition | nvarchar | no |
@ModuleName | varchar | no |
Referenced objects
| Schema | Object | Column/minor | Class |
|---|---|---|---|
| DialogTable | OBJECT_OR_COLUMN | ||
| QBM_PBufferT_FillColumn | OBJECT_OR_COLUMN | ||
| QBM_PJournal | OBJECT_OR_COLUMN | ||
| QBM_PSessionErrorAdd | OBJECT_OR_COLUMN | ||
| QBM_YCursorBuffer | TYPE | ||
| dbo | QBM_FCVStringToIndent | OBJECT_OR_COLUMN | |
| dbo | QBM_FGIColumnExists | OBJECT_OR_COLUMN | |
| dbo | QBM_FGIDBOwner | OBJECT_OR_COLUMN | |
| dbo | QBM_FGISessionErrorRethrow | OBJECT_OR_COLUMN | |
| dbo | QBM_FSQTableRowOwnedByModule | OBJECT_OR_COLUMN |
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:14:36.490
has TRY/CATCH error handling
Summary: calls QBM_PJournal, QBM_PSessionErrorAdd, QBM_PBufferT_FillColumn; writes INSERT into; reads/joins DialogTable, DialogColumn, information_schema, QBMBufferConfig
Declared parameters
| Parameter | Type | Direction |
|---|---|---|
@TempTableName | nvarchar(64) | input |
@TargetModule | varchar(3) | input |
@TableName | varchar(30) | input |
@RowCondition | nvarchar | input |
@ModuleName | varchar(3) | input |
DML targets
INSERT intoCalled routines
Read/join references
SQL dependency metadata
Config/session
Config: None extracted.
Session: None extracted.
DBQueue/tasks
None extracted.Temp tables / referenced variables
Temp: None extracted.
Variables: @TempTableName @TargetModule @TableName @RowCondition @ModuleName @DebugLevel @DebugSwitch @cmd @columnname @ErrorMessage @ErrorSeverity @ErrorState @ColumnNames @ElementCount @ElementIndex @RowCondition_Table @RowCondition_Intern @Cmd @procid @rowcondition @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.QBM_PBufferT_FillOneObject | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QBM_PBufferT_FillSnapshot | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QBM_PBufferT_FillOneObject | source text reference | has TRY/CATCH error handling |
| dbo.QBM_PBufferT_FillSnapshot | source text reference | has TRY/CATCH error handling |