DBA Data[Home] [Help]

APPS.WF_ENGINE_RAC dependencies on WF_ITEM_TYPES

Line 31: FUNCTION Item_Is_RAC_Enabled (p_itemtype IN WF_ITEM_TYPES.NAME%TYPE) return boolean

27: -- Item_Is_RAC_Enabled
28: -- This function returns true of the given item type has been defined as a RAC-enabled
29: -- one. This is done by checking FND lookup WF_RAC_ENABLED_TYPES.
30: -- If not registered there then will return FALSE.
31: FUNCTION Item_Is_RAC_Enabled (p_itemtype IN WF_ITEM_TYPES.NAME%TYPE) return boolean
32: RESULT_CACHE;
33:
34: -- Process_Is_RAC_Enabled
35: -- This function returns true of the given combination of process and item type has

Line 38: FUNCTION Process_Is_RAC_Enabled (p_itemtype IN WF_ITEM_TYPES.NAME%TYPE,

34: -- Process_Is_RAC_Enabled
35: -- This function returns true of the given combination of process and item type has
36: -- been defined as a RAC-enabled one. This is done by checking FND lookup
37: -- WF_RAC_ENABLED_TYPES. If not registered there then will return FALSE.
38: FUNCTION Process_Is_RAC_Enabled (p_itemtype IN WF_ITEM_TYPES.NAME%TYPE,
39: p_processname IN WF_ITEMS.ROOT_ACTIVITY%TYPE) return boolean
40: RESULT_CACHE;
41:
42: -- Number_Of_Partitions