DBA Data[Home] [Help]

APPS.FND_GFM dependencies on FND_FORM_FUNCTIONS

Line 216: from fnd_form_functions

212:
213: begin
214: select function_id
215: into func_id
216: from fnd_form_functions
217: where function_name = 'FND_FNDFLUPL';
218: exception
219: when no_data_found then
220: return fnd_web_config.trail_slash(gfm_agent)||proc;

Line 224: from fnd_form_functions

220: return fnd_web_config.trail_slash(gfm_agent)||proc;
221: when too_many_rows then
222: select function_id
223: into func_id
224: from fnd_form_functions
225: where function_name = 'FND_FNDFLUPL'
226: and upper(type) = 'JSP';
227: when others then
228: fnd_gfm.err_msg('construct_upload_url_r12');