Workflow error with FNDCONC-Failed to get oracle name) FND_WF_STANDARD.SubmitConcProgram
Hi
I am trying to submit a concurrent program in my custom order management workflow.
I get
FNDCONC-Failed to get oracle name) FND_WF_STANDARD.SubmitConcProgram
I tried to use apps initialize but still getting the same error.
The line the workflow is attached to is a configured line and somehow, the owner of the workflow is sysadmin instead of the user who created the order.
Fnd_Global.
APPS_INITIALIZE (l_user, l_responsibility, l_application);
-- Submit Concurrent Program
Fnd_Wf_Standard.SubmitConcProgram (itemtype,
itemkey,
actid,
funcmode,
x_result);
This workflow used to be working fine but we just added the export compliance screening line.