DBA Data[Home] [Help]

APPS.OKL_VP_PA_WF dependencies on MO_GLOBAL

Line 349: wf_event.AddParameterToList('ORG_ID',mo_global.get_current_org_id ,l_parameter_list);

345: -- transaction id is the contract id (okc_k_headers_b.id) this parameter is required to write custom queries in AME
346: -- and use them in conditions and rules
347: wf_event.AddParameterToList(G_WF_ITM_TRANSACTION_ID,cv_get_pa_num.id,l_parameter_list);
348: --added by akrangan
349: wf_event.AddParameterToList('ORG_ID',mo_global.get_current_org_id ,l_parameter_list);
350:
351: lv_wf_item_key := get_item_key_wf;
352: -- Raise Event
353: wf_event.RAISE(p_event_name => G_PROGRAM_AGRMNT_EVENT,