AP_CLAIM_ACTION_PARAM_VAL
Description:
This table stores the essential parameter values for each action in a claims processing agent grouping. Each row represents one parameter value.

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

Column Information
Name Type Discontinued?
1 ACCUM_GRP_ID NUMERIC No
The unique identifier (item .1) of the claims processing agent grouping record.
2 GROUP_LINE INTEGER No
The line number of the claims processing agent action in the grouping record. Together with ACG_ID, this forms the foreign key to the AP_CLAIM_AGENT_GRP_TOOL table.
3 VALUE_LINE INTEGER No
The line number of one of the multiple tool parameter values associated with the grouping record and the claims processing agent action from the AP_CLAIM_AGENT_GRP_TOOL table.
4 AGENT_GRP_ACTION_PARAM_VAL VARCHAR No
The value of the essential tool parameter for this action in the claims processing agent grouping.