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

Intergy Version: 22.00.00.00

ResponsibilityTransfer

Table Definition  Parent Tables  Child Tables

Table Definition

Description: This table is used to record the transfer of responsibility for a charge.

Field Datatype Default Null Option Comment
ChargeSID INTEGER ?   MANDATORY FK
ActivityCount INTEGER 0   MANDATORY FK
TransferType CHARACTER(1)   OPTIONAL Programmatically set type of transfer. Possible values are (M)anual (A)utomatic
RespPartyType CHARACTER(1)   MANDATORY Determines if responsibility is for guarantor or plan.
RespPartyID INTEGER ?   OPTIONAL FK
PolicyNumber CHARACTER(20)   OPTIONAL Policy number.
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.
RespCoverageOrder INTEGER 0   MANDATORY Coverage order of the responsible party on the charge. A value of 99 means guarantor.

Parent Tables
Parent TableJoin PhraseWhen deleting parent record...
Policy ResponsibilityTransfer.RespPartyID = Policy.PlanID and
ResponsibilityTransfer.PolicyNumber = Policy.PolicyNumber
RESTRICT if ResponsibilityTransfer exists
ChargeActivity ResponsibilityTransfer.ChargeSID = ChargeActivity.ChargeSID and
ResponsibilityTransfer.ActivityCount = ChargeActivity.ActivityCount
CASCADE if ResponsibilityTransfer exists

Child Tables
Child TableJoin PhraseWhen deleting ResponsibilityTransfer record...