DBA Data[Home] [Help]

APPS.BIS_REPORT_PUB dependencies on FND_FORM_FUNCTIONS

Line 27: from fnd_form_functions

23: l_ref_function_name VARCHAR2(2000);
24:
25: cursor c_form_func(cpFunctionName varchar2) is
26: select web_html_call,parameters,type
27: from fnd_form_functions
28: where function_name = cpFunctionName;
29:
30: BEGIN
31: