Last Updated: 7/22/2025 8:42:49 PM

Intergy Version: 22.00.00.00

PlanClaimActivity

Table Definition  Parent Tables  Child Tables

Table Definition

Description: Stores activities performed by users while working claims.

Field Datatype Default Null Option Comment
PlanClaimActivitySID INTEGER ?   MANDATORY System generated unique id using the sequence PlanClaimActivity.
PlanID INTEGER ?   MANDATORY FK - from PlanClaim table
PolicyNumber CHARACTER(20)   MANDATORY FK - from PlanClaim table
ClaimSID INTEGER ?   MANDATORY FK - from PlanClaim table
ActivityType CHAR(20)   MANDATORY System defined. Field is supported by the lookup types:[PlanClaimActivityType]. Values are defined in the LookupCode table for the above lookup types.
Note CHAR(28000)   OPTIONAL Additional details of the activity that has taken place for the Plan Claim.
ExternalUnique CHAR(200)   OPTIONAL Holds the unique identifier for the Plan Claim linked entity.
ActivityDateTime DATETIME   MANDATORY Date and time when the activity occurred.
PracticeID INTEGER ?   OPTIONAL FK
TimeStamp CHARACTER(14)   OPTIONAL System generated date/time stamp record was last written.
LastUser INTEGER ?   OPTIONAL User ID of user that last wrote the record.
CreateStamp CHARACTER(14)   OPTIONAL System generated date/time stamp record was created.
CreateUser INTEGER ?   OPTIONAL User ID of user that created the record.

Parent Tables
Parent TableJoin PhraseWhen deleting parent record...
Practice PlanClaimActivity.PracticeID = Practice.PracticeID CASCADE if PlanClaimActivity exists
PlanClaim PlanClaimActivity.PlanID = PlanClaim.PlanID and
PlanClaimActivity.PolicyNumber = PlanClaim.PolicyNumber and
PlanClaimActivity.ClaimSID = PlanClaim.ClaimSID
CASCADE if PlanClaimActivity exists

Child Tables
Child TableJoin PhraseWhen deleting PlanClaimActivity record...