EBS Customizations (MOSC)

MOSC Banner

Event based alert firing off two emails

edited Jan 21, 2025 1:55PM in EBS Customizations (MOSC) 5 commentsAnswered

Oracle R12

I've set up an alert that should trigger whenever a returned requisition is resubmitted; an email will be sent to the buyer (I'm still working on the join to pull in the buyer) so I set it up with an email going to the requester

SELECT prh.segment1

, prh.creation_date

, prh.approved_date

, prh.preparer_id

, pap.full_name

, pap.email_address

, act.ACTION_CODE

, act.NOTE

INTO &requisition, &Creation_date, &Approval_date, &preparer_id, &full_name, &email_address, &action_code, &note

from po_requisition_headers_all prh,

per_all_people_f pap,

po_action_history act

Tagged:

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