GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  AOL

 Print  |  
Question:  How to schedule the concurrent programs from Back end(PLSQL) -not from SRS form.



December 12, 2007 08:15:15 #1
 raman av   Member Since: September 2007    Total Comments: 4 

RE: How to schedule the concurrent programs from Back end(PLSQL) -not from SRS form.
 

fnd.request.submit_request( Concurrent_program_name,
                                              application_short_name
                                               description,
                                               parameters)
                                                ,

     

 

Back To Question