Core Workflow - EBS (MOSC)

MOSC Banner

sending notifications without item key

edited Nov 28, 2013 8:13PM in Core Workflow - EBS (MOSC) 3 commentsAnswered
hello

I need to send notifications without any wf processes/activities

just send some text

I tried code like this

        l_nid := wf_notification.Send(role_name, 'CS_MSGS', 'FYI_MESSAGE');

        wf_notification.SetAttrText(l_nid, 'MESSAGE_TEXT', p_text);

        wf_notification.Denormalize_Notification(l_nid);

it works

but now I need to send some very long texts

unfortunately MESSAGE_TEXT is limited to 2000 charecters only

how do I do this ?

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