DBA Data[Home] [Help]

APPS.HR_PL_CONTACT_REL_API dependencies on HR_UTILITY

Line 227: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');

223: fetch csr_bg
224: into l_legislation_code;
225: if csr_bg%notfound then
226: close csr_bg;
227: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
228: hr_utility.raise_error;
229: end if;
230: close csr_bg;
231: --

Line 228: hr_utility.raise_error;

224: into l_legislation_code;
225: if csr_bg%notfound then
226: close csr_bg;
227: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
228: hr_utility.raise_error;
229: end if;
230: close csr_bg;
231: --
232: -- Check that the legislation of the specified business group is 'PL'.

Line 235: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');

231: --
232: -- Check that the legislation of the specified business group is 'PL'.
233: --
234: if l_legislation_code <> 'PL' then
235: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
236: hr_utility.set_message_token('LEG_CODE','PL');
237: hr_utility.raise_error;
238: end if;
239:

Line 236: hr_utility.set_message_token('LEG_CODE','PL');

232: -- Check that the legislation of the specified business group is 'PL'.
233: --
234: if l_legislation_code <> 'PL' then
235: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
236: hr_utility.set_message_token('LEG_CODE','PL');
237: hr_utility.raise_error;
238: end if;
239:
240: hr_utility.set_location('Entering:'|| l_proc, 5);

Line 237: hr_utility.raise_error;

233: --
234: if l_legislation_code <> 'PL' then
235: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
236: hr_utility.set_message_token('LEG_CODE','PL');
237: hr_utility.raise_error;
238: end if;
239:
240: hr_utility.set_location('Entering:'|| l_proc, 5);
241: --

Line 240: hr_utility.set_location('Entering:'|| l_proc, 5);

236: hr_utility.set_message_token('LEG_CODE','PL');
237: hr_utility.raise_error;
238: end if;
239:
240: hr_utility.set_location('Entering:'|| l_proc, 5);
241: --
242:
243:
244: hr_contact_rel_api.create_contact

Line 631: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');

627: fetch csr_bg
628: into l_legislation_code;
629: if csr_bg%notfound then
630: close csr_bg;
631: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
632: hr_utility.raise_error;
633: end if;
634: close csr_bg;
635: --

Line 632: hr_utility.raise_error;

628: into l_legislation_code;
629: if csr_bg%notfound then
630: close csr_bg;
631: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
632: hr_utility.raise_error;
633: end if;
634: close csr_bg;
635: --
636: -- Check that the legislation of the specified business group is 'PL'.

Line 639: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');

635: --
636: -- Check that the legislation of the specified business group is 'PL'.
637: --
638: if l_legislation_code <> 'PL' then
639: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
640: hr_utility.set_message_token('LEG_CODE','PL');
641: hr_utility.raise_error;
642: end if;
643:

Line 640: hr_utility.set_message_token('LEG_CODE','PL');

636: -- Check that the legislation of the specified business group is 'PL'.
637: --
638: if l_legislation_code <> 'PL' then
639: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
640: hr_utility.set_message_token('LEG_CODE','PL');
641: hr_utility.raise_error;
642: end if;
643:
644: hr_utility.set_location('Entering:'|| l_proc, 5);

Line 641: hr_utility.raise_error;

637: --
638: if l_legislation_code <> 'PL' then
639: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
640: hr_utility.set_message_token('LEG_CODE','PL');
641: hr_utility.raise_error;
642: end if;
643:
644: hr_utility.set_location('Entering:'|| l_proc, 5);
645: --

Line 644: hr_utility.set_location('Entering:'|| l_proc, 5);

640: hr_utility.set_message_token('LEG_CODE','PL');
641: hr_utility.raise_error;
642: end if;
643:
644: hr_utility.set_location('Entering:'|| l_proc, 5);
645: --
646:
647:
648: hr_contact_rel_api.create_contact

Line 920: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');

916: fetch csr_bg
917: into l_legislation_code;
918: if csr_bg%notfound then
919: close csr_bg;
920: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
921: hr_utility.raise_error;
922: end if;
923: close csr_bg;
924: --

Line 921: hr_utility.raise_error;

917: into l_legislation_code;
918: if csr_bg%notfound then
919: close csr_bg;
920: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
921: hr_utility.raise_error;
922: end if;
923: close csr_bg;
924: --
925: -- Check that the legislation of the specified business group is 'PL'.

Line 928: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');

924: --
925: -- Check that the legislation of the specified business group is 'PL'.
926: --
927: if l_legislation_code <> 'PL' then
928: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
929: hr_utility.set_message_token('LEG_CODE','PL');
930: hr_utility.raise_error;
931: end if;
932:

Line 929: hr_utility.set_message_token('LEG_CODE','PL');

925: -- Check that the legislation of the specified business group is 'PL'.
926: --
927: if l_legislation_code <> 'PL' then
928: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
929: hr_utility.set_message_token('LEG_CODE','PL');
930: hr_utility.raise_error;
931: end if;
932:
933: hr_utility.set_location('Entering:'|| l_proc, 5);

Line 930: hr_utility.raise_error;

926: --
927: if l_legislation_code <> 'PL' then
928: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
929: hr_utility.set_message_token('LEG_CODE','PL');
930: hr_utility.raise_error;
931: end if;
932:
933: hr_utility.set_location('Entering:'|| l_proc, 5);
934:

Line 933: hr_utility.set_location('Entering:'|| l_proc, 5);

929: hr_utility.set_message_token('LEG_CODE','PL');
930: hr_utility.raise_error;
931: end if;
932:
933: hr_utility.set_location('Entering:'|| l_proc, 5);
934:
935:
936:
937: hr_contact_rel_api.update_contact_relationship(