flagPayrollOption


Description

Payroll flag option definitions managing available flag options for payroll exception handling and review workflows. This lookup table defines the specific flag options that can be applied to payroll entries, providing standardized flagging categories for payroll processing exceptions, compliance issues, and quality assurance workflows to ensure consistent payroll review and exception management.

Columns

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

Primary key - Unique identifier for each payroll flag option

flagOption varchar 50 null

Flag option code - Short code or identifier for the payroll flag option

flagOptionDesc varchar 500 null

Flag option description - Detailed description of the payroll flag option and its usage context

Relationships