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.
Inserts calculated withholding tax into TmpTaxWithholdWorkTrans_IN.
Syntax
public void insertIntoTmpWorkTrans(
TaxWithholdGroup _taxWithholdGroup,
TaxWithholdCode _taxWithholdCode,
TaxWithholdValue _taxWithholdValue,
container _taxWithholdData,
TaxBase _taxWithholdAmountOrigin,
TaxBase _baseAmount,
TaxAmountCur _taxWithholdAmountCur,
TaxAmount _taxWithholdAmount,
[container _custVendInfo,
NoYesId _exempt,
LedgerJournalACType _accountType,
LedgerJournalACType _offsetAccountType,
AmountCur _amountCurDebit,
AmountCur _amountCurCredit,
NoYesId _isTaxWithholdThresholdExceeded,
TransDate _transDate,
boolean _advancePayment,
RefRecId _cpOrigRefRecId])
Run On
Server
Parameters
- _taxWithholdGroup
Type: TaxWithholdGroup Extended Data Type
Given withholding tax group.
- _taxWithholdCode
Type: TaxWithholdCode Extended Data Type
Given withholding tax code.
- _taxWithholdValue
Type: TaxWithholdValue Extended Data Type
Withholding tax value.
- _taxWithholdData
Type: container
Withholding tax information.
- _taxWithholdAmountOrigin
Type: TaxBase Extended Data Type
Base amount of calculating withholding tax in transaction currency.
- _baseAmount
Type: TaxBase Extended Data Type
Base amount of calculating withholding tax in tax currency.
- _taxWithholdAmountCur
Type: TaxAmountCur Extended Data Type
Withholding tax amount in transaction currency.
- _taxWithholdAmount
Type: TaxAmount Extended Data Type
Withholding tax amount in tax currency.
- _custVendInfo
Type: container
Customer or vendor information.
- _exempt
Type: NoYesId Extended Data Type
Indicates whether it is an exempt code.
- _accountType
Type: LedgerJournalACType Enumeration
Given account type.
- _offsetAccountType
Type: LedgerJournalACType Enumeration
Given offset account type.
- _amountCurDebit
Type: AmountCur Extended Data Type
Debit amount of journal in transaction currency.
- _amountCurCredit
Type: AmountCur Extended Data Type
Credit amount of journal in transaction currency.
- _isTaxWithholdThresholdExceeded
Type: NoYesId Extended Data Type
Indicates whether accumulated transaction amount exceeds threshold (in accounting currency).
- _transDate
Type: TransDate Extended Data Type
Transaction date.
- _advancePayment
Type: boolean
Indicates whether it is vendor/customer payment with TCS.
- _cpOrigRefRecId
Type: RefRecId Extended Data Type
The original reference record Id for centralized payment.