MarkupTmpMaxAmountValidation.getRecord Method
Gets records based on the PurchId field and the MarkupCode field.
Syntax
private MarkupTmpMaxAmountValidation getRecord(
PurchId _purchId,
MarkupCode _markupCode,
MarkupTmpMaxAmountValidation _markupTmpMaxAmountValidation,
[boolean _selectForUpdate])
Run On
Called
Parameters
- _purchId
Type: PurchId Extended Data Type
The PurchId field of the purchase order to which miscellaneous charges are assigned.
- _markupCode
Type: MarkupCode Extended Data Type
The MarkupCode field of the miscellaneous charges.
- _markupTmpMaxAmountValidation
Type: MarkupTmpMaxAmountValidation Table
The MarkupTmpMaxAmountValidation buffer of the temporary table.
- _selectForUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: MarkupTmpMaxAmountValidation Table
The temporary MarkupTmpMaxAmountValidation table buffer.