Share via


HRMCompFixedBudget::findOrgUnionLocation Method

Finds a record in the HRMCompFixedBudget table by using the specified Department, Unions, and CompLocation fields and a UTCDateTime value.

Syntax

client server public static HRMCompFixedBudget findOrgUnionLocation(
    OMDepartmentRecId _departmentRecId, 
   [FromDateTime _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