DBA Data[Home] [Help]

APPS.JTF_TASK_WORKFLOW_PKG dependencies on WF_NOTIFICATION

Line 809: wf_notification.send (

805: l_itemkey ||
806: ':' ||
807: TO_CHAR (-1);
808: l_notification_id :=
809: wf_notification.send (
810: role => l_task_owner_name,
811: msg_type => 'JTFTASK',
812: msg_name => 'ABORT_MSG',
813: callback => 'WF_ENGINE.CB',

Line 822: wf_notification.setattrtext (

818: itemkey => l_itemkey,
819: aname => 'ABORTED_BY_NAME',
820: avalue => wf_directory.getroledisplayname (l_aborted_by_user_name)
821: );
822: wf_notification.setattrtext (
823: nid => l_notification_id,
824: aname => 'ABORTED_BY',
825: avalue => l_aborted_by_user_name
826: );