DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIG_SS dependencies on FND_MSG_PUB

Line 37: Also added fnd_msg_pub.initialize

33: NOCOPY changes
34: 21-Jun-03 hnarayan 115.10 bug 3013964 - passed lf_evt_ocrd_dt as null
35: to dpnt elig process and create_elig_dpnt
36: if it is less than effective date.
37: Also added fnd_msg_pub.initialize
38: 31-jul-03 hnarayan 115.11 bug 3042223 - changed create_contact_w
39: to set contact effective_start_date
40: based on max(PESD, min(RSD, EFF Dt))
41: 09 Mar 05 vborkar 115.12 Bug 4218944 - Added wrapper procedure

Line 638: fnd_msg_pub.initialize;

634: hr_utility.set_location ('Leaving '|| l_proc,10);
635:
636: exception
637: when others then
638: fnd_msg_pub.initialize;
639: fnd_msg_pub.add;
640: --
641: END main;
642: --

Line 639: fnd_msg_pub.add;

635:
636: exception
637: when others then
638: fnd_msg_pub.initialize;
639: fnd_msg_pub.add;
640: --
641: END main;
642: --
643: -- -----------------------------------------------------------------------------

Line 909: fnd_msg_pub.initialize;

905: --
906: exception
907: when others then
908: p_fmly_mmbr_exist :=NULL;
909: fnd_msg_pub.initialize;
910: fnd_msg_pub.add;
911: --
912: end fmly_mmbr_cd_exist;
913: --

Line 910: fnd_msg_pub.add;

906: exception
907: when others then
908: p_fmly_mmbr_exist :=NULL;
909: fnd_msg_pub.initialize;
910: fnd_msg_pub.add;
911: --
912: end fmly_mmbr_cd_exist;
913: --
914: -- -----------------------------------------------------------------------------

Line 1303: fnd_msg_pub.initialize;

1299: p_per_comment_id := NULL;
1300: p_name_combination_warning := NULL;
1301: p_orig_hire_warning := NULL;
1302:
1303: fnd_msg_pub.initialize;
1304: fnd_msg_pub.add;
1305: --
1306: END create_contact_w;
1307: --

Line 1304: fnd_msg_pub.add;

1300: p_name_combination_warning := NULL;
1301: p_orig_hire_warning := NULL;
1302:
1303: fnd_msg_pub.initialize;
1304: fnd_msg_pub.add;
1305: --
1306: END create_contact_w;
1307: --
1308: --

Line 1455: fnd_msg_pub.initialize;

1451: --
1452: when others then
1453: p_return_status :='E';
1454:
1455: fnd_msg_pub.initialize;
1456: fnd_msg_pub.add;
1457: --
1458: END update_contact_w;
1459: --

Line 1456: fnd_msg_pub.add;

1452: when others then
1453: p_return_status :='E';
1454:
1455: fnd_msg_pub.initialize;
1456: fnd_msg_pub.add;
1457: --
1458: END update_contact_w;
1459: --
1460: -- -----------------------------------------------------------------------------

Line 1783: fnd_msg_pub.initialize;

1779: p_name_combination_warning := NULL;
1780: p_assign_payroll_warning := NULL;
1781: p_orig_hire_warning := NULL;
1782:
1783: fnd_msg_pub.initialize;
1784: fnd_msg_pub.add;
1785: --
1786: END update_person_w;
1787: end ben_determine_dpnt_elig_ss;

Line 1784: fnd_msg_pub.add;

1780: p_assign_payroll_warning := NULL;
1781: p_orig_hire_warning := NULL;
1782:
1783: fnd_msg_pub.initialize;
1784: fnd_msg_pub.add;
1785: --
1786: END update_person_w;
1787: end ben_determine_dpnt_elig_ss;