EBS Customizations (MOSC)

MOSC Banner

fnd_request.submit_request

edited May 19, 2014 5:26AM in EBS Customizations (MOSC) 14 commentsAnswered ✓

Hi,

Strange problem faced .  I am in 12.1.3 and yesterday started testing the fnd_request.submit_request code, wrote the simple code listed below and executed it TOAD which worked very well.  But today the same code is not working .  Could there be a reason about initializing the session?  Any help would be highly appreciated.

SET SERVEROUTPUT ON

DECLARE

v_request_id number;

BEGIN

FND_GLOBAL.APPS_INITIALIZE(15837,53062,401);

COMMIT;

v_request_id := fnd_request.submit_request(application => 'INV',

program => 'INVITEMORG_ASSIGN',

description => 'Item Organization Assignment',

start_time => SYSDATE,

sub_request => FALSE,

argument1 =>'',

argument2 =>5451,

argument3 =>83,

argument4=>1,

argument5=>101,

argument6=>'',

argument7=>'',

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