DBA Data[Home] [Help]

APPS.XDP_MESSAGE dependencies on FND_GLOBAL

Line 58: , responder => fnd_global.user_id);

54: wf_notification.Respond(
55: nid => rec_notification_to_respond_to.notification_id
56: , respond_comment => 'Retried processing message in batch '||
57: 'together with messages with code '||p_msg_to_retry
58: , responder => fnd_global.user_id);
59:
60: fnd_file.put_line(fnd_file.log,'Successfully Resubmitted Msg Code: '||
61: rec_notification_to_respond_to.msg_code||
62: ' Msg ID: '||rec_notification_to_respond_to.msg_id );