Except the SRS window in which we can submit the
concurrent program.
Answer Posted / sachin
Yes it is possible by submitting the request through
backend.Example of submitting request through backend-
declare
x_id number(10);
begin
fnd_global.apps_initialize(6729,50156,201);
--- Userid,Responsibilty_id,Application_id
x_id:=fnd_request.SUBMIT_REQUEST
(application=>'PO', --Application_Name
program=>'ELPOITEM', --Short Name
description=>'Purchase
Order History Impact - AMG', --Description
start_time=>to_char
(sysdate,'dd-mon-yy hh24:mi:ss'),
sub_request=>NULL,
ARGUMENT1=>'01-MAR-
2007', --Argument which we are passing while running
ARGUMENT2=>'31-MAR-2007');
the report through fronthand---
dbms_output.put_line(x_id);
commit;
END;
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
can we use look up type instead of a pofile option?or valueset?is it possible how?
how can i print random rows in plsql table
What are the different components you should consider while defining a responsibility in oracle apps?
testing tools?
What are do's and dont's of Interface?
What is sca and how is it useful?
How many schemas we have? how many you have used?
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
In support project one ticket alloted which steps follows manualy tell me ?
Do you know what are user profiles in apps. Any examples you can give?
how to print multi lay outs,muti currency,muti language in xml publisher
What are the benefits of using soa architecture?
WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?
List the types of flexfield?
Is soa a part of oracle fusion middleware?