DBA Data[Home] [Help]

APPS.DPP_APPROVAL_PVT dependencies on WF_NOTIFICATION

Line 1745: l_group_notify_id := wf_notification.sendGroup(

1741: dpp_utility_pvt.debug_message(FND_LOG.LEVEL_STATEMENT, l_module, 'Sending Notification to adhoc role ' || l_msg_type || ' ' || l_msg_name);
1742: dpp_utility_pvt.debug_message(FND_LOG.LEVEL_STATEMENT, l_module, 'Sent notification to role : ' || l_adhoc_role);
1743:
1744: -- set the message to be sent
1745: l_group_notify_id := wf_notification.sendGroup(
1746: role => l_adhoc_role,
1747: msg_type => l_msg_type,
1748: msg_name => l_msg_name,
1749: due_date => null,