DBA Data[Home] [Help]

APPS.PV_ASSIGN_UTIL_PVT dependencies on WF_ITEMS

Line 3004: (select item_key from wf_items

3000: select error_message , error_stack
3001: from wf_item_activity_statuses
3002: where item_type = pc_itemtype
3003: and item_key in
3004: (select item_key from wf_items
3005: start with item_type = pc_itemtype and item_key = pc_itemkey
3006: connect by parent_item_key = prior item_key and parent_item_type = pc_itemtype)
3007: and error_message is not null and error_name <> 'WFMLRSND_FAILED';
3008: