HcmPayrollDeduction::findByEmploymentPRDeductStartD Method
Finds a record in the HcmPayrollDeduction table that is based on the supplied Employment, PayrollDeductionType, and StartDate values.
Syntax
client server public static HcmPayrollDeduction findByEmploymentPRDeductStartD(
HcmEmploymentRecId _employment,
HcmPayrollDeductionTypeRecId _payrollDeductionType,
StartDate _startDate,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _employment
Type: HcmEmploymentRecId Extended Data Type
An Employment value.
- _payrollDeductionType
Type: HcmPayrollDeductionTypeRecId Extended Data Type
A PayrollDeductionType value.
- _startDate
Type: StartDate Extended Data Type
A StartDate value.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An enumeration value that indicates whether the concurrency setting is used on the table; optional.
Return Value
Type: HcmPayrollDeduction Table
A record from the HcmPayrollDeduction table.