Share via


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

  • _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.

See Also

Reference

HRMCompFixedBudget Table