Question

Morgan Stanley
IN
Last activity: 1 Nov 2016 5:01 EDT
Java file not present in pr_assembledclasses table for a when rule
I was looking into the Vtable cache pr_sys_rule_impl and have noted down the pzclass class name for a when rule (@baseclass myrulesetlist).
I have queried pr_assembledclasses as below
select * from pr_assembledclasses where pzclass like 'ra_when_myruleset%';
But to my surprise i could only find .class as output.. Where's the java file?
Any thoughts?
***Updated by Moderator: Marissa to update categories***