Core Workflow - EBS (MOSC)

MOSC Banner

Workflow Attachment - Header and Line Level

edited Jul 18, 2018 11:21AM in Core Workflow - EBS (MOSC) Question

Below is my requirement -

Table 1 < Header Table >  -- > Header Attachments

Table 2 < Line Table >  -- > Line Level Attachments

Using below code we are able to send multiple attachment in notification (Only for header level) .

wf_engine.setitemattrtext ( itemtype    => itemtype

                                         , itemkey       => itemkey

                                         , aname       => 'ATTACHMENT'

                                         , avalue       =>    'FND:entity=PA_PROJECTS&'

                                                         || 'pk1name=PROJECT_ID&'

                                                         || 'pk1value='

                                                         || l_project_id

                                          );

Can anyone any idea how to add header and line level attachments.

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