DBA Data[Home] [Help]

APPS.DPP_APPROVAL_PVT dependencies on WF_ENGINE

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

1713:
1714: dpp_utility_pvt.debug_message(FND_LOG.LEVEL_STATEMENT, l_module, 'Creating process for itemtype:' || l_item_type || ' itemkey: ' || l_item_key);
1715:
1716: -- Create WF process to send notification
1717: wf_engine.CreateProcess ( ItemType => l_item_type,
1718: ItemKey => l_item_key,
1719: process => 'NOOP_PROCESS',
1720: user_key => l_item_key);
1721:

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

1746: role => l_adhoc_role,
1747: msg_type => l_msg_type,
1748: msg_name => l_msg_name,
1749: due_date => null,
1750: callback => 'wf_engine.cb',
1751: context => l_context,
1752: send_comment => NULL,
1753: priority => NULL );
1754:

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

1755: dpp_utility_pvt.debug_message(FND_LOG.LEVEL_STATEMENT, l_module, 'Sending notification to role : ' || l_adhoc_role);
1756: dpp_utility_pvt.debug_message(FND_LOG.LEVEL_STATEMENT, l_module, 'Using message: ' || l_msg_name || '. Notify id: ' || l_group_notify_id );
1757:
1758: -- start the notification process to send message
1759: wf_engine.StartProcess(itemtype => l_item_type,
1760: itemkey => l_item_key);
1761: -- no users returned from the search
1762: END IF;
1763: