DBA Data[Home] [Help]

APPS.OTA_OM_UPD_API dependencies on WF_ENGINE

Line 129: l_caller_source := wf_engine.GetItemAttrtext(itemtype => 'OTWF'

125: --fnd_client_info.set_org_context(context => to_char(p_org_id));
126:
127: /* Bug 2707198 */
128: Begin
129: l_caller_source := wf_engine.GetItemAttrtext(itemtype => 'OTWF'
130: ,itemkey => to_char(p_line_id)
131: ,aname => 'CALLER_SOURCE');
132: Exception when others then
133: null;