Receivables - EBS (MOSC)

MOSC Banner

How to get the Payee instrument Id in the Java validation at receipt creation level

edited Oct 23, 2012 11:20AM in Receivables - EBS (MOSC) 2 commentsAnswered
I'm creation a custom validation to be used at Order level in the receipt creation program. I'm trying to find the payee details. In the java method used for validation, these are the available input parameters as mentioned in the implementation guide. I'm not able to derive the payeeInstrumentId using these parameters.

This is the Java validation method with the signature :
ValidationSetResult validate(Integer paramInteger, Payee paramPayee, PmtInstr paramPmtInstr, Tangible paramTangible, Transaction paramTransaction).

How do we get the Payee instrument Id ?



For example, to get the PayerInstrumentId , we use
BankAccount localBankAccount = (BankAccount)paramPmtInstr;
localBankAccount.getInstrAssignmentId();

and this works for Payer Instr Id, but I'm unale to derive the Payee Instr Id.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center