COMMITMENTREVALUATION (4.0SP17)

Contains exchange rate information used by the Revalue Foreign-Denominated Commitments business process.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

BASEEXCHANGERATEID

uniqueidentifier

true

The exchange rate used to convert to base amount.

ORGANIZATIONEXCHANGERATEID

uniqueidentifier

true

The exchange rate used to convert to organization amount.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

SEQUENCE

int

false

0

DATE

datetime

false

The date of this revaluation

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_COMMITMENTREVALUATION_BASEEXCHANGERATEID

BASEEXCHANGERATEID

False

False

False

IX_COMMITMENTREVALUATION_DATEADDED

DATEADDED

False

False

True

IX_COMMITMENTREVALUATION_DATECHANGED

DATECHANGED

False

False

False

IX_COMMITMENTREVALUATION_ORGANIZATIONEXCHANGERATEID

ORGANIZATIONEXCHANGERATEID

False

False

False

PK_COMMITMENTREVALUATION

ID

True

True

False

Triggers
Trigger Name Description

TR_COMMITMENTREVALUATION_AUDIT_UPDATE

TR_COMMITMENTREVALUATION_AUDIT_DELETE

Referenced by
Referenced by Field

REVENUECOMMITMENTREVALUATION

COMMITMENTREVALUATIONID