Home » Applications » Oracle Fusion Apps & E-Business Suite » fnd_request.submit_request (Oracle forms/Apps)
fnd_request.submit_request [message #482810] |
Mon, 15 November 2010 23:48 |
adit102
Messages: 9 Registered: November 2010
|
Junior Member |
|
|
I have PLSQL procedure as concurrent program and I want to submit this request on button click in a form. I have written following code in WHEN-BUTTON-PRESSED trigger of the button
declare
l_request_id number;
begin
l_request_id := fnd_request.submit_request('CCMS Custom Application','XXEMP_REP',NULL,NULL,FALSE,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL)return number;
end;
This code returns error as
Encountered symbol 'RETURN' when expecting one of the following
.(&%+=...at in is mod and or like between || multiset member SUBMULTISET_
Is there any problem with the syntax?
Kindly help.
Aditya
-
Attachment: Trigger.txt
(Size: 0.84KB, Downloaded 1508 times)
|
|
|
|
Re: fnd_request.submit_request [message #482818 is a reply to message #482812] |
Tue, 16 November 2010 00:34 |
adit102
Messages: 9 Registered: November 2010
|
Junior Member |
|
|
Hi,
Thanks for the 'semicolon'.
These are that changes did in my code
NULL,
NULL);
return;
end;
It has compiled nicely. Now I already have a concurrent prog registered to a reponsibility, but on clicking the button nothings happening.
THanks
Aditya
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sun Nov 10 01:37:27 CST 2024
|