CategoryApp


Description

Category application assignments linking payment sources to specific applications for billing and processing workflows. This table manages which applications are used for processing claims and billing for different payment sources, enabling application-specific billing workflows and system integration management.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
AppId int 4 null

Application reference - Links to the application used for processing this payment source

catAppID Unknown 0 null

Primary key - Unique identifier for each category-application association

catID Unknown 0 null

Category reference - Links to the category being associated with an application

Id int identity 4 null

Primary key - Unique identifier for each category application assignment

PaySourceId int 4 null

Payment source reference - Links to the payment source or payer

Indexes

Constraint Name Type Sort Column(s)
PK__Category__3214EC07063839E4 Primary key Asc Id

Relationships