DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_WORKFLOW_PKG dependencies on FND_FORM_FUNCTIONS

Line 300: select function_id from fnd_form_functions

296: l_func varchar2(200);
297: l_funcId number;
298:
299: cursor c_func(p_function_name varchar2) is
300: select function_id from fnd_form_functions
301: where function_name = p_function_name;
302: begin
303: hr_utility.set_location('Entering:'|| g_package||'.'||l_proc, 10);
304: l_eventName := wf_engine.getItemAttrText ( itemtype => p_itemType