Table Detail Report

RCM_TRANSACTION



Column Section Relationship Section Top of Page


Table-level Detail

Description: RevWorks Care Management - Transaction
Definition: Stores transaction data for the Care Management solution.
Table Type: ACTIVITY





Column Detail - RCM_TRANSACTION


Column Name Type Null? Definition
ACTIVE_IND DOUBLE N The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc.
BEG_EFFECTIVE_DT_TM DATETIME N The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time.
END_EFFECTIVE_DT_TM DATETIME N The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive.
LONG_TEXT_ID DOUBLE N The identifier of the long text row containing the request string.
OUT_BOUND_IND DOUBLE N The short indicator to show whether the transaction is outbound. 1 for outbound transaction0 for inbound transaction
PARENT_ENTITY_ID DOUBLE N Uniquely identifies to which row of the parent entity table this row is related.
PARENT_ENTITY_NAME VARCHAR(30) N Identifies to which entity this row is related.
PREV_RCM_TRANSACTION_ID DOUBLE N Used to track versions of the RCM Transaction information. This column will always point back to the initial value created. This may be used to find the correct version when combined with begin and end effective dates and times.
RCM_TRANSACTION_ID DOUBLE N Uniquely identifies transaction information related to the Care Management solution.
TRANSACTION_DT_TM DATETIME Y The date and time the transaction was created.
TRANSACTION_STATUS_CD DOUBLE N The status of the transaction
TRANSACTION_TYPE_CD DOUBLE N Contains the type of transaction.
UPDT_APPLCTX DOUBLE N The application context number from the record info block.
UPDT_CNT DOUBLE N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row.
UPDT_DT_TM DATETIME N The date and time the row was last inserted or updated.
UPDT_ID DOUBLE N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table.
UPDT_TASK DOUBLE N The registered (assigned) task number for the process that inserted or updated the row.



Relationship Detail - RCM_TRANSACTION


Child Column in RCM_TRANSACTION(FK) Parent Table Name Parent Column Name
Parents: LONG_TEXT_ID LONG_TEXT LONG_TEXT_ID