dbo.RMB_FTAttestationRulerAO

SQL_INLINE_TABLE_VALUED_FUNCTION

Created 2026-04-14T23:20:43.663 · modified 2026-04-14T23:20:43.663 · source: live DB sys.objects/sys.sql_expression_dependencies.

Open formatted source/search result

Parameters

NameTypeOutput
@UID_AttestationCasevarcharno

Referenced objects

SchemaObjectColumn/minorClass
attestationcaseOBJECT_OR_COLUMN
BaseTreeOBJECT_OR_COLUMN
personOBJECT_OR_COLUMN
PersonwantsorgOBJECT_OR_COLUMN
dboATT_FTOrgAttHighestOBJECT_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

1create function dbo.RMB_FTAttestationRulerAO (@UID_AttestationCase varchar(38) ) RETURNS TABLE AS RETURN ( select distinct ro.uid_person from (select p.uid_person
2, p.uid_Org as UID_PersonFK , @UID_AttestationCase as UID_AttestationCase from person p join attestationcase ac on ac.ObjectKeyBase = p.XObjectKey where
3 ac.UID_AttestationCase = @UID_AttestationCase union select p.uid_person, p.uid_Org as UID_PersonFK , @UID_AttestationCase as UID_AttestationCase from 
4attestationcase ac join Personwantsorg pwo on ac.ObjectKeyBase = pwo.XObjectKey join person p on pwo.uid_personOrdered = p.uid_person where ac.UID_AttestationCase
5 = @UID_AttestationCase ) as pp  join BaseTree o on o.uid_org = pp.uid_PersonFK cross apply dbo.ATT_FTOrgAttHighest (o.uid_Org , null , null , 1 , 0  )
6 ro   ) 
7

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:43.663

None extracted.

Summary: reads/joins person, attestationcase, Personwantsorg, BaseTree

Declared parameters

ParameterTypeDirection
@UID_AttestationCasevarchar(38)input

DML targets

None extracted.

Called routines

None extracted.

Config/session

Config: None extracted.

Session: None extracted.

DBQueue/tasks

None extracted.

Temp tables / referenced variables

Temp: None extracted.

Variables: @UID_AttestationCase

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.GEN_FT489BCC86108D3297F751C111SQL expression dependencydbo · OBJECT_OR_COLUMN