HRMCompFixedBudget::findDepartmentUnionLocation Method
Finds a record in the HRMCompFixedBudget table by using the specified Department, Unions, and CompLocation fields, and a UTC value.
Syntax
client server public static HRMCompFixedBudget findDepartmentUnionLocation(
OMDepartmentRecId _departmentRecId,
[FromDate _perDate,
HcmUnionsRecId _unionsRecId,
HcmCompLocationRecId _locationRecId,
boolean _forUpdate])
Run On
Called
Parameters
- _departmentRecId
Type: OMDepartmentRecId Extended Data Type
The value of the Department field of the record to find.
- _perDate
Type: FromDate Extended Data Type
The UTC value; optional.
- _unionsRecId
Type: HcmUnionsRecId Extended Data Type
The value of the Unions field of the record to find; optional.
- _locationRecId
Type: HcmCompLocationRecId Extended Data Type
The value of the CompLocation field of the record to find; optional.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: HRMCompFixedBudget Table
A record in the HRMCompFixedBudget table.