Contains links between data-limiting filters and the entities to which they have been assigned
| Column Name | Column Datatype | Column Null Option | Column Comment |
| fnfeid | integer | not null | Filter ID. First part of the primary key. Foreign key to the arg_filtcrit table. |
| fnfcid | smallint | not null | Criteria ID. Second part of the primary key. Foreign key to the arg_filtcrit table. |
| object_uuid | byte(16) | not null | Object ID. Foreign key to one of the following fields: ca_contact.contact_uuid, arg_roledef.role_uuid, arg_reconcile_task.task_uuid |
| object_type | smallint | with null | Object type |
| fnenable | smallint | with null | Enabled |
| creation_user | nvarchar(64) | with null | User or process that created the record. |
| creation_date | integer | with null | Creation date |
| last_update_user | nvarchar(64) | with null | Last update user |
| last_update_date | integer | with null | Last update date |
| version_number | integer | with null | Version number |
Product Name: Unicenter Asset Portfolio Management
Table Type: Table