TaxTrans_IN::insertIntoTaxTransPLA Method
This method is used to insert info into the TaxTrans_IN table from given parameters.
Syntax
client server public static void insertIntoTaxTransPLA(
ExcisePLARegister_IN _excisePLARegister,
[LedgerJournalTrans _ledgerJournalTrans,
TaxPeriod _taxPeriod,
RefRecId _plaAccount,
RefRecId _interimPLAAccount,
TransDate _transactionDate,
RefRecId _eccNumber,
Voucher _voucher,
RefRecId _taxComponent,
TaxCode _taxCode])
Run On
Called
Parameters
- _excisePLARegister
Type: ExcisePLARegister_IN Table
A buffer of ExcisePLARegister_IN table;
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
A buffer of LedgerJournalTrans table;
- _taxPeriod
Type: TaxPeriod Extended Data Type
The tax period; optional.
- _plaAccount
Type: RefRecId Extended Data Type
The PLA account; optional.
- _interimPLAAccount
Type: RefRecId Extended Data Type
The interim PLA account; optional.
- _transactionDate
Type: TransDate Extended Data Type
The transaction date; optional.
- _eccNumber
Type: RefRecId Extended Data Type
The customer/vendor registration number; optional.
- _voucher
Type: Voucher Extended Data Type
The voucher number; optional.
- _taxComponent
Type: RefRecId Extended Data Type
The tax component for the tax code; optional.
- _taxCode
Type: TaxCode Extended Data Type
The tax code; optional.