How to Access a general Java method from EO
KK_AshMay 7 2013 — edited May 7 2013Friends
I have a use case where I have to access a specific java method from many EOs...The case is getting automatic transaction numbers for various transaction like Purchase order,JV,Sales order etc....I am using a PL/SQL procedure to get the number....My problem is how I will access the java method which is written in Application Module Impl class ?...........I know it is bad practise to access AM from EO.So what is the solution ?....SHould I write same java mathod in every EOImpl class?.
Thanks