DBA Data[Home] [Help]

APPS.FND_FILE_UPLOAD dependencies on FND_WEB_CONFIG

Line 154: upload_action := fnd_gfm.construct_upload_url(fnd_web_config.gfm_agent,

150:
151: if (icx_sec.ValidateSession) then
152:
153: -- Set the upload action
154: upload_action := fnd_gfm.construct_upload_url(fnd_web_config.gfm_agent,
155: 'fnd_file_upload.uploadcompletemessage',
156: access_id);
157:
158: -- Set page title and toolbar.

Line 203: l_cancel_url := rtrim(fnd_web_config.plsql_agent, '/') ||

199: htp.formHidden ( cname =>'access_id', cvalue=> to_char(access_id) );
200: -- Submit and Reset Buttons.
201: -- l_cancel_url := RTRIM(l_server_url, '/') ||
202: -- '/fnd_file_upload.cancelprocess';
203: l_cancel_url := rtrim(fnd_web_config.plsql_agent, '/') ||
204: '/fnd_file_upload.cancelprocess';
205:
206: htp.br;
207: htp.tableOpen( cattributes => ' border=0 cellpadding=2 cellspacing=0' );