DBA Data[Home] [Help]

APPS.IRC_OFFER_NOTIFICATIONS_PKG dependencies on IRC_NOTIFICATION_HELPER_PKG

Line 436: l_id := irc_notification_helper_pkg.send_notification

432: --
433: hr_utility.set_location(l_proc, 80);
434:
435: -- send notification
436: l_id := irc_notification_helper_pkg.send_notification
437: ( p_person_id => l_applicant_id
438: , p_subject => l_subject
439: , p_html_body => l_html_body
440: , p_text_body => l_text_body

Line 485: l_id := irc_notification_helper_pkg.send_notification

481: --
482: hr_utility.set_location(l_proc, 130);
483:
484: -- send notification
485: l_id := irc_notification_helper_pkg.send_notification
486: ( p_person_id => l_manager_id
487: , p_subject => l_subject
488: , p_html_body => l_html_body
489: , p_text_body => l_text_body

Line 616: l_id := irc_notification_helper_pkg.send_notification

612: --
613: hr_utility.set_location(l_proc,50);
614:
615: -- send notification to applicant
616: l_id := irc_notification_helper_pkg.send_notification
617: ( p_person_id => l_applicant_id
618: , p_subject => l_subject
619: , p_html_body => l_html_body
620: , p_text_body => l_text_body

Line 681: l_id := irc_notification_helper_pkg.send_notification

677: || '\n';
678: --
679: hr_utility.set_location(l_proc,110);
680:
681: l_id := irc_notification_helper_pkg.send_notification
682: ( p_person_id => l_manager_id
683: , p_subject => l_subject
684: , p_html_body => l_html_body
685: , p_text_body => l_text_body

Line 779: l_id := irc_notification_helper_pkg.send_notification

775: --
776: hr_utility.set_location(l_proc,50);
777:
778: -- send notification
779: l_id := irc_notification_helper_pkg.send_notification
780: ( p_person_id => l_applicant_id
781: , p_subject => l_subject
782: , p_html_body => l_html_body
783: , p_text_body => l_text_body

Line 836: l_id := irc_notification_helper_pkg.send_notification

832: || '\n';
833: --
834: hr_utility.set_location(l_proc,90);
835:
836: l_id := irc_notification_helper_pkg.send_notification
837: ( p_person_id => l_manager_id
838: , p_subject => l_subject
839: , p_html_body => l_html_body
840: , p_text_body => l_text_body

Line 1044: l_id := irc_notification_helper_pkg.send_notification

1040: --
1041: hr_utility.set_location(l_proc, 80);
1042:
1043: -- send notification
1044: l_id := irc_notification_helper_pkg.send_notification
1045: ( p_person_id => l_applicant_id
1046: , p_subject => l_subject
1047: , p_html_body => l_html_body
1048: , p_text_body => l_text_body

Line 1107: l_id := irc_notification_helper_pkg.send_notification

1103: hr_utility.set_location(l_proc, 120);
1104:
1105: -- send notification to manager
1106: IF( l_manager_id is not null ) THEN
1107: l_id := irc_notification_helper_pkg.send_notification
1108: ( p_person_id => l_manager_id
1109: , p_subject => l_subject
1110: , p_html_body => l_html_body
1111: , p_text_body => l_text_body

Line 1119: l_id := irc_notification_helper_pkg.send_notification

1115: END IF;
1116: -- send notification to recruiter
1117: IF( l_recruiter_id is not null
1118: and (l_manager_id is null or l_recruiter_id <> l_manager_id) ) THEN
1119: l_id := irc_notification_helper_pkg.send_notification
1120: ( p_person_id => l_recruiter_id
1121: , p_subject => l_subject
1122: , p_html_body => l_html_body
1123: , p_text_body => l_text_body

Line 1132: l_id := irc_notification_helper_pkg.send_notification

1128: -- send notification to creator
1129: IF( l_creator_id is not null
1130: and (l_recruiter_id is null or l_creator_id <> l_recruiter_id )
1131: and (l_manager_id is null or l_creator_id <> l_manager_id )) THEN
1132: l_id := irc_notification_helper_pkg.send_notification
1133: ( p_person_id => l_creator_id
1134: , p_subject => l_subject
1135: , p_html_body => l_html_body
1136: , p_text_body => l_text_body

Line 1169: l_id := irc_notification_helper_pkg.send_notification

1165: fnd_message.set_token('APPLICANT_NAME',l_applicant_name, false);
1166: fnd_message.set_token('VACANCY_NAME',l_vacancy_name, false);
1167: l_text_body := fnd_message.get;
1168:
1169: l_id := irc_notification_helper_pkg.send_notification
1170: ( p_person_id => l_referrer_id
1171: , p_subject => l_subject
1172: , p_html_body => l_html_body
1173: , p_text_body => l_text_body

Line 1282: l_id := irc_notification_helper_pkg.send_notification

1278: hr_utility.set_location(l_proc, 60);
1279:
1280: -- send notification to creator
1281: IF( l_creator_id is not null ) THEN
1282: l_id := irc_notification_helper_pkg.send_notification
1283: ( p_person_id => l_creator_id
1284: , p_subject => l_subject
1285: , p_html_body => l_html_body
1286: , p_text_body => l_text_body

Line 1495: l_id := irc_notification_helper_pkg.send_notification

1491: --
1492: hr_utility.set_location(l_proc, 80);
1493:
1494: -- send notification
1495: l_id := irc_notification_helper_pkg.send_notification
1496: ( p_person_id => l_applicant_id
1497: , p_subject => l_subject
1498: , p_html_body => l_html_body
1499: , p_text_body => l_text_body

Line 1564: l_id := irc_notification_helper_pkg.send_notification

1560: hr_utility.set_location(l_proc, 120);
1561:
1562: -- send notification to manager
1563: IF( l_manager_id is not null ) THEN
1564: l_id := irc_notification_helper_pkg.send_notification
1565: ( p_person_id => l_manager_id
1566: , p_subject => l_subject
1567: , p_html_body => l_html_body
1568: , p_text_body => l_text_body

Line 1576: l_id := irc_notification_helper_pkg.send_notification

1572: END IF;
1573: -- send notification to recruiter
1574: IF( l_recruiter_id is not null
1575: and (l_manager_id is null or l_recruiter_id <> l_manager_id) ) THEN
1576: l_id := irc_notification_helper_pkg.send_notification
1577: ( p_person_id => l_recruiter_id
1578: , p_subject => l_subject
1579: , p_html_body => l_html_body
1580: , p_text_body => l_text_body

Line 1589: l_id := irc_notification_helper_pkg.send_notification

1585: -- send notification to creator
1586: IF( l_creator_id is not null
1587: and (l_recruiter_id is null or l_creator_id <> l_recruiter_id )
1588: and (l_manager_id is null or l_creator_id <> l_manager_id )) THEN
1589: l_id := irc_notification_helper_pkg.send_notification
1590: ( p_person_id => l_creator_id
1591: , p_subject => l_subject
1592: , p_html_body => l_html_body
1593: , p_text_body => l_text_body

Line 1799: l_id := irc_notification_helper_pkg.send_notification

1795: --
1796: hr_utility.set_location(l_proc, 80);
1797:
1798: -- send notification
1799: l_id := irc_notification_helper_pkg.send_notification
1800: ( p_person_id => l_applicant_id
1801: , p_subject => l_subject
1802: , p_html_body => l_html_body
1803: , p_text_body => l_text_body

Line 1846: l_id := irc_notification_helper_pkg.send_notification

1842: hr_utility.set_location(l_proc, 120);
1843:
1844: -- send notification to manager
1845: IF( l_manager_id is not null ) THEN
1846: l_id := irc_notification_helper_pkg.send_notification
1847: ( p_person_id => l_manager_id
1848: , p_subject => l_subject
1849: , p_html_body => l_html_body
1850: , p_text_body => l_text_body

Line 1858: l_id := irc_notification_helper_pkg.send_notification

1854: END IF;
1855: -- send notification to recruiter
1856: IF( l_recruiter_id is not null
1857: and (l_manager_id is null or l_recruiter_id <> l_manager_id) ) THEN
1858: l_id := irc_notification_helper_pkg.send_notification
1859: ( p_person_id => l_recruiter_id
1860: , p_subject => l_subject
1861: , p_html_body => l_html_body
1862: , p_text_body => l_text_body

Line 1871: l_id := irc_notification_helper_pkg.send_notification

1867: -- send notification to creator
1868: IF( l_creator_id is not null
1869: and (l_recruiter_id is null or l_creator_id <> l_recruiter_id )
1870: and (l_manager_id is null or l_creator_id <> l_manager_id )) THEN
1871: l_id := irc_notification_helper_pkg.send_notification
1872: ( p_person_id => l_creator_id
1873: , p_subject => l_subject
1874: , p_html_body => l_html_body
1875: , p_text_body => l_text_body