Last Updated: 7/22/2025 8:42:49 PM
Intergy Version: 22.00.00.00
PlanClaimActivity
Table Definition  Parent Tables  Child Tables
Table DefinitionField | 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 Table | Join Phrase | When 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 Table | Join Phrase | When deleting PlanClaimActivity record... |
---|