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
WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?
What are do's and dont's of Interface?
where to define interorganization transaction charges and what are the different options?
What is a flexfield? List out its types.
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
Which oracle applications pl/sql standard apis you are familiar, have you used most of them?
Is soa a part of oracle fusion middleware?
Hi, Anybody please send me the Oracle APPS 1i technical interview questions (Real time) as wel as sample resume also?
Explain what are the tables of auto invoice?
Can u give the Documentation of Custom.pll in oracle apps
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
can we get profile values in report without using user exists is it possible how?
Which oracle apps version you are very confident in?
Can you differentiate between mediator and osb?
What are file in oracle.