HcmEEOEstablishmentDetail::findByLegalEntityEEOEstablishment Method
Finds a record in the HcmEEOEstablishmentDetail table based on supplied values of the LegalEntity and EEOEstablishment fields.
Syntax
client server public static HcmEEOEstablishmentDetail findByLegalEntityEEOEstablishment(
CompanyInfoRecId _legalEntity,
HCMEEOEstablishmentRecId _eeoEstablishment,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _legalEntity
Type: CompanyInfoRecId Extended Data Type
The value of the LegalEntity field to find.
- _eeoEstablishment
Type: HCMEEOEstablishmentRecId Extended Data Type
The value of the EEOEstablishment field to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An enumeration value that indicates whether concurrency setting to be used on the table; optional.
Return Value
Type: HcmEEOEstablishmentDetail Table
A record from the HcmEEOEstablishmentDetail table.