dbo.SXARCMWorksheetTransferTransaction 
Default Table Name  SXARCMWorksheetTransferTransaction 
Definition  Table is a container for transferred transactions. 

dbo.SXARCMWorksheetTransferTransaction Columns 
ColumnName  Domain  Datatype  NULL  Definition 
Build    int  NO  Identifies the build number and patch level of the software that inserted/updated this row. The format is the Build number followed by 3 digits for the patch level which is typically 000. The build number is tied to specific versions of the software, e.g. Sunrise 15.3 is Build 5021, Sunrise 16.3 is Build 5503. 
TouchedBy    varchar(50)  NO  Information about the user that last updated the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. 
TouchedWhenUTC    datetimeoffset(3)  NO  The date and time that the row was last updated including the time zone offset from UTC, for example 2015-01-30 04:55:04.372 -05:00. The date and time is based on the Enterprise Time Zone. 
CreatedBy    varchar(50)  NO  Information about the user that created the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. 
CreatedWhenUTC    datetimeoffset(3)  NO  The date and time that the row was created including the time zone offset from UTC, for example 2015-01-30 04:55:04.372 -05:00. The date and time is based on the Enterprise Time Zone. 
MSRowVersion    timestamp  NO  Optimistic lock identifier using rowversion datatype. 
WorksheetTransferTransactionID(PK)    bigint  NO  Auto generated unique primary key value. 
TransferReasonTypeID(FK)    int  NO  A foreign key to the TransferReasonTypeID column in the SXARCMTransferReasonType table. 
FromWorksheetID(FK)    bigint  NO  A foreign key to the WorksheetID column in the SXARCMWorksheet table. 
ToWorksheetID(FK)    bigint  NO  A foreign key to the WorksheetID column in the SXARCMWorksheet table. 
Amount    numeric(19, 4)  NO  Amount for Worksheet Transfer Transaction 
TransactionCodeMasterID(FK)    int  NO  A foreign key to the TransactionCodeMasterID column in the SXARCMTransactionCodeMaster table. 
IsSystemDefined    bit  NO  Indicates if the record is system defined 
TransferTypeID(FK)    int  NO  A foreign key to the TransferTypeID column in the SXARCMTransferType table. 
TransferredTransactionID(FK)    bigint  YES  A foreign key to the TransactionID column in the SXARCMTransaction table. 
TransactionYear(FK)    int  YES  A foreign key to the TransactionYear column in the SXARCMTransaction table. 
ParentWorksheetTransferTransactionID(FK)    bigint  YES  A foreign key to the WorksheetTransferTransactionID column in the SXARCMWorksheetTransferTransaction table. 
FromWorksheetYear(FK)    int  NO  A foreign key to the WorkSheetYear column in the SXARCMWorksheet table. 
ToWorksheetYear(FK)    int  NO  A foreign key to the WorkSheetYear column in the SXARCMWorksheet table. 
ClaimLineID(FK)    bigint  YES  A foreign key to the ClaimLineID column in the SXARCMClaimLine table. 
ClaimAdjustmentReasonID(FK)    bigint  YES  A foreign key to the ClaimAdjustmentReasonID column in the SXARCMClaimAdjustmentReason table. 
ClaimAllocationAdjustmentReasonID(FK)    bigint  YES  A foreign key to the ClaimAllocationAdjustmentReasonID column in the SXARCMClaimAllocationAdjustmentReason table. 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
IsAcceleratedPRTransfer    bit  NO  accelerated billing Patient Responsibility transfer 
IsReconcileAcceleratedPRTransfer    bit  NO  acceleretaed billing PR reconciliation when electronic payment(835) is received 
TaxAmount    SXACurrencyDt  YES  This column is used to store Tax part of PR Amount 
IsSystemPRTransfer    bit  NO  flag if a PR transfer has been applied by SFM to avoid PR over statement 
EpisodeYear(FK)    int  YES  A foreign key to the EpisodeYear column in the SXARCMClaimAdjustmentReason table. 

dbo.SXARCMWorksheetTransferTransaction Primary and Unique Keys 
Key Name  Key Type  Keys 
SXARCMWorksheetTransferTransactionPK  PrimaryKey  WorksheetTransferTransactionID