EBS Customizations (MOSC)

MOSC Banner

file upload using 'FND_FNDFLUPL'

edited Mar 28, 2011 8:27PM in EBS Customizations (MOSC) 2 commentsAnswered
Hi all, I hope that someone can help me support told me that this function is not supported, but it is part of Oracle EBS:

We have a custom form that invokes an Oracle Function   FND_FNDFLUPL to upload files to oracle, from PL/SQL within a fomr we have the  following code:


 access_id := fnd_gfm.authorize(NULL);
  fnd_profile.get('APPS_WEB_AGENT',l_server_url);
  l_parameters := 'access_id=' || access_id || 'l_server_url=' || l_server_url;
  fnd_function.EXECUTE(function_name => 'FND_FNDFLUPL',
                       open_flag     => 'Y',
                       session_flag  => 'Y',
                       other_params  => l_parameters);

it should open a browser and display a web page to select the file to upload, actually it works fine in other servers but in one particular server it shows a web page with message:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center