Workflow - Form Attribute for Framework form

In this forum Oracle Applications DBA's, System Administrators & Developers can share their knowledge/issues.
Post Reply
nkelleher
Posts: 2
Joined: Thu Oct 04, 2007 7:11 am
Location: South Africa

Workflow - Form Attribute for Framework form

Post by nkelleher »

Hi There

I want to add a form notification with an automatic query in a workflow notification.

I am using the Journal Approval as a basis and the attribute is setup as follows

l_enter_journals := 'GLXJEENT_A:autoquery_level="BATCH" ' ||
'autoquery_coordination="INITIAL" ' ||
'autoquery_criteria=' || to_char(l_je_batch_id);

wf_engine.SetItemAttrText ( itemtype => itemtype,
itemkey => itemkey,
aname => 'ENTER_JOURNALS_FORM',
avalue => l_enter_journals );

This works fine for Oracle Forms but now I want to link it to an Application Framework form for FSAH. I have managed to get the form linked using the form function short name but cannot get it to autoquery.

Where can I find the equivalent auto_query parameters for a framework form and can this be done?

Thanks in anticipation
Nicki
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest