DBA Data[Home] [Help]

APPS.PER_ESA_BUS dependencies on FND_MESSAGE

Line 404: fnd_message.set_name('PER', 'HR_289587_ESA_ADDRESS_UPDATE');

400: if nvl(p_establishment_id,hr_api.g_number) <> nvl(per_esa_shd.g_old_rec.establishment_id,hr_api.g_number) and p_attendance_id is not null then
401: --
402: -- raise error as does not exist as lookup
403: --
404: fnd_message.set_name('PER', 'HR_289587_ESA_ADDRESS_UPDATE');
405: hr_utility.raise_error;
406: --
407: end if;
408:

Line 426: fnd_message.set_name('PER', 'HR_289586_ESA_ADDRESS_NULL');

422: --
423: -- Raise error to get user to delete the address of old establishment before
424: -- updating the establishment_id
425: --
426: fnd_message.set_name('PER', 'HR_289586_ESA_ADDRESS_NULL');
427: hr_utility.raise_error;
428:
429: end if;
430: --

Line 1517: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');

1513: --
1514: -- The primary key is invalid therefore we must error
1515: --
1516: close csr_leg_code;
1517: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');
1518: fnd_message.raise_error;
1519: end if;
1520: --
1521: hr_utility.set_location(' Leaving:'|| l_proc, 30);

Line 1518: fnd_message.raise_error;

1514: -- The primary key is invalid therefore we must error
1515: --
1516: close csr_leg_code;
1517: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');
1518: fnd_message.raise_error;
1519: end if;
1520: --
1521: hr_utility.set_location(' Leaving:'|| l_proc, 30);
1522: --