DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_INTERNAL dependencies on FND_MESSAGE

Line 5947: fnd_message.set_name('PER', 'ERROR_TO_BE_REPLACED_BY_IRC_1');

5943: if g_debug then
5944: hr_utility.set_location('Assignment of type O is found', 20);
5945: end if;
5946: --
5947: fnd_message.set_name('PER', 'ERROR_TO_BE_REPLACED_BY_IRC_1');
5948: fnd_message.raise_error;
5949: end if;
5950: --
5951: if ((p_datetrack_mode = 'ZAP') and ( per_asg_shd.g_old_rec.assignment_type = 'A')) then

Line 5948: fnd_message.raise_error;

5944: hr_utility.set_location('Assignment of type O is found', 20);
5945: end if;
5946: --
5947: fnd_message.set_name('PER', 'ERROR_TO_BE_REPLACED_BY_IRC_1');
5948: fnd_message.raise_error;
5949: end if;
5950: --
5951: if ((p_datetrack_mode = 'ZAP') and ( per_asg_shd.g_old_rec.assignment_type = 'A')) then
5952: open irc_offers;

Line 5962: fnd_message.set_name('PER', 'ERROR_TO_BE_REPLACED_BY_IRC_2');

5958: if g_debug then
5959: hr_utility.set_location('IRC Offers available for this assignment', 30);
5960: end if;
5961: --
5962: fnd_message.set_name('PER', 'ERROR_TO_BE_REPLACED_BY_IRC_2');
5963: fnd_message.raise_error;
5964: end if;
5965: --
5966: end if;

Line 5963: fnd_message.raise_error;

5959: hr_utility.set_location('IRC Offers available for this assignment', 30);
5960: end if;
5961: --
5962: fnd_message.set_name('PER', 'ERROR_TO_BE_REPLACED_BY_IRC_2');
5963: fnd_message.raise_error;
5964: end if;
5965: --
5966: end if;
5967: -- */

Line 6271: fnd_message.set_name('PER', 'HR_449745_DEL_PRIM_ASG');

6267: -- assignment LOV and get user to select a new primary
6268: -- assignment. It is not possible from API, so raise
6269: -- an application error.
6270: --
6271: fnd_message.set_name('PER', 'HR_449745_DEL_PRIM_ASG');
6272: fnd_message.raise_error;
6273: --
6274: elsif l_returned_warning = 'HR_ASS_TERM_COBRA_EXISTS' then
6275: p_cobra_coverage_elements := true;

Line 6272: fnd_message.raise_error;

6268: -- assignment. It is not possible from API, so raise
6269: -- an application error.
6270: --
6271: fnd_message.set_name('PER', 'HR_449745_DEL_PRIM_ASG');
6272: fnd_message.raise_error;
6273: --
6274: elsif l_returned_warning = 'HR_ASS_TERM_COBRA_EXISTS' then
6275: p_cobra_coverage_elements := true;
6276: elsif l_returned_warning = 'HR_ASS_TERM_COBRA_EXISTS' then