Process Manufacturing - EBS (MOSC)

MOSC Banner

How to retrieve data from formula table in alert

edited Aug 23, 2022 8:09AM in Process Manufacturing - EBS (MOSC) 3 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center