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
- _departmentRecId
Type: OMDepartmentRecId Extended Data Type
The value of the Department field of the record to find.
- _perDate
Type: FromDateTime Extended Data Type
The UTCDateTime 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.