DBA Data[Home] [Help]

APPS.DPP_APPROVAL_PVT dependencies on WF_ENGINE

Line 1559: wf_engine.CreateProcess ( ItemType => l_item_type,

1555: dpp_utility_pvt.debug_message('Creating process for itemtype:' || l_item_type || ' itemkey: ' || l_item_key);
1556: END IF;
1557:
1558: -- Create WF process to send notification
1559: wf_engine.CreateProcess ( ItemType => l_item_type,
1560: ItemKey => l_item_key,
1561: process => 'NOOP_PROCESS',
1562: user_key => l_item_key);
1563:

Line 1598: callback => 'wf_engine.cb',

1594: role => l_adhoc_role,
1595: msg_type => l_msg_type,
1596: msg_name => l_msg_name,
1597: due_date => null,
1598: callback => 'wf_engine.cb',
1599: context => l_context,
1600: send_comment => NULL,
1601: priority => NULL );
1602:

Line 1609: wf_engine.StartProcess(itemtype => l_item_type,

1605: dpp_utility_pvt.debug_message('Using message: ' || l_msg_name || '. Notify id: ' || l_group_notify_id );
1606: END IF;
1607:
1608: -- start the notification process to send message
1609: wf_engine.StartProcess(itemtype => l_item_type,
1610: itemkey => l_item_key);
1611: -- no users returned from the search
1612: END IF;
1613: