Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified record in the HRMCompVarEnrollEmpl table exists.
Syntax
client server public static boolean existByDate(
HcmWorkerRecId _workerRecId,
HRMCompVarPlanId _hrmCompVarPlanId,
HcmCompFromDate _validFromDate)
Run On
Called
Parameters
- _workerRecId
Type: HcmWorkerRecId Extended Data Type
The worker record ID.
- _hrmCompVarPlanId
Type: HRMCompVarPlanId Extended Data Type
The variable compensation plan ID.
- _validFromDate
Type: HcmCompFromDate Extended Data Type
The valid from date.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.