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.
Indicates whether the specified record in the PayrollPositionDetails table exists.
Syntax
client server public static boolean existPositionPayCycleLegalEntity(
HcmPositionRecId _positionRecId,
PayrollPayCycleRecId _payCycleRecId,
[LegalEntityRecId _legalEntityRecId,
ValidFromDate _validFrom,
ValidToDate _validTo])
Run On
Called
Parameters
- _positionRecId
Type: HcmPositionRecId Extended Data Type
The value of the Position field.
- _payCycleRecId
Type: PayrollPayCycleRecId Extended Data Type
The value of the PayCycle field.
- _legalEntityRecId
Type: LegalEntityRecId Extended Data Type
The value of the PaidByLegalEntity field.
- _validFrom
Type: ValidFromDate Extended Data Type
The value in the ValidFrom field of the record to find.
- _validTo
Type: ValidToDate Extended Data Type
The value in the ValidTo field of the record to find.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.