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.
Validates that the royalty is within the date range specified.
Syntax
public boolean dateRangeValidation(MCRRoyaltyTable _mcrRoyaltyTable, date _date)
Run On
Called
Parameters
- _mcrRoyaltyTable
Type: MCRRoyaltyTable Table
MCRRoyaltyContract for which dates are being checked againts.
- _date
Type: date
Date value passed in to be checked againts valid date range of royalty.
Return Value
Type: boolean
true if royalty is within specifeid dates; otherwise false.
Remarks
Validates date range for specified Royalty contract.