EBS Customizations (MOSC)

MOSC Banner

fnd_request.submit_request

edited Feb 26, 2013 1:27AM in EBS Customizations (MOSC) 4 commentsAnswered
I want to submit a customized report using fnd_request.submit_request program.Program is working fine but the issue is it is sumbitting same request again after the first one complete though you have sumbiited only once.Any answer

Please see the code

declarev_request_id NUMBER;BEGIN

FND_GLOBAL.APPS_INITIALIZE(3880,50130,201);v_request_id := fnd_request.submit_request(application => 'CCUST',program => 'PO_RFQ',description => 'RFQ Report',start_time => SYSDATE,sub_request => FALSE,argument1 => 21,argument2 => '12',argument3 =>4559,

argument4=> 'Y');COMMIT;

end;

Regards

Shejon

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