Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds a record in the PayrollBenefitPlanDefaultDimension table, based on supplied values of the BenefitPlan and LegalEntity fields.
Syntax
client server public static PayrollBenefitPlanDefaultDimension findByBenefitPlanLegalEntity(
    HcmBenefitPlanRecId _benefitPlan, 
    CompanyInfoRecId _legalEntity, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _benefitPlan
 Type: HcmBenefitPlanRecId Extended Data Type
 The value of the BenefitPlan field to find.
- _legalEntity
 Type: CompanyInfoRecId Extended Data Type
 The value of the LegalEntity 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 a concurrency setting should be used on the table; optional.
Return Value
Type: PayrollBenefitPlanDefaultDimension Table
A record from the PayrollBenefitPlanDefaultDimension table.