DBA Data[Home] [Help]

APPS.WF_ENGINE_RAC dependencies on WF_ITEMS

Line 5: -- Function to set the VPD policy for WF Runtime tables WF_ITEMS,

1: package WF_ENGINE_RAC AUTHID DEFINER as
2: /* $Header: wfengrcs.pls 120.4 2011/08/10 17:59:07 alsosa noship $ */
3:
4: -- WF_RUNTIME_TABLE_POLICY
5: -- Function to set the VPD policy for WF Runtime tables WF_ITEMS,
6: -- WF_ITEM_ACTIVITY_STATUSES, WF_ITEM_ACTIVITY_STATUSES_H, and
7: -- WF_ITEM_ATTRIBUTE_VALUES for RAC affinity
8: FUNCTION WF_RUNTIME_TABLE_POLICY(Owner in VARCHAR2, Objname in VARCHAR2) RETURN VARCHAR2;
9:

Line 39: p_processname IN WF_ITEMS.ROOT_ACTIVITY%TYPE) return boolean

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
43: -- This function determines the number of partitions in the WF Runtime tables