DBA Data[Home] [Help]

APPS.PV_ASSIGNMENT_PVT dependencies on WF_NOTIFICATION

Line 516: wf_notifications c,

512: select c.notification_id,
513: b.party_notification_id
514: from pv_party_notifications b,
515: wf_item_activity_statuses d,
516: wf_notifications c,
517: fnd_user usr
518: where b.wf_item_type = pc_itemtype
519: and b.wf_item_key = pc_itemkey
520: and b.notification_type = pc_notify_type

Line 4023: debug('calling wf_notification.sendGroup');

4019: itemkey => p_itemkey,
4020: aname => 'PV_NOTIFY_PT_ID_ATTR',
4021: avalue => l_partner_id);
4022:
4023: debug('calling wf_notification.sendGroup');
4024: l_group_notify_id := wf_notification.sendGroup(
4025: role => l_adhoc_role,
4026: msg_type => 'PVASGNMT',
4027: msg_name => l_msg_name,

Line 4024: l_group_notify_id := wf_notification.sendGroup(

4020: aname => 'PV_NOTIFY_PT_ID_ATTR',
4021: avalue => l_partner_id);
4022:
4023: debug('calling wf_notification.sendGroup');
4024: l_group_notify_id := wf_notification.sendGroup(
4025: role => l_adhoc_role,
4026: msg_type => 'PVASGNMT',
4027: msg_name => l_msg_name,
4028: due_date => null,