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
how do you describe O2C along with tables
How many schemas we have? how many you have used?
In oracle application how do you debug or trace errors?
Can u give the Documentation of Custom.pll in oracle apps
What are the different components of soa suite?
In which tables receopt application form Appliy to field Value will come. I know one table i.e, ra_customer_trx.trx_number. Could U please any one tell me other than this except(ra_customer_trx and ar_payment_schedules_all tables). plz mentioned tables_name.Column_name.
what is the difference between request group and request security in oracle apps?
Explain oracle apps architecture.
What is the concept of soa governance?
In support project one ticket alloted which steps follows manualy tell me ?
Are you familiar with internet architecture of oracle apps 11i?
tell me the scenarios of the independent in reports
Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?
Can you explain the difference between architecture followed in 10g & 11g?
what is the differences between internal requisition and internal sales order?