HRMCompFixedEmpl::existByDate Method
Indicates whether the specified record in the HRMCompFixedEmpl table exists.
Syntax
client server public static boolean existByDate(
HcmWorkerRecId _workerRecId,
HcmPositionRecId _positionRecId,
HRMCompFixedPlanId _hrmCompFixedPlanId,
HRMCompFixedActionId _hrmCompFixedActionId,
FromDate _fromDate,
LineNum _lineNum)
Run On
Called
Parameters
- _workerRecId
Type: HcmWorkerRecId Extended Data Type
The worker record id of the employee fixed compensation.
- _positionRecId
Type: HcmPositionRecId Extended Data Type
The position record id of the employee fixed compensation.
- _hrmCompFixedPlanId
Type: HRMCompFixedPlanId Extended Data Type
The fixed compensation plan id of the employee fixed compensation.
- _hrmCompFixedActionId
Type: HRMCompFixedActionId Extended Data Type
The fixed compensation action id of the employee fixed compensation.
- _fromDate
Type: FromDate Extended Data Type
The valid from date of the employee fixed compensation.
- _lineNum
Type: LineNum Extended Data Type
The line num of the employee fixed compensation.
Return Value
Type: boolean
true if the specified record exists; othwerwise, false.