public interface PARItemAdjustBean extends Remote
PARItemAdjustPanel
in Customer Center IDE.Modifier and Type | Method and Description |
---|---|
String |
adjustItem(PModelHandle mHandle,
BigDecimal amount,
Date tranxDate,
String notes,
String prog_name,
Integer Reasoncode,
Integer domainType,
Integer taxInfo) |
BigDecimal |
getConvertedAmount(int srcCurrency,
int destCurrency,
BigDecimal amount) |
ReasonCodeData[] |
getReasonCodes(int reasonType,
Locale locale) |
boolean |
isPayingParentAccount(PModelHandle hItemRow) |
String adjustItem(PModelHandle mHandle, BigDecimal amount, Date tranxDate, String notes, String prog_name, Integer Reasoncode, Integer domainType, Integer taxInfo) throws RemoteException
RemoteException
BigDecimal getConvertedAmount(int srcCurrency, int destCurrency, BigDecimal amount) throws RemoteException
RemoteException
ReasonCodeData[] getReasonCodes(int reasonType, Locale locale) throws RemoteException
RemoteException
boolean isPayingParentAccount(PModelHandle hItemRow) throws RemoteException
RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.