Issue:
Created Request Set.
Submitted the Request Set
Inactive manager/No Manager
Running fine while submitting as independent request set(From PL/SQL program)
What is the root cause?
Solution:
Wrong Call
- req_id := fnd_submit.submit_set(null,
true)
Right Call
- req_id := fnd_submit.submit_set(null,
false)