DBA Data[Home] [Help]

APPS.OE_BLANKET_WF dependencies on WF_ITEMS

Line 29: from wf_items

25: IF (funcmode = 'RUN') then
26:
27: select count(1)
28: into l_count
29: from wf_items
30: where item_type = OE_GLOBALS.G_WFI_NGO
31: and item_key = itemkey;
32:
33: IF l_count = 0 THEN

Line 119: from wf_items

115: OE_STANDARD_WF.Set_Msg_Context(actid);
116: IF (funcmode = 'RUN') THEN
117: select count(1)
118: into l_count
119: from wf_items
120: where item_type = OE_GLOBALS.G_WFI_NGO
121: and item_key = itemkey;
122:
123: IF l_count > 0 THEN