DBA Data[Home] [Help]

APPS.EGO_GROUP_WF_PKG dependencies on WF_NOTIFICATION

Line 1720: l_notification_id := WF_NOTIFICATION.SEND

1716: -- --
1717: ------------------------------------------------
1718: FOR cr in c_get_admin_list (l_group_id) LOOP
1719: mdebug (' 4 ' || cr.user_name);
1720: l_notification_id := WF_NOTIFICATION.SEND
1721: (
1722: role => cr.user_name,
1723: msg_type => l_item_type,
1724: msg_name => l_group_del_member_notif,

Line 1746: l_notification_id := WF_NOTIFICATION.SEND

1742: aname =>'EGO_GROUP_DEL_MEM_NOTF_BODY',
1743: avalue => l_msg_document_plsql_proc);
1744: FOR cr in c_get_member_party_names (cp_group_id => l_group_id) LOOP
1745: mdebug (' 5 ' || cr.member_user_name);
1746: l_notification_id := WF_NOTIFICATION.SEND
1747: (
1748: role => cr.member_user_name,
1749: msg_type => l_item_type,
1750: msg_name => l_group_del_member_notif,