DBA Data[Home] [Help]

APPS.OZF_APPROVAL_PVT dependencies on WF_NOTIFICATION

Line 1469: l_group_notify_id := wf_notification.sendGroup(

1465: ozf_utility_pvt.debug_message('Sending Notification to adhoc role ' || l_msg_type || ' ' || l_msg_name);
1466: END IF;
1467:
1468: -- set the message to be sent
1469: l_group_notify_id := wf_notification.sendGroup(
1470: role => l_adhoc_role,
1471: msg_type => l_msg_type,
1472: msg_name => l_msg_name,
1473: due_date => null,

Line 3293: l_group_notify_id := wf_notification.sendGroup(

3289: IF G_DEBUG THEN
3290: ozf_utility_pvt.debug_message('Sending Notification to adhoc role ' || l_item_type || ' ' || l_item_name);
3291: END IF;
3292: -- set the message to be sent
3293: l_group_notify_id := wf_notification.sendGroup(
3294: role => l_adhoc_role,
3295: msg_type => l_item_type,
3296: msg_name => l_item_name,
3297: due_date => null,