[Home] [Help]
73: split into new function. Avoids duplication of code. */
74:
75: svc := get_fs_svc_name(node);
76:
77: id := fnd_webfile.create_id(fname,
78: svc,
79: lifetime,
80: mtype,
81: req_id);
440: LOOP
441: fetch nids_cursor into notify_id;
442: -- Get a unique file name each time
443: if (send_url) then
444: requrl := fnd_webfile.get_url(
445: fnd_webfile.request_out,
446: req_id, null, null, url_ttl);
447: end if;
448: set_notification_attr (notify_id ,requrl,
441: fetch nids_cursor into notify_id;
442: -- Get a unique file name each time
443: if (send_url) then
444: requrl := fnd_webfile.get_url(
445: fnd_webfile.request_out,
446: req_id, null, null, url_ttl);
447: end if;
448: set_notification_attr (notify_id ,requrl,
449: req_id,stat,completion);
455: nid := wf_notification.send(recip, msgtype, msgname);
456:
457: -- Get a unique file name each time
458: if (send_url) then
459: requrl := fnd_webfile.get_url( fnd_webfile.request_out,
460: req_id, null, null, url_ttl);
461: end if;
462: set_notification_attr (nid ,requrl,req_id,stat,completion);
463: