DBA Data[Home] [Help]

APPS.FND_FILE_UPLOAD dependencies on FND_WEB_CONFIG

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

143:
144: if (icx_sec.ValidateSession) then
145:
146: -- Set the upload action
147: upload_action := fnd_gfm.construct_upload_url(fnd_web_config.gfm_agent,
148: 'fnd_file_upload.uploadcompletemessage',
149: access_id);
150:
151: -- Set page title and toolbar.

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

192: htp.formHidden ( cname =>'access_id', cvalue=> to_char(access_id) );
193: -- Submit and Reset Buttons.
194: -- l_cancel_url := RTRIM(l_server_url, '/') ||
195: -- '/fnd_file_upload.cancelprocess';
196: l_cancel_url := rtrim(fnd_web_config.plsql_agent, '/') ||
197: '/fnd_file_upload.cancelprocess';
198:
199: htp.br;
200: htp.tableOpen( cattributes => ' border=0 cellpadding=2 cellspacing=0' );