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 HRMCompPerfAllocation table exists.
Syntax
client server public static boolean existPerfPlanOrgByDate(
HRMCompPerfPlanId _hrmCompPerfPlanId,
FromDate _checkDate,
[OMDepartmentRecId _departmentRecId,
boolean _forUpdate])
Run On
Called
Parameters
- _hrmCompPerfPlanId
Type: HRMCompPerfPlanId Extended Data Type
The compensation performance plan ID.
- _checkDate
Type: FromDate Extended Data Type
The date to check.
- _departmentRecId
Type: OMDepartmentRecId Extended Data Type
The department record ID.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.