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.
Initializes the TmpTaxWithholdCertificateLine_IN record from the TmpTaxWithholdCertificateHeader_IN buffer.
Syntax
public void initFromCertificateHeader(
    TaxWithholdType_IN _taxType, 
    TaxWithholdCertificateNumber_IN _certificateNum, 
    TmpTaxWithholdCertificateHeader_IN _tmpTaxWithholdCertificateHeader, 
    TmpTaxWithholdCertificateLine_IN _tmpTaxWithholdCertificateLine, 
    boolean _includeAll)
Run On
Called
Parameters
- _taxType
 Type: TaxWithholdType_IN Enumeration
 The withhold tax type.
- _certificateNum
 Type: TaxWithholdCertificateNumber_IN Extended Data Type
 The withhold tax certificate number.
- _tmpTaxWithholdCertificateHeader
 Type: TmpTaxWithholdCertificateHeader_IN Table
 The buffer of the TmpTaxWithholdCertificateHeader_IN table.
- _tmpTaxWithholdCertificateLine
 Type: TmpTaxWithholdCertificateLine_IN Table
 The buffer of the TmpTaxWithholdCertificateLine_IN table.
- _includeAll
 Type: boolean
 A Boolean value that indicates whether to insert all of the records.