DBA Data[Home] [Help]

APPS.CSF_REMOTE_VIEWS_PUB dependencies on WF_NOTIFICATION

Line 661: t_not_id := wf_notification.send

657: -- support for the subject has been dropped, as notifications will not
658: -- allow it. Place the subject as the first line in the body-text.
659: -- Place the results in a notification and table csf_l_queryrequests.
660:
661: t_not_id := wf_notification.send
662: ( role => t_user
663: , msg_type => 'CS_MSGS'
664: , msg_name => 'FYI_MESSAGE'
665: );

Line 666: wf_notification.SetAttrText

662: ( role => t_user
663: , msg_type => 'CS_MSGS'
664: , msg_name => 'FYI_MESSAGE'
665: );
666: wf_notification.SetAttrText
667: ( t_not_id
668: , 'SENDER'
669: , 'Remote Query Daemon'
670: );

Line 671: wf_notification.SetAttrText

667: ( t_not_id
668: , 'SENDER'
669: , 'Remote Query Daemon'
670: );
671: wf_notification.SetAttrText
672: ( t_not_id
673: , 'MESSAGE_TEXT'
674: , t_msg_text
675: );