I am currently attempting to submit a concurrent program from a pl/sql block that itself is being run as a concurrent program. However the call to submit_request would returned a request_id but nothing happening. It was ok to run that concurrent program from application though. Below is my statement , I do have 1 parameter (p_file_name):
P_file_name := ‘134354.dat’;
x_request_id := FND_REQUEST.SUBMIT_REQUEST('XBOL','NHT_INV_FILE_MOVER','','',FALSE,p_filename);
Once job complete x_request_id = 19750613 but I don’t see it in concurrent program list