dbo.QER_FTPWOAssigmentSplitForBHO
SQL_INLINE_TABLE_VALUED_FUNCTION
Created 2026-04-14T23:17:27.487 · modified 2026-04-14T23:17:27.487 · source: live DB sys.objects/sys.sql_expression_dependencies.
Parameters
| Name | Type | Output |
|---|---|---|
@ObjecKeysOfPWO | QBM_YParameterList | no |
Referenced objects
| Schema | Object | Column/minor | Class |
|---|---|---|---|
| BaseTree | OBJECT_OR_COLUMN | ||
| PersonWantsOrg | OBJECT_OR_COLUMN | ||
| QBM_YParameterList | TYPE |
Source excerpt
First extracted SQL definition lines from the exported source. Use the full source page for complete context.
1create function dbo.QER_FTPWOAssigmentSplitForBHO (@ObjecKeysOfPWO QBM_YParameterList readonly ) returns table as return( select b.UID_Org , pwo.ObjectKeyElementUsedInAssign 2 as ObjectKey , pwo.UID_PersonWantsOrg from @ObjecKeysOfPWO o join PersonWantsOrg pwo on o.Parameter1 = pwo.XObjectKey join BaseTree b on pwo.ObjectKeyOrgUsedInAssign 3 = b.XObjectKey ) 4
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:17:27.487
None extracted.
Summary: reads/joins PersonWantsOrg, BaseTree
Declared parameters
| Parameter | Type | Direction |
|---|---|---|
@ObjecKeysOfPWO | qbm_yparameterlist | input |
DML targets
None extracted.Called routines
None extracted.
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: @ObjecKeysOfPWO
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.CPL_FTCCSOrgCheckWithPWO | SQL expression dependency | dbo · OBJECT_OR_COLUMN |
| dbo.CPL_FTCCSOrgCheckWithPWODetail | SQL expression dependency | dbo · OBJECT_OR_COLUMN |
| dbo.CPL_FTCCSOrgCheckWithPWO | source text reference | SQL_INLINE_TABLE_VALUED_FUNCTION |
| dbo.CPL_FTCCSOrgCheckWithPWODetail | source text reference | SQL_INLINE_TABLE_VALUED_FUNCTION |