ORDER_RES_AUDIT_VALS
Description:
The table ORDER_RES_AUD_VALS stores multiple, modified values for an item in audit related group.

Primary Key
Column Name Ordinal Position
FINDING_ID 1
GROUP_LINE 2
VALUE_LINE 3

Column Information
Name Type Discontinued?
1 FINDING_ID NUMERIC No
The unique identifier for the finding record.
2 GROUP_LINE INTEGER No
The line number of the associated audit data in the result finding record. Together with FINDING_ID, this forms the foreign key to the ORDER_RES_AUDIT table.
3 VALUE_LINE INTEGER No
The line number of one of the multiple item values that are associated with the item from the table ORDER_RES_AUDIT.
4 AUDIT_VALUE VARCHAR No
This column stores the values of the item being audited as specified in this row.