InventoryBalanceUpdateAuditTrai
Balance update audit trail. Stores balance updates.
| Column Name | Type | Description |
|---|---|---|
| BalanceUpdateGroupId | INTEGER | Stores the group ID of this balance update. Group IDs are used when a single inventory action updates multiple balance records. For example, a direct transfer updates balances at both the source location and the destination location. The same group ID will be assigned for both of these updates. |
| BalanceUpdateChargeLineIdentifier | VARCHAR | Stores the UCL that caused this balance update. |
| BalanceUpdateContractType | INTEGER | The contract type for this balance update. |
| BalanceUpdateLocalDateTime | DATETIME | The date and time when the update occurred in the local time zone. |
| AutomaticReaccumulationRegistrationHistoryEventIdentification | NUMERIC | Stores the RHX (reg history event) that triggered automatic re-accumulation |
| BalanceUpdateInstant | DATETIME | The date and time when the balance update occurred. |
| BalanceUpdateOrderContactDate | FLOAT | The contact date real of the order contact associated with this balance update, if any. |
| BalanceUpdateType | INTEGER | The type of update that occurred (i.e. increase, decrease, set) |
| BalanceUpdateEndingBalance | NUMERIC | The ending balance after the balance update. |
| BalanceUpdateReasonCode | INTEGER | Reason for the balance update. A reason is required for manual balance updates. |
| UpdateInventoryRequestContactDate | FLOAT | The contact date real of the inventory request contact associated with this update, if any. |
| AccumulatorNewAmount | NUMERIC | If an accumulator was updated as a result of this balance update, this item stores the new accumulated amount. |
| BalanceUpdateValueChangeAmount | NUMERIC | This item stores the change in value associated with this balance update. |
| UpdateNationalDrugCodeContactSerialNumber | VARCHAR | CSN of the NDC corresponding to the balance update. |
| UpdateReservationIdentifier | VARCHAR | If an amount that was reserved (e.g. via the reservation interface) for a specific reservation identifier (in item BAL 1350) was decremented as a result of this update, then this item stores the reservation ID. |
| AssociatedOrderIdentifier | NUMERIC | The order ID associated with this balance update, if any. |
| BalanceTrailLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| CommunityLogicalOwnerIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| UpdateLotNumberIdentifier | NUMERIC | The lot number of this balance update |
| InventoryRequestIdentifier | NUMERIC | The inventory request ID associated with this balance update, if any. |
| BalanceUpdateAverageCost | NUMERIC | This item stores the new average cost of this item after the update. |
| InventoryReaccumulationTriggerAdtEventIdentifier | NUMERIC | Stores the ADT record ID that triggered automatic inventory re-accumulation |
| BalanceUpdateExecutingUserIdentifier | VARCHAR | User who executed the balance update. This could be the default action user from Rx System Definitions (RXD 700). |
| AccumulatedNationalDrugCodeContactSerialNumber | VARCHAR | Accumulated NDC |
| BalanceUpdateEndingValue | NUMERIC | This item stores the new total value of this item after the update. |
| BalanceUpdateAmountChange | NUMERIC | The quantitative change in the balance. |
| BalanceUpdateUserComments | VARCHAR | User entered comments for manual balance updates. |