DBA Data[Home] [Help]

APPS.PA_PROJ_ELEMENTS_UTILS dependencies on WF_ENGINE

Line 4997: WF_ENGINE.ItemStatus

4993: l_item_key := GET_ELEMENT_WF_ITEMKEY(p_proj_element_id,
4994: p_project_id, p_wf_type_code);
4995:
4996: if (l_item_key is not null) then -- Commented this for Bug 4249993 and l_item_key <> '') then
4997: WF_ENGINE.ItemStatus
4998: (l_item_type,
4999: l_item_key,
5000: l_status ,
5001: l_result );