dbo.SXARCMStatementTransactionInfo 
Default Table Name  SXARCMStatementTransactionInfo 
Definition  Table is a container for statement transactions. 

dbo.SXARCMStatementTransactionInfo 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. 
StatementRCTransactionInfoId(PK)    bigint  NO  Auto generated unique primary key value. 
StatementArtifactID(FK)    bigint  NO  A foreign key to the StatementArtifactID column in the SXARCMStatementArtifact table. 
TransactionID(FK)    bigint  YES  A foreign key to the TransactionID column in the SXARCMTransaction table. 
BatchID    bigint  YES  A foreign key to the BatchID column in the SXARCMBatch table. 
PostedUTC    datetimeoffset(3)  YES  Contains the Posted UTC of the transaction 
TransactionCodeMasterID    int  NO  Contains the TransactionCodeMasterID of the transaction 
Amount    SXACurrencyDt  NO  Contains the Amount of the transaction 
VisitID    bigint  YES  Contains the VisitID of the transaction 
ReverseTransactionID    bigint  YES  Contains the Reverse TransactionID 
TransactionCodeDescription    nvarchar(100)  YES  Contains the Transaction Code Description 
IsLateCharge    bit  NO  Contains the LateCharge status 
PostingStatus    int  YES  Contains the Posting Status 
IsEditedAfterPost    bit  NO  Contains the EditedAfterPost status 
IsAutoGenerated    bit  NO  Contains the AutoGenerated status 
TransactionNote    varchar(600)  YES  PHI: Contains the Transaction Note 
IsTransferred    bit  NO  Contains the Transferred status 
TransactionYear(FK)    int  NO  A foreign key to the TransactionYear column in the SXARCMTransaction table. 
EpisodeID    bigint  NO  Contains the Episode ID associated to the transaction 
WorksheetID    bigint  NO  Contains the WorksheetID associated to the transaction 
WorksheetTypeID    int  NO  Contains the Worksheet Type ID of the worksheet 
WorkSheetYear    int  NO  Contains the statement artifact Id's WorksheetYear to which the records are associated 
TransactionType    varchar(50)  YES  Transaction Type Information like Charge, Adjustment etc. 
TransactionCodeMaster    varchar(50)  YES  Transaction Code Master information 
WorksheetTransferTransactionID(FK)    bigint  YES  A foreign key to the WorksheetTransferTransactionID column in the SXARCMWorksheetTransferTransaction table. 
Provider    varchar(50)  YES  Stores Provider name 
StatementArtifactYear(FK)    int  NO  A foreign key to the WorkSheetYear column in the SXARCMStatementArtifact table. 
ServiceDescription    nvarchar(400)  YES  stores transaction code description 
ServiceDate    date  NO  PHI: Stores transaction service date 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
RevenueCode    nvarchar(60)  YES  Stores revenue code of transaction 
RevenueCodeDescription    nvarchar(510)  YES  Stores revenue code description of transaction 
AlternateDescription1    varchar(200)  YES  store transaction code description1 associated with transaction code 
AlternateDescription2    varchar(200)  YES  store transaction code description2 associated with transaction code 

dbo.SXARCMStatementTransactionInfo Primary and Unique Keys 
Key Name  Key Type  Keys 
SXARCMStatementTransactionInfoPK  PrimaryKey  StatementRCTransactionInfoId