Receivables - EBS (MOSC)

MOSC Banner

How to get the customer Invoice trxn id in the Java validation at receipt creation level

edited Apr 2, 2016 5:05AM in Receivables - EBS (MOSC) 1 commentAnswered

I'm creating a custom validation to be used at Order level in the receipt creation program. I'm trying to find the Customer Invoice 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 Customer trxn id 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 Customer Trxn Id using this ?

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

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