71:
72: log_message('Receive_BE: Subscription Parameters recieved: receivable_application_id=' || l_receivable_application_id || '*', 3);
73:
74: --set the application context.
75: fnd_global.apps_initialize(l_user_id,l_resp_id,l_application_id);
76:
77: log_message('Receive_BE: Before Calling Wf: receivable_application_id=' || l_receivable_application_id || '*', 3);
78:
79: -- Call Wf initiator...
213: INTO ItemKey
214: from dual;
215:
216: -- Need this to populate the attribute information in Workflow
217: l_workflow_started_by_id := FND_GLOBAL.user_id;
218: l_resp_id := FND_GLOBAL.resp_id;
219:
220: -- Create a new Wf process
221: wf_engine.CreateProcess( ItemType => ItemType,
214: from dual;
215:
216: -- Need this to populate the attribute information in Workflow
217: l_workflow_started_by_id := FND_GLOBAL.user_id;
218: l_resp_id := FND_GLOBAL.resp_id;
219:
220: -- Create a new Wf process
221: wf_engine.CreateProcess( ItemType => ItemType,
222: ItemKey => ItemKey,