AGIS: Workflow event licence status still at «I» is it normal?
hello expert;
We follow Oracle note : 454668.1 section 2.Workflow events not licensed
we run the given sql query :
select app.APPLICATION_SHORT_NAME, prod.status
from fnd_product_installations prod, fnd_application app
where app.application_id = prod.application_id
and app.APPLICATION_SHORT_NAME = 'FUN'
we run the concurrent program SQL $FND_TOP/sql/afwflic.sql script , but the product status still at «I»
Thank you.