TaxWithholdFileHeader_IN::findByTAN Method
Reads the TaxWithholdFileHeader_IN for given parameters.
Syntax
client server public static TaxWithholdFileHeader_IN findByTAN(
TaxWithholdRegNumberRecId_IN _tanNumber,
TaxWithholdStatement_IN _formNumber,
FromDate _fromDate,
ToDate _toDate,
Integer _correctionFile,
[boolean _forUpdate])
Run On
Called
Parameters
- _tanNumber
Type: TaxWithholdRegNumberRecId_IN Extended Data Type
Tax information record Id is used to find the record.
- _formNumber
Type: TaxWithholdStatement_IN Enumeration
Buffer of TaxWithholdStatement_IN .
- _fromDate
Type: FromDate Extended Data Type
From date is used to find the record.
- _toDate
Type: ToDate Extended Data Type
To date is used to find the record.
- _correctionFile
Type: Integer Extended Data Type
Correction file is used to find the record.
- _forUpdate
Type: boolean
If true, then read the record for updating.
Return Value
Type: TaxWithholdFileHeader_IN Table
buffer containing TaxWithholdFileHeader_IN table.