ODF recipient list table (ARSDFLIS)

This table maintains a catalog of recipient lists. The table contains one row per recipient in a particular recipient list.

Table 1. Recipient list table (ARSDFLIS)
Column Name Data Type Description
LIS_LISTID VARCHAR(60) Recipient list name
LIS_RECIPIENT VARCHAR(60) Recipient name
Table 2. Indexes for recipient list table (ARSDFLIS)
Index name Columns in index Type of index
ARSDFLIS_IDX1 LIS_LISTID, LIS_RECIPIENT Unique cluster index for Db2; Unique index for Oracle and SQL Server
ARSDFLIS_IDX2 LIS_RECIPIENT Unique index