DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_HELPER_PKG dependencies on IRC_NOTIFICATION_HELPER_PKG

Line 1: PACKAGE BODY irc_notification_helper_pkg AS

1: PACKAGE BODY irc_notification_helper_pkg AS
2: /* $Header: irnothlp.pkb 120.15 2011/05/17 14:15:52 nchinnam ship $ */
3: -- -- --------------------------------------------------------------------- *
4: -- Name : get_job_seekers_role
5: -- Purpose : function to obtain the wf role based on a person_id.

Line 376: l_doc_text := 'plsqlblob:irc_notification_helper_pkg.show_resume/'||p_doc_ids(i);

372: if p_doc_ids.count > 0 then
373: --
374: for i in p_doc_ids.first..p_doc_ids.count loop
375: --
376: l_doc_text := 'plsqlblob:irc_notification_helper_pkg.show_resume/'||p_doc_ids(i);
377: wf_notification.setAttrText(l_nid,
378: 'IRC_RESUME_'||to_char(i),
379: l_doc_text);
380: --

Line 561: END irc_notification_helper_pkg;

557: when others then
558: hr_utility.set_location('Error - Exiting:'|| g_package||'.'||l_proc, 100);
559: end raiseNotifyEvent;
560: --
561: END irc_notification_helper_pkg;