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
RemoteExceptionBigDecimal getConvertedAmount(int srcCurrency, int destCurrency, BigDecimal amount) throws RemoteException
RemoteExceptionReasonCodeData[] getReasonCodes(int reasonType, Locale locale) throws RemoteException
RemoteExceptionboolean isPayingParentAccount(PModelHandle hItemRow) throws RemoteException
RemoteExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.