Except the SRS window in which we can submit the
concurrent program.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / srinivas.r
Yes it is possible by submitting the request through
backend.Example of submitting request through backend.
By using the
FND_REQUEST.SUBMIT_REQUEST
(APPLICATION_SHORT_NAME=>'INV'
,PROGRAM_SHORT_NAME=>'INCOIN'
,START_TIME=>DEFAULT NULL
,ARGUMENT1=>1 --ALL ORGANIZATIONS
,ARGUMENT2=>1 --VALIDATEITEM
,ARGUMENT3=>1 --PROCESSITEM
,ARGUMENT4=>1 --CREATE OR UPDATE ITEM
,ARGUMENT5=>100 --PROCESS_SET
);
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ashok
even we can create a form function where you can attach the
report like costing reports.
| Is This Answer Correct ? | 0 Yes | 4 No |
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
What is cursor?
WHAT IS THE USE OF SKIP WHERE U WILL GIVE?
HOW U DISPLAY THE FLEXFIELD DATA IN APPS?
What are the files we submit while your program move to testing instance?
what is mean by confine mode and flexi mode?
where do u specify in org_id?
while doing the process of conversion if got any data error out what is the next step to reprocess
What is MO operating units. Why it need to to set this and where .
Tell me some errors names and number what u got while developing the reports?
what is unit of measure classes? give atleast two examples. name the underlying table.
wht is format triger?