Is a licence required for using Financial common modules?
Is a licence required for using Financial common modules?
i am doing the setup for AGIS and i follow the doc id 351453.1 to activate it , because when a ran thE following SQL to check my licence; the status was 'N';
select we.name, wes.wf_process_type, wes.wf_process_name,
wes.licensed_flag
from wf_events we,
wf_event_subscriptions wes
where we.guid =
wes.event_filter_guid
and
wes.wf_process_type like 'FUN%';
is it correct what i did or i must buy a licence to use AGIS correctly?