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.

Open formatted source/search result

Parameters

NameTypeOutput
@ObjecKeysOfPWOQBM_YParameterListno

Referenced objects

SchemaObjectColumn/minorClass
BaseTreeOBJECT_OR_COLUMN
PersonWantsOrgOBJECT_OR_COLUMN
QBM_YParameterListTYPE

Source excerpt

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

Open full formatted source

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

ParameterTypeDirection
@ObjecKeysOfPWOqbm_yparameterlistinput

DML targets

None extracted.

Called routines

None extracted.

Read/join references

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 objectRelationEvidence
dbo.CPL_FTCCSOrgCheckWithPWOSQL expression dependencydbo · OBJECT_OR_COLUMN
dbo.CPL_FTCCSOrgCheckWithPWODetailSQL expression dependencydbo · OBJECT_OR_COLUMN
dbo.CPL_FTCCSOrgCheckWithPWOsource text referenceSQL_INLINE_TABLE_VALUED_FUNCTION
dbo.CPL_FTCCSOrgCheckWithPWODetailsource text referenceSQL_INLINE_TABLE_VALUED_FUNCTION