How to retrieve data from formula table in alert
Hi All,
Working in EBS OPM All Version 12.2.10
i need help to retrive data from formula table in alert
below is the query
select gbh.batch_no, gbh.batch_id, ffm.formula_no, gbh.organization_id
,gbh.creation_date
from gme_batch_header gbh
,fm_form_mst ffm
where 1=1 --and a.rowid = :rowid
and ffm.formula_id = gbh.formula_id
and trunc(gbh.creation_date) = trunc(sysdate)
order by gbh.creation_date desc
please i need help
Regards