DBA Data[Home] [Help]

APPS.FND_GFM dependencies on FND_FORM_FUNCTIONS

Line 210: from fnd_form_functions

206:
207: begin
208: select function_id
209: into func_id
210: from fnd_form_functions
211: where function_name = 'FND_FNDFLUPL';
212: exception
213: when no_data_found then
214: return fnd_web_config.trail_slash(gfm_agent)||proc;

Line 218: from fnd_form_functions

214: return fnd_web_config.trail_slash(gfm_agent)||proc;
215: when too_many_rows then
216: select function_id
217: into func_id
218: from fnd_form_functions
219: where function_name = 'FND_FNDFLUPL'
220: and upper(type) = 'JSP';
221: when others then
222: fnd_gfm.err_msg('construct_upload_url_r12');

Line 1410: FROM fnd_form_functions

1406: l_type varchar2(30);
1407: begin
1408: SELECT upper(type)
1409: INTO l_type
1410: FROM fnd_form_functions
1411: WHERE function_name = 'FND_FNDFLUPL' ;
1412:
1413: if (l_type = 'JSP') then
1414: --if JSP we are on R12