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
Hi Friends this is preetham, i am searching for job on oracle apps(technical) i put 3 years fake exp, so any one please could you help me for realtime interview questions and 9739782164 this is my no srpsrp777@gmail.Com please guys please provide your no for contact i have a doubts i want to clarify
Tell me how to find the custom directory in front end?
How is choreography different from orchestration?
How can a process be deployed in soa?
Are you familiar with internet architecture of oracle apps 11i?
What do you understand by a set of books?
can we use look up type instead of a pofile option?or valueset?is it possible how?
Hi any one plz help me .i need 2 or 3 customized and 2 or 3 development reports on PO module..if any body having plz send me with one by one step ,i mean where u do the customization and wht are the steps u follwed when u do the customization,wht are fields u added or deleted ,How u added or these fields as per clinet requirement and wht are errors u faced .plz send it to my mail id iamvenki@gmail.com
What are file in oracle.
tell me the scenarios of the independent in reports
Can we create tables in apps schema?
CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP
Tell me how to debug the report?
List of all the modules under Manufacturing, Finance and Distribution in oracle applications?
How can you achieve loose coupling in soa framework?