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
Explain oracle apps architecture.
please send me forms, xml pulisher questions,answers
How to create a purchase order without a requisition?
In hierarchical structure of a database? we have write query from where we should start?
What do you understand by concurrent programs?
Hi, Anybody please send me the Oracle APPS 1i technical interview questions (Real time) as wel as sample resume also?
Are you familiar with internet architecture of oracle apps 11i?
CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP
What is oracle soa suite and what are its different components?
What is instead of trigger in where we will use?
How to move the one file from one instance to another instance? And your scripts also?
WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?
Can you differentiate between mediator and osb?
Can u give the Documentation of Custom.pll in oracle apps
Plz anybody send me Technical specification for AP Interface