Share via


PayrollEarningStatementLine::validateGrossUpEarningStmtLine Method

Validates an earning statement line that has an earning code of the gross up type.

Syntax

client server public static boolean validateGrossUpEarningStmtLine(
    HcmWorkerRecId _workerRecId, 
    PayrollPayCycleRecId _payCycleRecId, 
    PayrollWorkerTaxRegionRecId _taxRegionRecId, 
    PayrollEarningStatementLineRecId _excludedEarningStatementLineRecId, 
   [Set _grossEarningStatmentDocNum])

Run On

Called

Parameters

  • _grossEarningStatmentDocNum
    Type: Set Class
    The set that contains the earning statement numbers.

Return Value

Type: boolean
true if the earning statement lines have the same tax region; otherwise, false.

See Also

Reference

PayrollEarningStatementLine Table