DBA Data[Home] [Help]

APPS.OE_DEALS_UTIL dependencies on WF_ITEMS

Line 41: select ROOT_ACTIVITY INTO l_root_activity from wf_items where

37: ELSE
38: l_item_type := 'OENH';
39: END IF;
40:
41: select ROOT_ACTIVITY INTO l_root_activity from wf_items where
42: item_type=l_item_type and item_key=to_char(p_header_id);
43:
44: l_activity_present := OE_VALIDATE_WF.HAS_ACTIVITY
45: ( P_process => l_root_activity