DBA Data[Home] [Help]

APPS.AMW_PROCCERT_REMINDER_PKG dependencies on WF_NOTIFICATION

Line 429: l_notif_id := WF_NOTIFICATION.send

425: p_orig_system_id => l_from_emp_id ,
426: p_name => l_from_role_name,
427: p_display_name => l_display_role_name);
428:
429: l_notif_id := WF_NOTIFICATION.send
430: (role => l_to_role_name,
431: msg_type => p_item_type,
432: msg_name => p_message_name);
433:

Line 436: WF_NOTIFICATION.SetAttrText

432: msg_name => p_message_name);
433:
434: fnd_file.put_line(fnd_file.LOG, 'notification_id:'||l_notif_id||'--'||l_subject);
435:
436: WF_NOTIFICATION.SetAttrText
437: (l_notif_id,
438: 'MSG_SUBJECT',
439: l_subject);
440:

Line 441: WF_NOTIFICATION.setattrtext

437: (l_notif_id,
438: 'MSG_SUBJECT',
439: l_subject);
440:
441: WF_NOTIFICATION.setattrtext
442: (l_notif_id,
443: '#FROM_ROLE',
444: l_from_role_name);
445:

Line 446: WF_NOTIFICATION.setattrnumber

442: (l_notif_id,
443: '#FROM_ROLE',
444: l_from_role_name);
445:
446: WF_NOTIFICATION.setattrnumber
447: (l_notif_id,
448: 'CERTIFICATION_ID',
449: p_certification_id);
450:

Line 451: WF_NOTIFICATION.setattrnumber

447: (l_notif_id,
448: 'CERTIFICATION_ID',
449: p_certification_id);
450:
451: WF_NOTIFICATION.setattrnumber
452: (l_notif_id,
453: 'PROCESS_OWNER_ID',
454: p_process_owner_id);
455:

Line 457: WF_NOTIFICATION.setattrnumber

453: 'PROCESS_OWNER_ID',
454: p_process_owner_id);
455:
456: if p_process_id is not null then
457: WF_NOTIFICATION.setattrnumber
458: (l_notif_id,
459: 'ORGANIZATION_ID',
460: p_organization_id);
461:

Line 462: WF_NOTIFICATION.setattrnumber

458: (l_notif_id,
459: 'ORGANIZATION_ID',
460: p_organization_id);
461:
462: WF_NOTIFICATION.setattrnumber
463: (l_notif_id,
464: 'PROCESS_ID',
465: p_process_id);
466: