PRMINWAGE – Minimum Wage

System
Payroll (PR)
Prefix
PMW
Primary key
TAX-ID-CODE, EFFECT-DATE
Fields
8
Updated by
4 programs
Referenced by
11 programs

PRMINWAGE is the Minimum Wage table in Lawson Payroll (prefix PMW). It is indexed by TAX-ID-CODE, EFFECT-DATE (PMWSET1); alternate indexes: PMWSET2 and PMWSET3. It is related 1:1 to PRTAXAUTH. It is updated by PR06.1, PR06.3, PR08.1 and PR08.2 and referenced by BN66.1, PR132, PR139, PR140, PR189, PR195, PR206, PR80.1 and 3 more. The table has 8 fields, 3 indexes and 1 documented relation.

About PRMINWAGE

This file contains minimum wage information by tax authority. Minimum wage is verified in the calculation of overtime.

Fields (8)

Column = COBOL field name without the PMW- prefix, hyphens → underscores. Derived fields are computed by the application and are not stored.

Field / columnTypeDescription & valuesUpdated by
PMW-TAX-ID-CODE PK
TAX_ID_CODE
Alpha 10Contains the tax authority.PR06.3, PR08.2
PMW-EFFECT-DATE PK
EFFECT_DATE
Numeric 8 (yyyymmdd)Contains the effective date of the minimum wage.PR06.3, PR08.2
PMW-MINIMUM-WAGE
MINIMUM_WAGE
Signed 5.2Contains the amount of the minimum wage.PR06.3, PR08.2
PMW-TAX-STATE
TAX_STATE
Alpha 2Contains the value that identifies the state for which the minimum wage is defined.PR06.1, PR06.3, PR08.2
PMW-TAX-PROVINCE
TAX_PROVINCE
Alpha 2PR06.3, PR08.1, PR08.2
PMW-CURRENCY-CODE
CURRENCY_CODE
Alpha 5This field contains the company base currency code established in Company (GL10.1 ).
PMW-CURR-ND
CURR_ND
Numeric 1The number of decimals assigned to a particular account as determined by the account currency.
PMW-COUNTRY-CODE
COUNTRY_CODE
Alpha 2The country code. Required for VAT and intrastat reporting. Must be defined in IN01.1 (Country Maintenance).PR06.3, PR08.2

Indexes (3)

Keys marked * are descending. Every documented Lawson index is unique unless flagged Duplicates; Subset indexes carry a Where condition.

IndexKeysFlagsConditionUsed in
PMWSET1TAX-ID-CODE, EFFECT-DATE*PrimaryBN66.1, PR06.1, PR06.3, PR08.1, PR08.2, PR139, PR140, PR189 +6 more
PMWSET2TAX-STATE, EFFECT-DATE*, TAX-ID-CODEKeyChange, SubsetWhere COUNTRY-CODE = "US"PR132
PMWSET3TAX-PROVINCE, EFFECT-DATE*, TAX-ID-CODEKeyChange, SubsetWhere COUNTRY-CODE = "CA"PR132

Relations

One to one (1) — lookups and parents

RelationTableRulesConditionField map
Tax Id CodePRTAXAUTHRequiredPMW-TAX-ID-CODEPRX-TAX-ID-CODE

Programs

Updated by (4)

Referenced by (11)