DBA Data[Home] [Help]

APPS.IRC_SEEKER_VAC_MATCHING_PKG dependencies on IRC_NOTIFICATION_HELPER_PKG

Line 352: -- This is set in irc_notification_helper_pkg.set_v2_attributes

348: IS
349: l_description_size_limit BINARY_INTEGER default 240;
350: l_amount BINARY_INTEGER;
351: -- Size of the html text should be based on the size that WF can take
352: -- This is set in irc_notification_helper_pkg.set_v2_attributes
353: -- We define 8 packets of 1950 chars each minus 1 hence the size
354: -- of the varchar2 is set to 15599
355: --
356: l_job_html VARCHAR2(15599);

Line 448: -- This is set in irc_notification_helper_pkg.set_v2_attributes

444: IS
445: l_description_size_limit BINARY_INTEGER default 240;
446: l_amount BINARY_INTEGER;
447: -- Size of the html text should be based on the size that WF can take
448: -- This is set in irc_notification_helper_pkg.set_v2_attributes
449: -- We define 8 packets of 1950 chars each minus 1 hence the size
450: -- of the varchar2 is set to 15599
451: --
452: l_job_text VARCHAR2(15599);

Line 1306: irc_notification_helper_pkg.send_notification

1302: hr_utility.set_location('sending notification:',50);
1303: --dbms_output.put_line(' Person:'||seeker_rec.person_id||' Has Matches');
1304: --
1305: l_id :=
1306: irc_notification_helper_pkg.send_notification
1307: ( p_person_id => seeker_rec.person_id
1308: , p_subject => l_message_subject
1309: , p_html_body => get_seeker_html_msg_body
1310: ( p_posting_details_tab =>l_posting_details_tab

Line 1812: l_id := irc_notification_helper_pkg.send_notification

1808: l_message_subject := fnd_message.get;
1809:
1810:
1811: --
1812: l_id := irc_notification_helper_pkg.send_notification
1813: ( p_person_id => available_vacancy.recruiter_id
1814: , p_subject => l_message_subject
1815: , p_html_body => get_recruiter_html_msg_body
1816: ( p_seeker_details_tab =>l_seeker_details_tab )

Line 1900: irc_notification_helper_pkg.send_notification

1896: l_general_body_text := fnd_message.get;
1897: --
1898: begin
1899: l_id :=
1900: irc_notification_helper_pkg.send_notification
1901: ( p_person_id => parties_wanting_it.person_id
1902: , p_subject => l_message_subject
1903: , p_html_body => l_general_body_html
1904: , p_text_body => l_general_body_text