NAMINGOPPORTUNITYRECOGNITIONINSTALLEDLOCATION (4.0SP17)

Stores installed locations associated with a naming opportunity recognition record.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

NAMINGOPPORTUNITYRECOGNITIONID

uniqueidentifier

false

The naming opportunity recognition to which this location applies.

TYPECODEID

uniqueidentifier

false

The type of item that the name will appear on.

STATUSCODEID

uniqueidentifier

true

The current status of the creation and placement of the named item.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

LOCATION

nvarchar(100)

false

''

The specific location where the name will be placed.

STATUSDATE

UDT_FUZZYDATE

false

'00000000'

The date associated with the current status.

SEQUENCE

int

false

0

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_NAMINGOPPORTUNITYRECOGNITIONINSTALLEDLOCATION_DATEADDED

DATEADDED

False

False

True

IX_NAMINGOPPORTUNITYRECOGNITIONINSTALLEDLOCATION_DATECHANGED

DATECHANGED

False

False

False

IX_NAMINGOPPORTUNITYRECOGNITIONINSTALLEDLOCATION_NAMINGOPPORTUNITYRECOGNITIONID

NAMINGOPPORTUNITYRECOGNITIONID

False

False

False

PK_NAMINGOPPORTUNITYRECOGNITIONINSTALLEDLOCATION

ID

True

True

False

Triggers
Trigger Name Description

TR_NAMINGOPPORTUNITYRECOGNITIONINSTALLEDLOCATION_AUDIT_UPDATE

TR_NAMINGOPPORTUNITYRECOGNITIONINSTALLEDLOCATION_AUDIT_DELETE